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

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri May 16 15:52:06 UTC 2014


    Date: Friday, May 16, 2014 @ 17:52:06
  Author: spupykin
Revision: 111323

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

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

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   43 +++++++++++++++++++++++++++
 community-staging-i686/darktable.install   |   11 ++++++
 community-staging-x86_64/PKGBUILD          |   43 +++++++++++++++++++++++++++
 community-staging-x86_64/darktable.install |   11 ++++++
 4 files changed, 108 insertions(+)

Copied: darktable/repos/community-staging-i686/PKGBUILD (from rev 111322, darktable/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-16 15:52:06 UTC (rev 111323)
@@ -0,0 +1,43 @@
+# $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=1.4.2
+_pkgver=1.4
+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' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
+	 'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('f86554329c2c809ffb009244a6f1d643')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DDONT_INSTALL_GCONF_SCHEMAS=True \
+      -DBINARY_PACKAGE_BUILD=1 \
+      -DUSE_GCONF_BACKEND=Off \
+      -DBUILD_USERMANUAL=False \
+      ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  mv "${pkgdir}/usr/share/doc/darktable" "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+}

Copied: darktable/repos/community-staging-i686/darktable.install (from rev 111322, darktable/trunk/darktable.install)
===================================================================
--- community-staging-i686/darktable.install	                        (rev 0)
+++ community-staging-i686/darktable.install	2014-05-16 15:52:06 UTC (rev 111323)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+}
+
+post_upgrade() {
+  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+}
+
+post_remove() {
+  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+}

Copied: darktable/repos/community-staging-x86_64/PKGBUILD (from rev 111322, darktable/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-16 15:52:06 UTC (rev 111323)
@@ -0,0 +1,43 @@
+# $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=1.4.2
+_pkgver=1.4
+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' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
+	 'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('f86554329c2c809ffb009244a6f1d643')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DDONT_INSTALL_GCONF_SCHEMAS=True \
+      -DBINARY_PACKAGE_BUILD=1 \
+      -DUSE_GCONF_BACKEND=Off \
+      -DBUILD_USERMANUAL=False \
+      ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  mv "${pkgdir}/usr/share/doc/darktable" "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+}

Copied: darktable/repos/community-staging-x86_64/darktable.install (from rev 111322, darktable/trunk/darktable.install)
===================================================================
--- community-staging-x86_64/darktable.install	                        (rev 0)
+++ community-staging-x86_64/darktable.install	2014-05-16 15:52:06 UTC (rev 111323)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+}
+
+post_upgrade() {
+  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+}
+
+post_remove() {
+  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+}




More information about the arch-commits mailing list