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

Jan de Groot jgc at archlinux.org
Sun Oct 11 19:09:57 UTC 2009


    Date: Sunday, October 11, 2009 @ 15:09:57
  Author: jgc
Revision: 54758

Merge gnome-unstable

Modified:
  epiphany-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 19:09:22 UTC (rev 54757)
+++ PKGBUILD	2009-10-11 19:09:57 UTC (rev 54758)
@@ -2,26 +2,25 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany-extensions
-pkgver=2.26.1
+pkgver=2.28.0
 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.28.0' 'python>=2.6' 'opensp' 'libglade>=2.6.4')
+makedepends=('pkgconfig' 'gnome-doc-utils>=0.18.0' '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.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('17c450622752cbda0e41fffd496d3022a533659f3db942e14da8015c47623856')
 
 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