author | Jan de Groot
<jgc@archlinux.org> 2017-04-12 10:23:03 UTC |
committer | Jan de Groot
<jgc@archlinux.org> 2017-04-12 10:23:03 UTC |
parent | 4b017ab1ceb4e60f8565ebcf321ec4f719b2444d |
PKGBUILD | +11 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 5d910c9..e6aeb98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.3.8 -pkgrel=4 +pkgver=0.3.14 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64') url="http://www.gegl.org/" @@ -10,7 +10,7 @@ license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib') makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' - 'gobject-introspection' 'git') + 'gobject-introspection' 'git' gtk-doc) optdepends=('libraw: raw plugin' 'openexr: openexr plugin' 'ffmpeg: ffmpeg plugin' @@ -20,9 +20,16 @@ optdepends=('libraw: raw plugin' 'libtiff: tiff plugin' 'lua: lua plugin' 'lensfun: lens-correct plugin') -source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}") +_commit=285e5b781f2ef6359d264192f826564402119b87 # tags/GEGL_0_3_14^0 +source=("git+https://git.gnome.org/browse/gegl#commit=$_commit") sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g' +} + prepare() { mkdir path ln -s /usr/bin/python2 path/python