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

Jan de Groot jgc at archlinux.org
Sun Mar 8 14:29:22 UTC 2009


    Date: Sunday, March 8, 2009 @ 10:29:22
  Author: jgc
Revision: 29397

upgpkg: notification-daemon 0.4.0-2
    Add gstreamer0.10-base to dependencies. This fixes the fatal assertion in case playbin is not present

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-08 14:09:13 UTC (rev 29396)
+++ PKGBUILD	2009-03-08 14:29:22 UTC (rev 29397)
@@ -4,12 +4,12 @@
 
 pkgname="notification-daemon"
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.galago-project.org/specs/notification/"
-depends=('libsexy>=0.1.11' 'libwnck>=2.24.2' 'gconf>=2.24.0' 'gstreamer0.10' 'libnotify>=0.4.5' 'libglade>=2.6.3')
+depends=('libsexy>=0.1.11' 'libwnck>=2.24.2' 'gconf>=2.24.0' 'gstreamer0.10-base' 'libnotify>=0.4.5' 'libglade>=2.6.3')
 groups=('gnome')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
@@ -20,7 +20,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/notification-daemon \
+              --libexecdir=/usr/lib/notification-daemon-1.0 \
               --localstatedir=/var --disable-static
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list