[arch-commits] Commit in darktable/trunk (PKGBUILD darktable.install)

Balló György bgyorgy at archlinux.org
Mon Feb 1 07:51:11 UTC 2016


    Date: Monday, February 1, 2016 @ 08:51:10
  Author: bgyorgy
Revision: 159771

upgpkg: darktable 2.1.0-2

Remove some unused dependencies

Modified:
  darktable/trunk/PKGBUILD
  darktable/trunk/darktable.install

-------------------+
 PKGBUILD          |    4 ++--
 darktable.install |    7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-01 07:39:08 UTC (rev 159770)
+++ PKGBUILD	2016-02-01 07:51:10 UTC (rev 159771)
@@ -5,12 +5,12 @@
 
 pkgname=darktable
 pkgver=2.1.0
-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'
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
 	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
 	 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
 	 'colord' 'colord-gtk' 'graphicsmagick')

Modified: darktable.install
===================================================================
--- darktable.install	2016-02-01 07:39:08 UTC (rev 159770)
+++ darktable.install	2016-02-01 07:51:10 UTC (rev 159771)
@@ -1,11 +1,12 @@
 post_install() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+  post_install
 }
 
 post_remove() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
+  post_install
 }



More information about the arch-commits mailing list