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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 29 13:15:32 UTC 2013


    Date: Monday, April 29, 2013 @ 15:15:32
  Author: spupykin
Revision: 89448

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 89447, darktable/trunk/PKGBUILD)
  darktable/repos/community-staging-i686/darktable.install
    (from rev 89447, darktable/trunk/darktable.install)
  darktable/repos/community-staging-x86_64/
  darktable/repos/community-staging-x86_64/PKGBUILD
    (from rev 89447, darktable/trunk/PKGBUILD)
  darktable/repos/community-staging-x86_64/darktable.install
    (from rev 89447, darktable/trunk/darktable.install)

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

Copied: darktable/repos/community-staging-i686/PKGBUILD (from rev 89447, darktable/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 13:15:32 UTC (rev 89448)
@@ -0,0 +1,44 @@
+# $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.2
+_pkgver=1.2
+pkgrel=4
+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' 'libusb-compat' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk-engines')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('31bfd13d4786aac4f99d5155a811602b')
+
+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 89447, darktable/trunk/darktable.install)
===================================================================
--- community-staging-i686/darktable.install	                        (rev 0)
+++ community-staging-i686/darktable.install	2013-04-29 13:15:32 UTC (rev 89448)
@@ -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 89447, darktable/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 13:15:32 UTC (rev 89448)
@@ -0,0 +1,44 @@
+# $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.2
+_pkgver=1.2
+pkgrel=4
+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' 'libusb-compat' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk-engines')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('31bfd13d4786aac4f99d5155a811602b')
+
+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 89447, darktable/trunk/darktable.install)
===================================================================
--- community-staging-x86_64/darktable.install	                        (rev 0)
+++ community-staging-x86_64/darktable.install	2013-04-29 13:15:32 UTC (rev 89448)
@@ -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