summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-11 00:04:53 -0800
committerroot <root@rshg054.dnsready.net>2013-01-11 00:04:53 -0800
commit4791b75bfebdea97defe1aa27d56b9223e58f6e8 (patch)
treee89b1b8c709b887477f38aaa7cefe78d17bb5803 /community/darktable
parente858862e8c8ed2f14352fe6305f64eae0e66d860 (diff)
Fri Jan 11 00:04:53 PST 2013
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 5cef5fb09..c574a3cec 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')
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
}