diff options
-rw-r--r-- | nonprism/darktable/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index 0652f0675..adbe9e5da 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 154530 2015-12-25 17:01:56Z spupykin $ +# $Id: PKGBUILD 154916 2015-12-29 13:45:04Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Arch): Christian Himpel <chressie at gmail dot com> # Contributor (Arch): Johannes Hanika <hanatos at gmail dot com> @@ -6,7 +6,7 @@ pkgname=darktable pkgver=2.0.0 -pkgrel=2.nonprism1 +pkgrel=4.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64') url=http://darktable.sf.net/ @@ -15,7 +15,8 @@ replaces=(${pkgname}-nonprism) conflicts=(${pkgname}-nonprism) depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib' 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt' - 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map-gtk3' 'json-glib' 'lua52' 'colord') + 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map-gtk3' 'json-glib' 'lua52' + 'colord' 'colord-gtk' 'graphicsmagick') makedepends=('intltool>=0.40' 'cmake' 'librsvg') optdepends=('librsvg') install=darktable.install @@ -36,6 +37,7 @@ build() { -DUSE_LUA=On \ -DUSE_GNOME_KEYRING=Off \ -DUSE_COLORD=On \ + -DPROJECT_VERSION=$pkgver \ -DUSE_USE_FLICKR=Off \ .. make |