[arch-commits] Commit in darktable/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Fri Nov 11 13:29:44 UTC 2016


    Date: Friday, November 11, 2016 @ 13:29:43
  Author: spupykin
Revision: 195350

upgpkg: darktable 1:2.2.0rc0-1

upd

Modified:
  darktable/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-11 13:29:25 UTC (rev 195349)
+++ PKGBUILD	2016-11-11 13:29:43 UTC (rev 195350)
@@ -6,8 +6,8 @@
 # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
 
 pkgname=darktable
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.2.0rc0
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 epoch=1
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 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"
@@ -29,6 +29,7 @@
   CXXFLAGS+=" -fpermissive"
   cmake \
       -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_INSTALL_LIBDIR=/usr/lib \
       -DCMAKE_BUILD_TYPE=Release \
       -DBINARY_PACKAGE_BUILD=1 \
       -DBUILD_USERMANUAL=False \
@@ -48,6 +49,7 @@
 package() {
   cd "$srcdir/$pkgname-release-$pkgver/build"
   make DESTDIR="$pkgdir" install
+  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
 }



More information about the arch-commits mailing list