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

Ionut Biru ibiru at archlinux.org
Tue Sep 28 13:15:04 UTC 2010


    Date: Tuesday, September 28, 2010 @ 09:15:03
  Author: ibiru
Revision: 91918

update to 2.31.91

Modified:
  seed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-28 13:08:20 UTC (rev 91917)
+++ PKGBUILD	2010-09-28 13:15:03 UTC (rev 91918)
@@ -4,21 +4,21 @@
 #Contributor: Matt Arsenault <arsenm2 at rpi.edu>
 
 pkgname=seed
-pkgver=2.30.0
-pkgrel=2
+pkgver=2.31.91
+pkgrel=1
 pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Seed/"
 license=('LGPL')
 options=('!libtool')
-depends=('mpfr>=3.0.0' 'libwebkit>=1.1.90' 'gnome-js-common>=0.1.2' 'gobject-introspection>=0.6.9')
+depends=('mpfr>=3.0.0' 'libwebkit>=1.2.4' 'gnome-js-common>=0.1.2' 'gobject-introspection>=0.9.6')
 makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-$pkgver.tar.bz2)
-sha256sums=('3b5e7babd1e14793829c9d521319cbf2af9a66bea604c5dc80a9885558f00361')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.31/${pkgname}-$pkgver.tar.bz2)
+sha256sums=('9e1da3adc6ed25b1778508ab67aecfe0923d1083f375b88137ea5f9ff57c22a3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --with-webkit=1.0
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list