[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 27 20:51:53 UTC 2016


    Date: Tuesday, September 27, 2016 @ 20:51:53
  Author: heftig
Revision: 277176

3.22.0+2+g84c2c56-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-27 20:47:46 UTC (rev 277175)
+++ PKGBUILD	2016-09-27 20:51:53 UTC (rev 277176)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-settings-daemon
-pkgver=3.22.0+1+g86695d5
+pkgver=3.22.0+2+g84c2c56
 pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=(i686 x86_64)
@@ -9,21 +9,29 @@
 license=(GPL)
 depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
          libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
-         librsvg libgweather geocode-glib geoclue2 nss libgudev)
+         librsvg libgweather geocode-glib geoclue2 nss libgudev gtk3-print-backends)
 makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)
 options=('!emptydirs')
 url="http://www.gnome.org"
 groups=(gnome)
-source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
-sha256sums=('SKIP')
+_commit=84c2c56b79e5920c9f831d550e65ab323569f563  # master
+source=("git://git.gnome.org/gnome-settings-daemon#commit=$_commit"
+        "git://git.gnome.org/libgnome-volume-control")
+sha256sums=('SKIP'
+            'SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 's/_/./g'
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list