[arch-commits] Commit in epiphany-extensions/trunk (2 files)

Jan de Groot jgc at archlinux.org
Thu Oct 21 10:41:51 UTC 2010


    Date: Thursday, October 21, 2010 @ 06:41:51
  Author: jgc
Revision: 96469

upgpkg: epiphany-extensions 2.32.0-1
Update to 2.32.0
Remove python dependency, epiphany no longer supports python plugins
Remove gconf stuff, there is no sign of gconf schemas here
Add hicolor-icon-theme things

Modified:
  epiphany-extensions/trunk/PKGBUILD
  epiphany-extensions/trunk/epiphany-extensions.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-21 10:36:10 UTC (rev 96468)
+++ PKGBUILD	2010-10-21 10:41:51 UTC (rev 96469)
@@ -2,29 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany-extensions
-pkgver=2.30.1
+pkgver=2.32.0
 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.30.2' 'python>=2.6' 'opensp')
+depends=('epiphany>=2.30.6' 'opensp' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'gnome-doc-utils>=0.20.0' 'intltool')
 options=('!libtool' '!emptydirs')
 install=epiphany-extensions.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2f91b34e5854df382bb30bf93ae469490a5321d1ad006ff45032e3127eddb63d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1d6ac9f24050f409812a1653156033c6c005c27bc590f2a54164715771a1e16e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var \
-      --with-extensions=really-all --disable-scrollkeeper || return 1
-  make || return 1
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
-
-  install -d -m755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain epiphany-extenions-${_majorver} ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+      --with-extensions=really-all --disable-scrollkeeper
+  make
+  make DESTDIR="${pkgdir}" install
 }

Modified: epiphany-extensions.install
===================================================================
--- epiphany-extensions.install	2010-10-21 10:36:10 UTC (rev 96468)
+++ epiphany-extensions.install	2010-10-21 10:41:51 UTC (rev 96469)
@@ -1,17 +1,13 @@
 pkgname=epiphany-extensions
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  pre_remove $1
-}
-
 post_upgrade() {
   post_install $1
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }




More information about the arch-commits mailing list