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

Jan de Groot jgc at archlinux.org
Fri Mar 21 23:13:58 UTC 2008


    Date: Friday, March 21, 2008 @ 19:13:58
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/epiphany-extensions

Modified: PKGBUILD (1.32 -> 1.33) epiphany-extensions.install (1.4 -> 1.5)

upgpkg: epiphany-extensions 2.22.0-1
    GNOME 2.22


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


Index: extra/gnome/epiphany-extensions/PKGBUILD
diff -u extra/gnome/epiphany-extensions/PKGBUILD:1.32 extra/gnome/epiphany-extensions/PKGBUILD:1.33
--- extra/gnome/epiphany-extensions/PKGBUILD:1.32	Fri Oct 19 13:19:06 2007
+++ extra/gnome/epiphany-extensions/PKGBUILD	Fri Mar 21 19:13:58 2008
@@ -1,32 +1,30 @@
-# $Id: PKGBUILD,v 1.32 2007/10/19 17:19:06 jgc Exp $
+# $Id: PKGBUILD,v 1.33 2008/03/21 23:13:58 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany-extensions
-pkgver=2.20.1
+pkgver=2.22.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.20.1' 'python>=2.5' 'opensp')
-makedepends=('pkgconfig' 'gnome-doc-utils>=0.12.0')
+depends=('epiphany>=2.22.0' 'python>=2.5' 'opensp')
+makedepends=('pkgconfig' 'gnome-doc-utils>=0.12.2')
 options=('!libtool' '!emptydirs')
 install=epiphany-extensions.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('cd8a247d81960217df4d7c8edfe9fbf8')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('05b131995c532f2689150c731b2f37c1')
 
 build() {
-  [ -z "${MOZ_PLUGIN_PATH}" ] && . /etc/profile.d/mozilla-common.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var \
-	      --with-extensions=really-all --disable-scrollkeeper
-  make LDFLAGS+="-R /opt/mozilla/lib/xulrunner" || return 1
+	      --with-extensions=really-all --disable-scrollkeeper || return 1
+  make LDFLAGS+="-R /usr/lib/xulrunner" || return 1
 
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install || return 1
 
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  install -d -m755 ${startdir}/pkg/usr/share/gconf/schemas
+  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas || return 1
   rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
 }
Index: extra/gnome/epiphany-extensions/epiphany-extensions.install
diff -u extra/gnome/epiphany-extensions/epiphany-extensions.install:1.4 extra/gnome/epiphany-extensions/epiphany-extensions.install:1.5
--- extra/gnome/epiphany-extensions/epiphany-extensions.install:1.4	Sun Sep 23 16:02:45 2007
+++ extra/gnome/epiphany-extensions/epiphany-extensions.install	Fri Mar 21 19:13:58 2008
@@ -19,8 +19,3 @@
 post_remove() {
   /bin/true
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list