From 341b29eb598c70eee53a9257bf52b318d3985b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 15 Nov 2016 01:26:26 -0300 Subject: darktable-1:2.2.0rc0-1.nonprism1: updating version --- nonprism/darktable/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'nonprism/darktable') 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 # Contributor (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika @@ -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 } -- cgit v1.2.2