summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-07 16:14:04 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-07 16:14:04 -0300
commit7e8e3278d67e8c0bc101a4ac1fbded3e5442943e (patch)
tree1d26fb7ce5217df1dbc1a10771cebd114d5af408 /nonprism/darktable
parent29f0d2260927bdbe98368cb6c103e1868f0dd731 (diff)
darktable-1.6.4-3.nonprism1: updating version
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index cc7132979..a8e95ea7b 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 129006 2015-03-10 11:10:57Z spupykin $
+# $Id: PKGBUILD 130897 2015-04-07 17:11:10Z 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=2.nonprism1
+pkgver=1.6.4
+pkgrel=3.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
arch=('i686' 'x86_64' 'mips64el')
url=http://darktable.sf.net/
@@ -19,7 +19,7 @@ makedepends=('intltool>=0.40' 'cmake' 'librsvg')
optdepends=('librsvg')
install=darktable.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('631eec1dfa2071bbb56156d99ed164c2')
+md5sums=('702a7e285edefb53365e0511bf17c92d')
prepare() {
cd "$srcdir/$pkgname-release-$pkgver/cmake"
@@ -43,10 +43,13 @@ build() {
-DUSE_USE_FLICKR=Off \
..
make
+ make -C ../tools/basecurve
}
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
mv "${pkgdir}/usr/share/doc/darktable" "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
}