summaryrefslogtreecommitdiff
path: root/pcr/gegl-git
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-01-07 09:26:44 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-01-07 11:03:40 -0300
commit0fd0381de68d051918f1fada1e64893d00bbefdb (patch)
treeadb574acbf3c431e3ec6283eea3aea3f9cb6dbd8 /pcr/gegl-git
parent8f417f19145f17bf2c7e3d474569b1d6b852afdd (diff)
gegl-git: fix pkgbuild
Diffstat (limited to 'pcr/gegl-git')
-rw-r--r--pcr/gegl-git/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
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)"