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

Jan de Groot jgc at archlinux.org
Fri Sep 21 21:13:34 UTC 2007


    Date: Friday, September 21, 2007 @ 17:13:34
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/bug-buddy

Modified: PKGBUILD (1.23 -> 1.24) bug-buddy.install (1.7 -> 1.8)

upgpkg: bug-buddy 2.20.0-1
GOME 2.20


-------------------+
 PKGBUILD          |   13 +++++++------
 bug-buddy.install |   14 ++------------
 2 files changed, 9 insertions(+), 18 deletions(-)


Index: extra/gnome/bug-buddy/PKGBUILD
diff -u extra/gnome/bug-buddy/PKGBUILD:1.23 extra/gnome/bug-buddy/PKGBUILD:1.24
--- extra/gnome/bug-buddy/PKGBUILD:1.23	Sun Apr 22 11:29:58 2007
+++ extra/gnome/bug-buddy/PKGBUILD	Fri Sep 21 17:13:34 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.23 2007/04/22 15:29:58 jgc Exp $
+# $Id: PKGBUILD,v 1.24 2007/09/21 21:13:34 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=bug-buddy
-pkgver=2.18.1
-pkgrel=2
+pkgver=2.20.0
+pkgrel=1
 pkgdesc="A bug reporting tool for GNOME"
 arch=(i686 x86_64)
 install=bug-buddy.install
-depends=('gnome-menus>=2.18.0-2' 'gnome-desktop>=2.18.1' 'evolution-data-server>=1.10.1-2' 'libgtop>=2.14.8-2')
+depends=('gnome-menus>=2.20.0' 'gnome-desktop>=2.20.0' 'evolution-data-server>=1.12.0' 'libgtop>=2.20.0' 'libelf')
 makedepends=('perlxml' 'pkgconfig')
 groups=('gnome-extra')
 license=(GPL)
+options=('!libtool' '!emptydirs')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ebeaeee4acc1432b59a4ef242abff620')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('bce8b08a14d123ecfeefb3902031d773')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/gnome/bug-buddy/bug-buddy.install
diff -u extra/gnome/bug-buddy/bug-buddy.install:1.7 extra/gnome/bug-buddy/bug-buddy.install:1.8
--- extra/gnome/bug-buddy/bug-buddy.install:1.7	Sun Apr 22 11:29:58 2007
+++ extra/gnome/bug-buddy/bug-buddy.install	Fri Sep 21 17:13:34 2007
@@ -1,8 +1,7 @@
 pkgname=bug-buddy
 
 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}
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -15,16 +14,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