summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-20 11:58:19 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-20 11:58:19 -0300
commiteefed5e3db847eccce0207f89c7430b9ec4994b7 (patch)
tree95f51b20a40ad67959cc9be5cdd7f0a5831a99d5 /community/darktable
parentc822e72767a8f7f3e97aa44f9c57d0d92fd98070 (diff)
parent24633b6f6af8dc77ca77224448d226d8e99c9ce1 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Conflicts: extra/graphite/PKGBUILD
Diffstat (limited to 'community/darktable')
-rw-r--r--community/darktable/PKGBUILD8
-rw-r--r--community/darktable/darktable.install12
2 files changed, 6 insertions, 14 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index ffae5b5c2..cdd6f2493 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81093 2012-12-11 19:04:34Z spupykin $
+# $Id: PKGBUILD 82166 2013-01-10 09:21:45Z 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>
@@ -6,15 +6,15 @@
pkgname=darktable
pkgver=1.1.1
_pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to organize and develop raw images"
arch=('i686' 'x86_64' 'mips64el')
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')
+ 'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 'sqlite' 'libxslt'
+ 'libsoup')
makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-# 'gnome-doc-utils' 'libxslt' 'fop')
optdepends=('librsvg')
install=darktable.install
options=(!libtool)
diff --git a/community/darktable/darktable.install b/community/darktable/darktable.install
index 9fd6af293..8ea5d73af 100644
--- a/community/darktable/darktable.install
+++ b/community/darktable/darktable.install
@@ -1,8 +1,5 @@
-pkgname=darktable
-
post_install() {
-# usr/sbin/gconfpkg --install ${pkgname}
- [ -x `which update-desktop-database` ] && update-desktop-database -q
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
}
pre_upgrade() {
@@ -13,11 +10,6 @@ post_upgrade() {
post_install
}
-pre_remove() {
-# usr/sbin/gconfpkg --uninstall ${pkgname}
- true
-}
-
post_remove() {
- [ -x `which update-desktop-database` ] && update-desktop-database -q
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
}