[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Nov 3 00:02:09 UTC 2021


    Date: Wednesday, November 3, 2021 @ 00:02:09
  Author: heftig
Revision: 427039

41.0-1

Modified:
  gnome-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-02 23:55:34 UTC (rev 427038)
+++ PKGBUILD	2021-11-03 00:02:09 UTC (rev 427039)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-control-center
-pkgver=40.0
+pkgver=41.0
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center"
@@ -11,8 +11,8 @@
 depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
          gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
          libgtop nm-connection-editor sound-theme-freedesktop upower libpwquality
-         gnome-color-manager smbclient libmm-glib libgnomekbd grilo libibus
-         cheese libgudev bolt udisks2 libhandy gsound colord-gtk)
+         gnome-color-manager smbclient libmm-glib libgnomekbd libibus libcheese
+         libgudev bolt udisks2 libhandy gsound colord-gtk power-profiles-daemon)
 makedepends=(docbook-xsl modemmanager git python meson)
 checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
 optdepends=('system-config-printer: Printer settings'
@@ -21,7 +21,7 @@
             'rygel: media sharing'
             'openssh: remote login')
 groups=(gnome)
-_commit=49d71c07b5b3ce59e035b785310cba4fcf903868  # tags/40.0^0
+_commit=7e95c34f686197775db680ef17450d66cc13eb73  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
@@ -50,6 +50,6 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }



More information about the arch-commits mailing list