[arch-commits] Commit in darktable/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Dec 28 19:37:40 UTC 2015


    Date: Monday, December 28, 2015 @ 20:37:40
  Author: spupykin
Revision: 154671

upgpkg: darktable 2.0.0-3

upd

Modified:
  darktable/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-28 19:37:35 UTC (rev 154670)
+++ PKGBUILD	2015-12-28 19:37:40 UTC (rev 154671)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -12,7 +12,8 @@
 license=('GPL3')
 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' 'flickcurl' 'lua52' 'colord')
+	 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map-gtk3' 'json-glib' 'flickcurl' 'lua52' 'colord'
+	 'graphicsmagick')
 makedepends=('intltool>=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 install=darktable.install
@@ -33,6 +34,7 @@
       -DUSE_LUA=On \
       -DUSE_GNOME_KEYRING=Off \
       -DUSE_COLORD=On \
+      -DPROJECT_VERSION=$pkgver \
       ..
   make
 



More information about the arch-commits mailing list