diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-11 07:41:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-11 07:41:57 -0300 |
commit | 3dc39f279d09ff83205df388e300cebf2773d286 (patch) | |
tree | 7f4df7e20e2264830715c16c3bea932cf6c290a1 /nonprism/darktable | |
parent | 26e34af98a7e0cf633b3ed5f519c7b2438a79d75 (diff) | |
download | abslibre-3dc39f279d09ff83205df388e300cebf2773d286.tar.gz abslibre-3dc39f279d09ff83205df388e300cebf2773d286.tar.bz2 abslibre-3dc39f279d09ff83205df388e300cebf2773d286.zip |
darktable-1.6.3-2.nonprism1: add colord to depends
Diffstat (limited to 'nonprism/darktable')
-rw-r--r-- | nonprism/darktable/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index 989e6ce2b..cc7132979 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 128521 2015-03-02 10:59:26Z spupykin $ +# $Id: PKGBUILD 129006 2015-03-10 11:10:57Z 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> pkgname=darktable pkgver=1.6.3 -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64' 'mips64el') url=http://darktable.sf.net/ @@ -14,7 +14,7 @@ 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' 'gtk-engines' 'json-glib' 'lua') + 'libsoup' 'gtk-engines' 'json-glib' 'lua' 'colord') makedepends=('intltool>=0.40' 'cmake' 'librsvg') optdepends=('librsvg') install=darktable.install @@ -34,13 +34,12 @@ build() { 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 \ -DUSE_USE_FLICKR=Off \ .. make |