diff options
author | root <root@rshg054.dnsready.net> | 2012-05-06 00:02:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-06 00:02:44 +0000 |
commit | f37e773fe397778858ea8d51601554863c252536 (patch) | |
tree | 9997e525a9baeb85d09bd8e0c12e750781810755 /extra/gegl | |
parent | 5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 (diff) |
Sun May 6 00:02:43 UTC 2012
Diffstat (limited to 'extra/gegl')
-rw-r--r-- | extra/gegl/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/gegl/PKGBUILD b/extra/gegl/PKGBUILD index 48cafffe6..9519852c3 100644 --- a/extra/gegl/PKGBUILD +++ b/extra/gegl/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 148728 2012-02-05 11:48:24Z ibiru $ +# $Id: PKGBUILD 158546 2012-05-04 19:12:03Z daniel $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=gegl -pkgver=0.1.8 -pkgrel=2 +pkgver=0.2.0 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64') url="http://www.gegl.org/" license=('GPL3' 'LGPL3') depends=('babl' 'gtk2') -makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2') +makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2') optdepends=('openexr: for using the openexr plugin' \ 'ffmpeg: for using the ffmpeg plugin' \ 'librsvg: for using the svg plugin' \ 'jasper: for using the jasper plugin') options=('!libtool') source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('3d4d902580f5c5122b01b5188b6b5da03089ecac') +sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -25,10 +25,10 @@ build() { make } -#check() { -# cd "${srcdir}/${pkgname}-${pkgver}" -# make check -#} +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} package() { cd "${srcdir}/${pkgname}-${pkgver}" |