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

Eric Bélanger eric at archlinux.org
Thu May 3 21:27:20 UTC 2012


    Date: Thursday, May 3, 2012 @ 17:27:20
  Author: eric
Revision: 158345

upgpkg: gegl 0.2.0-1

Upstream update, Add intltool makedepends, Enable check function

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-03 19:33:15 UTC (rev 158344)
+++ PKGBUILD	2012-05-03 21:27:20 UTC (rev 158345)
@@ -2,21 +2,21 @@
 # Maintainer: Eric Bélanger <eric at 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 @@
   make
 }
 
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list