[arch-commits] Commit in darktable/repos (6 files)

Antonio Rojas arojas at archlinux.org
Thu Feb 4 20:15:13 UTC 2016


    Date: Thursday, February 4, 2016 @ 21:15:12
  Author: arojas
Revision: 160342

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  darktable/repos/community-testing-i686/
  darktable/repos/community-testing-i686/PKGBUILD
    (from rev 160341, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-i686/darktable.install
    (from rev 160341, darktable/trunk/darktable.install)
  darktable/repos/community-testing-x86_64/
  darktable/repos/community-testing-x86_64/PKGBUILD
    (from rev 160341, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-x86_64/darktable.install
    (from rev 160341, darktable/trunk/darktable.install)

--------------------------------------------+
 community-testing-i686/PKGBUILD            |   51 +++++++++++++++++++++++++++
 community-testing-i686/darktable.install   |   12 ++++++
 community-testing-x86_64/PKGBUILD          |   51 +++++++++++++++++++++++++++
 community-testing-x86_64/darktable.install |   12 ++++++
 4 files changed, 126 insertions(+)

Copied: darktable/repos/community-testing-i686/PKGBUILD (from rev 160341, darktable/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-02-04 20:15:12 UTC (rev 160342)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Christian Himpel <chressie at gmail dot com>
+# Contributor: Johannes Hanika <hanatos at gmail dot com>
+
+pkgname=darktable
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
+	 'colord' 'colord-gtk' 'graphicsmagick')
+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=('d53daedd850447c9d4f61ed6022c3b74')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DBINARY_PACKAGE_BUILD=1 \
+      -DBUILD_USERMANUAL=False \
+      -DUSE_LIBSECRET=On \
+      -DUSE_LUA=On \
+      -DUSE_GNOME_KEYRING=Off \
+      -DUSE_COLORD=On \
+      -DPROJECT_VERSION=$pkgver \
+      ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+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
+}

Copied: darktable/repos/community-testing-i686/darktable.install (from rev 160341, darktable/trunk/darktable.install)
===================================================================
--- community-testing-i686/darktable.install	                        (rev 0)
+++ community-testing-i686/darktable.install	2016-02-04 20:15:12 UTC (rev 160342)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: darktable/repos/community-testing-x86_64/PKGBUILD (from rev 160341, darktable/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-02-04 20:15:12 UTC (rev 160342)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Christian Himpel <chressie at gmail dot com>
+# Contributor: Johannes Hanika <hanatos at gmail dot com>
+
+pkgname=darktable
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
+	 'colord' 'colord-gtk' 'graphicsmagick')
+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=('d53daedd850447c9d4f61ed6022c3b74')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DBINARY_PACKAGE_BUILD=1 \
+      -DBUILD_USERMANUAL=False \
+      -DUSE_LIBSECRET=On \
+      -DUSE_LUA=On \
+      -DUSE_GNOME_KEYRING=Off \
+      -DUSE_COLORD=On \
+      -DPROJECT_VERSION=$pkgver \
+      ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+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
+}

Copied: darktable/repos/community-testing-x86_64/darktable.install (from rev 160341, darktable/trunk/darktable.install)
===================================================================
--- community-testing-x86_64/darktable.install	                        (rev 0)
+++ community-testing-x86_64/darktable.install	2016-02-04 20:15:12 UTC (rev 160342)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list