diff options
author | root <root@rshg047.dnsready.net> | 2011-04-12 10:53:36 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-12 10:53:36 +0000 |
commit | 28b5bbf3fee0627993658e096eadab71c2779912 (patch) | |
tree | b799e892101aaaedafdcf1315c4def0ff6bdc1c4 /testing/gnome-settings-daemon | |
parent | cabd4a9c1f8304f0d57005b9f31231fc191c8778 (diff) |
Tue Apr 12 10:53:36 UTC 2011
Diffstat (limited to 'testing/gnome-settings-daemon')
-rw-r--r-- | testing/gnome-settings-daemon/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/gnome-settings-daemon/PKGBUILD b/testing/gnome-settings-daemon/PKGBUILD index da172abf3..2eadb3556 100644 --- a/testing/gnome-settings-daemon/PKGBUILD +++ b/testing/gnome-settings-daemon/PKGBUILD @@ -1,13 +1,15 @@ -# $Id: PKGBUILD 118378 2011-04-06 14:16:56Z heftig $ +# $Id: PKGBUILD 119216 2011-04-11 11:19:21Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-settings-daemon pkgver=3.0.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Settings daemon" arch=('i686' 'x86_64') license=('GPL') -depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' 'libpulse' 'libcanberra' 'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf') +depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' + 'libcanberra' 'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf' + 'pulseaudio' 'pulseaudio-alsa') makedepends=('intltool' 'gtk-doc') options=('!emptydirs' '!libtool') install=gnome-settings-daemon.install |