From 0fd0381de68d051918f1fada1e64893d00bbefdb Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 7 Jan 2016 09:26:44 -0300 Subject: gegl-git: fix pkgbuild --- pcr/gegl-git/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'pcr/gegl-git') diff --git a/pcr/gegl-git/PKGBUILD b/pcr/gegl-git/PKGBUILD index 28ce8ce84..c0bc2bdbc 100644 --- a/pcr/gegl-git/PKGBUILD +++ b/pcr/gegl-git/PKGBUILD @@ -4,14 +4,14 @@ _pkgname=gegl pkgname=gegl-git pkgver=r6918.2bfc117 -pkgrel=1 +pkgrel=2 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64' 'armv7h') url="http://www.gegl.org/" license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib') makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' - 'jasper' 'exiv2' 'vala' 'python2' 'suitesparse' + 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 'gobject-introspection' 'git') optdepends=('libraw: raw plugin' 'openexr: openexr plugin' @@ -19,19 +19,14 @@ optdepends=('libraw: raw plugin' 'suitesparse: matting-levin plugin' 'librsvg: svg plugin' 'jasper: jasper plugin' - 'lua: lua plugin') + 'libtiff: tiff plugin' + 'lua: lua plugin' + 'lensfun: lens-correct plugin') provides=("${_pkgname}") conflicts=("${_pkgname}") source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/${_pkgname}.git) sha256sums=('SKIP') -# libtiff lensfun -# asciidoc: no (asciidoc not found) -# enscript: no (enscript not found) -# mrg: no (mrg not found) -# graphviz: no (graphviz not found) -# gexiv2: no (gexiv2 not found) - pkgver() { cd "${srcdir}/${_pkgname}-${pkgver}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -- cgit v1.2.3