[arch-commits] CVS update of extra/lib/notification-daemon (2 files)

Jan de Groot jgc at archlinux.org
Sun Sep 23 20:14:34 UTC 2007


    Date: Sunday, September 23, 2007 @ 16:14:34
  Author: jgc
    Path: /home/cvs-extra/extra/lib/notification-daemon

Modified: PKGBUILD (1.10 -> 1.11) notification-daemon.install (1.2 -> 1.3)

upgpkg: notification-daemon 0.3.7-3
libwnck bump


-----------------------------+
 PKGBUILD                    |    8 ++++----
 notification-daemon.install |   14 ++------------
 2 files changed, 6 insertions(+), 16 deletions(-)


Index: extra/lib/notification-daemon/PKGBUILD
diff -u extra/lib/notification-daemon/PKGBUILD:1.10 extra/lib/notification-daemon/PKGBUILD:1.11
--- extra/lib/notification-daemon/PKGBUILD:1.10	Sun Apr 22 13:49:12 2007
+++ extra/lib/notification-daemon/PKGBUILD	Sun Sep 23 16:14:32 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.10 2007/04/22 17:49:12 jgc Exp $
+# $Id: PKGBUILD,v 1.11 2007/09/23 20:14:32 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Mark Rosenstand <mark at borkware.net>
 
 pkgname="notification-daemon"
 pkgver=0.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.galago-project.org/specs/notification/"
-depends=('dbus-glib>=0.73' 'libsexy>=0.1.11' 'libwnck>=2.14.8-2' 'gconf>=2.18.0.1-2')
+depends=('dbus-glib>=0.73' 'libsexy>=0.1.11' 'libwnck>=2.20.0' 'gconf>=2.20.0')
 makedepends=('pkgconfig')
-options=('nolibtool')
+options=('!libtool' '!emptydirs')
 install=notification-daemon.install
 source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('cbeae0f29a15ff93f0b763d9e1cdf1de')
Index: extra/lib/notification-daemon/notification-daemon.install
diff -u extra/lib/notification-daemon/notification-daemon.install:1.2 extra/lib/notification-daemon/notification-daemon.install:1.3
--- extra/lib/notification-daemon/notification-daemon.install:1.2	Sun Apr 22 13:49:12 2007
+++ extra/lib/notification-daemon/notification-daemon.install	Sun Sep 23 16:14:34 2007
@@ -1,8 +1,7 @@
 pkgname=notification-daemon
 
 post_install() {
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
+  usr/sbin/gconfpkg --install ${pkgname}
 }
 
 pre_upgrade() {
@@ -14,16 +13,7 @@
 }
 
 pre_remove() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
-  elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
-  else
-    schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
-  fi
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  
-  usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
+  usr/sbin/gconfpkg --uninstall ${pkgname}
 }
 
 op=$1




More information about the arch-commits mailing list