From 24e9d808ac264de9546a52695ea80c4b0bd20c37 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 29 Dec 2015 22:26:25 -0300 Subject: darktable-2.0.0-4.nonprism1: add colord-gtk and graphicsmagick to depends --- nonprism/darktable/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'nonprism') 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 # Maintainer (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika @@ -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 -- cgit v1.2.3-54-g00ecf