Date: Wednesday, April 12, 2017 @ 10:23:03 Author: jgc Revision: 292604
upgpkg: gegl 0.3.14-1 Update, missing plugins is normal: they were merged into one lib Modified: gegl/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-12 10:05:15 UTC (rev 292603) +++ PKGBUILD 2017-04-12 10:23:03 UTC (rev 292604) @@ -2,8 +2,8 @@ # Maintainer: Daniel Isenmann <[email protected]> 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/" @@ -11,7 +11,7 @@ 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' @@ -21,9 +21,16 @@ '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
