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

Ionut Biru ibiru at archlinux.org
Sat Feb 19 16:36:26 UTC 2011


    Date: Saturday, February 19, 2011 @ 11:36:25
  Author: ibiru
Revision: 110463

upgpkg: evolution 2.32.2-2
execute update-desktop-database in install script FS#22933

Modified:
  evolution/trunk/PKGBUILD
  evolution/trunk/evolution.install

-------------------+
 PKGBUILD          |    4 ++--
 evolution.install |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 16:00:20 UTC (rev 110462)
+++ PKGBUILD	2011-02-19 16:36:25 UTC (rev 110463)
@@ -3,11 +3,11 @@
 
 pkgname=evolution
 pkgver=2.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libnotify>=0.5.2' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique')
+depends=('libnotify>=0.5.2' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique' 'desktop-file-utils')
 makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
             'spamassassin: possible junk filter plugin')

Modified: evolution.install
===================================================================
--- evolution.install	2011-02-19 16:00:20 UTC (rev 110462)
+++ evolution.install	2011-02-19 16:36:25 UTC (rev 110463)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -18,5 +19,6 @@
 }
 
 post_remove() {
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }




More information about the arch-commits mailing list