Skip to content
Snippets Groups Projects
Commit eb1093ea authored by Ionuț Mircea Bîru's avatar Ionuț Mircea Bîru
Browse files

update to 2.31.91

parent 196e882e
No related branches found
No related tags found
No related merge requests found
......@@ -4,21 +4,21 @@
#Contributor: Matt Arsenault <arsenm2@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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment