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

Sergej Pupykin spupykin at archlinux.org
Tue Mar 10 11:10:57 UTC 2015


    Date: Tuesday, March 10, 2015 @ 12:10:57
  Author: spupykin
Revision: 129006

upgpkg: darktable 1.6.3-2

upd

Modified:
  darktable/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-10 10:44:05 UTC (rev 129005)
+++ PKGBUILD	2015-03-10 11:10:57 UTC (rev 129006)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
 	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-	 'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
+	 'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
 makedepends=('intltool>=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 install=darktable.install
@@ -32,13 +32,12 @@
   cmake \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DCMAKE_BUILD_TYPE=Release \
-      -DDONT_INSTALL_GCONF_SCHEMAS=True \
       -DBINARY_PACKAGE_BUILD=1 \
-      -DUSE_GCONF_BACKEND=Off \
       -DBUILD_USERMANUAL=False \
       -DUSE_LIBSECRET=On \
       -DUSE_LUA=On \
       -DUSE_GNOME_KEYRING=Off \
+      -DUSE_COLORD=On \
       ..
   make
 }



More information about the arch-commits mailing list