summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-15 01:26:26 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-15 01:26:26 -0300
commit341b29eb598c70eee53a9257bf52b318d3985b11 (patch)
tree0868020cb3fb2acde44d46256159eb69f52bd1d0 /nonprism/darktable
parentc5524c30f7cbea66e253d3f805911821913510ae (diff)
darktable-1:2.2.0rc0-1.nonprism1: updating version
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index 3eb57cd53..91d5b3852 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 193581 2016-10-26 10:18:53Z spupykin $
+# $Id: PKGBUILD 195350 2016-11-11 13:29:43Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): Christian Himpel <chressie at gmail dot com>
# Contributor (Arch): Johannes Hanika <hanatos at gmail dot com>
@@ -7,8 +7,8 @@
# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
pkgname=darktable
-pkgver=2.0.7
-pkgrel=2.nonprism1
+pkgver=2.2.0rc0
+pkgrel=1.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
epoch=1
arch=('i686' 'x86_64' 'armv7h')
@@ -23,7 +23,7 @@ depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
optdepends=('librsvg' 'osm-gps-map' 'libcups')
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('7ad1d6629653270eb915f4fc6a0189d8')
+md5sums=('d64520874c0c9606849309b4110a5d73')
build() {
cd "$srcdir/$pkgname-release-$pkgver"
@@ -32,6 +32,7 @@ build() {
CXXFLAGS+=" -fpermissive"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
-DBINARY_PACKAGE_BUILD=1 \
-DBUILD_USERMANUAL=False \
@@ -52,6 +53,7 @@ build() {
package() {
cd "$srcdir/$pkgname-release-$pkgver/build"
make DESTDIR="$pkgdir" install
- install -Dm0755 ../tools/basecurve/dt-curve-tool $pkgdir/usr/bin/dt-curve-tool
- install -Dm0755 ../tools/basecurve/dt-curve-tool-helper $pkgdir/usr/bin/dt-curve-tool-helper
+ ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
+ install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool
+ install -Dm0755 ../tools/basecurve/dt-curve-tool-helper "$pkgdir"/usr/bin/dt-curve-tool-helper
}