[arch-commits] Commit in epiphany-extensions (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Aug 25 07:39:05 UTC 2009


    Date: Tuesday, August 25, 2009 @ 03:39:05
  Author: jgc
Revision: 50289

Update to 2.27.91

Added:
  epiphany-extensions/gnome-unstable/
Modified:
  epiphany-extensions/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-25 07:28:21 UTC (rev 50288)
+++ gnome-unstable/PKGBUILD	2009-08-25 07:39:05 UTC (rev 50289)
@@ -2,26 +2,25 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany-extensions
-pkgver=2.26.1
+pkgver=2.27.91
 pkgrel=1
-_majorver=2.26
+_majorver=2.28
 url="http://www.gnome.org/projects/epiphany/"
 pkgdesc="Various extentions for the Epiphany web browser"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('epiphany>=2.26.1' 'python>=2.6' 'opensp')
-makedepends=('pkgconfig' 'gnome-doc-utils>=0.16.0' 'intltool')
+depends=('epiphany>=2.27.91' 'python>=2.6' 'opensp' 'libglade>=2.6.4')
+makedepends=('pkgconfig' 'gnome-doc-utils>=0.17.4' 'intltool')
 options=('!libtool' '!emptydirs')
 install=epiphany-extensions.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${_majorver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('bc3044148e915312654f8c82a575e58e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2a1415757506f8ceddb98bd285f2583e236613e0a4394d34d5fb1961630585ba')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var \
-	      --with-gecko=libxul-embedding \
-	      --with-extensions=really-all --disable-scrollkeeper || return 1
+      --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




More information about the arch-commits mailing list