1 #Maintainer : Ionut Biru <ibiru@archlinux.org>
2 #Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
9 url="https://wiki.gnome.org/Projects/Seed"
11 depends=('webkitgtk3' 'gobject-introspection-runtime' 'gnome-js-common' 'mpfr')
12 makedepends=('intltool' 'gobject-introspection')
13 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.8/${pkgname}-${pkgver}.tar.xz
15 sha256sums=('80cb4db7fa6f6cf8d3e255fc45a81657388d458bc8bf23e4089e35f69eeaac32'
16 '2a8185df661056e12830d0a29155dc539016fc349a823f5aec09dd15bbb9239b'
17 '8d91b5c46438350b139609e63f6f863fcd9949d631f87c3c4e267ad4987181a1')
20 cd "${srcdir}/${pkgname}-${pkgver}"
21 patch -p1 -i ../rl63.patch # Readline 6.3 compat (deprecated typedefs gone)
22 cp ../GLib.js extensions/
26 cd "${srcdir}/${pkgname}-${pkgver}"
27 ./configure --prefix=/usr --disable-static
32 cd "${srcdir}/${pkgname}-${pkgver}"
33 make DESTDIR="${pkgdir}" install