Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-control-center


Commits:
77ddc937 by Jan Alexander Steffens (heftig) at 2024-01-17T23:05:45+01:00
45.2-2: Fix rules.d dir mode for polkit 124

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = gnome-control-center
        pkgdesc = GNOME's main interface to configure various aspects of the 
desktop
        pkgver = 45.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.gnome.org/GNOME/gnome-control-center
        arch = x86_64
        groups = gnome
-       license = GPL3
+       license = GPL-2.0-or-later
        checkdepends = python-dbusmock
        checkdepends = python-gobject
        checkdepends = xorg-server-xvfb


=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
 
 pkgname=gnome-control-center
 pkgver=45.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center";
-license=(GPL3)
+license=(GPL-2.0-or-later)
 arch=(x86_64)
 depends=(
   accountsservice
@@ -133,7 +133,6 @@ check() {
 
 package() {
   meson install -C build --destdir "$pkgdir"
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }
 
 # vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/commit/77ddc937f89cab5c9f1ec63bdf343c06d9878a06

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/commit/77ddc937f89cab5c9f1ec63bdf343c06d9878a06
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to