[arch-commits] CVS update of extra/gnome/devhelp (PKGBUILD devhelp.install)

Jan de Groot jgc at archlinux.org
Wed Sep 12 18:25:23 UTC 2007


    Date: Wednesday, September 12, 2007 @ 14:25:23
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/devhelp

Modified: PKGBUILD (1.12 -> 1.13) devhelp.install (1.5 -> 1.6)

upgpkg: devhelp 0.16-1


-----------------+
 PKGBUILD        |   10 +++++-----
 devhelp.install |   14 ++------------
 2 files changed, 7 insertions(+), 17 deletions(-)


Index: extra/gnome/devhelp/PKGBUILD
diff -u extra/gnome/devhelp/PKGBUILD:1.12 extra/gnome/devhelp/PKGBUILD:1.13
--- extra/gnome/devhelp/PKGBUILD:1.12	Thu May 17 11:28:23 2007
+++ extra/gnome/devhelp/PKGBUILD	Wed Sep 12 14:25:23 2007
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.12 2007/05/17 15:28:23 jgc Exp $
+# $Id: PKGBUILD,v 1.13 2007/09/12 18:25:23 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgname=devhelp
-pkgver=0.14
+pkgver=0.16
 pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.imendio.com/projects/devhelp/"
-depends=('gconf>=2.18.0.1-2' 'libglade>=2.6.0' 'libwnck>=2.18.0-2' 'xulrunner>=1.8.1.3' 'desktop-file-utils')
+depends=('gconf>=2.18.0.1-4' 'libglade>=2.6.2' 'libwnck>=2.18.0-2' 'xulrunner>=1.8.1.6' 'desktop-file-utils')
 makedepends=('perlxml' 'pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 install="devhelp.install"
 source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/${pkgver}/devhelp-${pkgver}.tar.bz2)
-md5sums=('56dd99412ae3df14a0daf293a9cd398c')
+md5sums=('61d2300ab657ab63c65a49311916a6d2')
 
 build() {
   [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
Index: extra/gnome/devhelp/devhelp.install
diff -u extra/gnome/devhelp/devhelp.install:1.5 extra/gnome/devhelp/devhelp.install:1.6
--- extra/gnome/devhelp/devhelp.install:1.5	Sun Apr 22 12:43:48 2007
+++ extra/gnome/devhelp/devhelp.install	Wed Sep 12 14:25:23 2007
@@ -1,8 +1,7 @@
 pkgname=devhelp
 
 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}
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
@@ -16,16 +15,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}
 }
 
 post_remove() {




More information about the arch-commits mailing list