summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-09 14:42:55 +0000
committerroot <root@rshg047.dnsready.net>2011-04-09 14:42:55 +0000
commitf87ab435eb966ec44eb006c48699e6ee90613286 (patch)
tree28582481a3d3b5d8d82425bc3930f58a0572ae42 /community/darktable
parent59075f0265483f32e9ac4c67ba9e69cb019ba044 (diff)
Sat Apr 9 14:42:55 UTC 2011
Diffstat (limited to 'community/darktable')
-rw-r--r--community/darktable/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index 54783a2ef..02737052e 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 40344 2011-02-23 07:36:36Z ebelanger $
+# $Id: PKGBUILD 44530 2011-04-08 06:00: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=0.8
-pkgrel=2
+pkgrel=3
pkgdesc="Utility to organize and develop raw images"
arch=('i686' 'x86_64')
url=http://darktable.sf.net/
@@ -18,7 +18,6 @@ install=darktable.install
options=(!libtool)
source=(http://downloads.sourceforge.net/project/darktable/darktable/0.8/darktable-$pkgver.tar.gz)
md5sums=('1724601b0d7012a414f5398e5029cb45')
-sha1sums=('9a28cbb6ae63ddffaf983eecd2c7c00b8960e136')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -30,6 +29,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_USERMANUAL=False \
-DDONT_INSTALL_GCONF_SCHEMAS=True \
+ -DBINARY_PACKAGE_BUILD=1 \
..
make