git » gegl.git » commit 103a785

Upstream update, Add intltool makedepends, Enable check function

author Eric Bélanger
2012-05-03 21:27:20 UTC
committer Eric Bélanger
2012-05-03 21:27:20 UTC
parent 3f30e4398a58e6969a247375a55bb28d716cead4

Upstream update, Add intltool makedepends, Enable check function

PKGBUILD +8 -8

diff --git a/PKGBUILD b/PKGBUILD
index 74af92b..1df4522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
 # 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}"
@@ -24,10 +24,10 @@ build() {
   make
 }
 
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"