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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Apr 29 06:26:09 UTC 2011


    Date: Friday, April 29, 2011 @ 02:26:08
  Author: andyrtr
Revision: 121163

upgpkg: claws-mail 3.7.9-2
fix mimetype handling

Modified:
  claws-mail/trunk/PKGBUILD
  claws-mail/trunk/claws-mail.install

--------------------+
 PKGBUILD           |    4 ++--
 claws-mail.install |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-29 05:33:44 UTC (rev 121162)
+++ PKGBUILD	2011-04-29 06:26:08 UTC (rev 121163)
@@ -3,13 +3,13 @@
 
 pkgname=claws-mail
 pkgver=3.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://www.claws-mail.org"
 depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
-         'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme')
+         'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
 optdepends=('python2:           needed for some tools'
             'perl:              needed for some tools'

Modified: claws-mail.install
===================================================================
--- claws-mail.install	2011-04-29 05:33:44 UTC (rev 121162)
+++ claws-mail.install	2011-04-29 06:26:08 UTC (rev 121163)
@@ -1,5 +1,6 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {




More information about the arch-commits mailing list