summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/darktable
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/darktable')
-rw-r--r--community/darktable/PKGBUILD44
-rw-r--r--community/darktable/darktable.install11
2 files changed, 0 insertions, 55 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
deleted file mode 100644
index ba15607a6..000000000
--- a/community/darktable/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 93153 2013-06-26 11:50:34Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Christian Himpel <chressie at gmail dot com>
-# Contributor: Johannes Hanika <hanatos at gmail dot com>
-
-pkgname=darktable
-pkgver=1.2.2
-_pkgver=1.2
-pkgrel=1
-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')
-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=('df2a2b02d6d855cfd8f1cf77c7e12995')
-
-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}"
-}
diff --git a/community/darktable/darktable.install b/community/darktable/darktable.install
deleted file mode 100644
index 24b15a4f5..000000000
--- a/community/darktable/darktable.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}