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

Jan de Groot jgc at archlinux.org
Sun Jan 17 13:58:02 UTC 2010


    Date: Sunday, January 17, 2010 @ 08:58:02
  Author: jgc
Revision: 63420

upgpkg: notification-daemon 0.4.0-4
    Rebuild for libpng14

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-17 13:53:04 UTC (rev 63419)
+++ PKGBUILD	2010-01-17 13:58:02 UTC (rev 63420)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Mark Rosenstand <mark at borkware.net>
 
-pkgname="notification-daemon"
+pkgname=notification-daemon
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 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.26.1' 'gconf>=2.26.2' 'gstreamer0.10-base' 'libnotify>=0.4.5' 'libglade>=2.6.4' 'hicolor-icon-theme')
+depends=('libsexy>=0.1.11' 'libwnck>=2.28.0' 'gconf>=2.28.0' 'gstreamer0.10-base>=0.10.25' 'libnotify>=0.4.5' 'libglade>=2.6.4' 'hicolor-icon-theme')
 groups=('gnome')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
@@ -21,7 +21,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/notification-daemon-1.0 \
-      --localstatedir=/var --disable-static
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list