[arch-commits] CVS update of extra/gnome/epiphany-extensions (2 files)

Jan de Groot jgc at archlinux.org
Sat Jul 7 12:27:33 UTC 2007


    Date: Saturday, July 7, 2007 @ 08:27:33
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/epiphany-extensions

Modified: PKGBUILD (1.29 -> 1.30) epiphany-extensions.install (1.2 -> 1.3)

upgpkg: epiphany-extensions 2.18.3-1


-----------------------------+
 PKGBUILD                    |    7 +++----
 epiphany-extensions.install |   17 ++---------------
 2 files changed, 5 insertions(+), 19 deletions(-)


Index: extra/gnome/epiphany-extensions/PKGBUILD
diff -u extra/gnome/epiphany-extensions/PKGBUILD:1.29 extra/gnome/epiphany-extensions/PKGBUILD:1.30
--- extra/gnome/epiphany-extensions/PKGBUILD:1.29	Fri Jun  1 23:17:14 2007
+++ extra/gnome/epiphany-extensions/PKGBUILD	Sat Jul  7 08:27:33 2007
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD,v 1.29 2007/06/02 03:17:14 eric Exp $
+# $Id: PKGBUILD,v 1.30 2007/07/07 12:27:33 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany-extensions
-pkgver=2.18.2
+pkgver=2.18.3
 pkgrel=1
 url="http://www.gnome.org/projects/epiphany/"
 pkgdesc="Various extentions for the Epiphany web browser"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('epiphany>=2.18.2' 'python>=2.5' 'pcre' 'opensp' 'scrollkeeper')
+depends=('epiphany>=2.18.3' 'python>=2.5' 'pcre' 'opensp' 'scrollkeeper')
 makedepends=('pkgconfig' 'gnome-doc-utils>=0.10.3')
 options=('!libtool')
 install=epiphany-extensions.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('27525dc55b4738faf02ee53c74601593')
 
 build() {
   [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
Index: extra/gnome/epiphany-extensions/epiphany-extensions.install
diff -u extra/gnome/epiphany-extensions/epiphany-extensions.install:1.2 extra/gnome/epiphany-extensions/epiphany-extensions.install:1.3
--- extra/gnome/epiphany-extensions/epiphany-extensions.install:1.2	Sun Apr 22 12:45:40 2007
+++ extra/gnome/epiphany-extensions/epiphany-extensions.install	Sat Jul  7 08:27:33 2007
@@ -1,10 +1,7 @@
 pkgname=epiphany-extensions
 
 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}
   scrollkeeper-update -q -p var/lib/scrollkeeper
 }
 
@@ -17,17 +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