[arch-commits] Commit in notification-daemon/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Mar 8 14:31:08 UTC 2009


    Date: Sunday, March 8, 2009 @ 10:31:08
  Author: jgc
Revision: 29399

Merged revisions 29397 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/notification-daemon/trunk

........
  r29397 | jgc | 2009-03-08 14:29:22 +0000 (Sun, 08 Mar 2009) | 2 lines
  
  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/repos/extra-i686/	(properties)
  notification-daemon/repos/extra-i686/PKGBUILD

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


Property changes on: notification-daemon/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /notification-daemon/trunk:1-22999
   + /notification-daemon/trunk:1-29398

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-03-08 14:29:34 UTC (rev 29398)
+++ extra-i686/PKGBUILD	2009-03-08 14:31:08 UTC (rev 29399)
@@ -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