[arch-commits] Commit in epiphany-extensions/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Oct 11 19:11:11 UTC 2009
Date: Sunday, October 11, 2009 @ 15:11:10
Author: jgc
Revision: 54763
Merged revisions 54758 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/epiphany-extensions/trunk
........
r54758 | jgc | 2009-10-11 21:09:57 +0200 (Sun, 11 Oct 2009) | 1 line
Merge gnome-unstable
........
Modified:
epiphany-extensions/repos/extra-i686/ (properties)
epiphany-extensions/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Property changes on: epiphany-extensions/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /epiphany-extensions/trunk:1-35511
+ /epiphany-extensions/trunk:1-54761
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-10-11 19:11:09 UTC (rev 54762)
+++ extra-i686/PKGBUILD 2009-10-11 19:11:10 UTC (rev 54763)
@@ -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