Date: Friday, June 19, 2015 @ 22:44:59
  Author: heftig
Revision: 241094

libgudev

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-06-19 20:40:20 UTC (rev 241093)
+++ PKGBUILD    2015-06-19 20:44:59 UTC (rev 241094)
@@ -3,16 +3,18 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify' 'libsystemd' 'libwacom' 
'pulseaudio' 'pulseaudio-alsa' 'upower' 'librsvg' 'libgweather' 'geocode-glib' 
'geoclue2' 'nss')
-makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas hicolor-icon-theme 
libcanberra-pulse
+         libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
+         geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
 options=('!emptydirs')
 install=gnome-settings-daemon.install
 url="http://www.gnome.org";
-groups=('gnome')
+groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d8d536584ebb8fb1403050eb65e7ee3328eba14b123542369ff1917e727fa69a')
 

Reply via email to