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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Aug 22 05:38:38 UTC 2011


    Date: Monday, August 22, 2011 @ 01:38:38
  Author: andyrtr
Revision: 136052

remove optional dep on an AUR pkg; FS#24775

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-22 05:09:50 UTC (rev 136051)
+++ PKGBUILD	2011-08-22 05:38:38 UTC (rev 136052)
@@ -14,8 +14,7 @@
 optdepends=('python2:           needed for some tools'
             'perl:              needed for some tools'
             'spamassassin:      adds support for spamfiltering'
-            'bogofilter:        adds support for spamfiltering'
-            'html2ps:		AUR pkg - adds support for printing html mails together with html plugins')
+            'bogofilter:        adds support for spamfiltering')
 replaces=('sylpheed-claws')
 provides=('claws')
 options=(!libtool)

Modified: claws-mail.install
===================================================================
--- claws-mail.install	2011-08-22 05:09:50 UTC (rev 136051)
+++ claws-mail.install	2011-08-22 05:38:38 UTC (rev 136052)
@@ -1,13 +1,16 @@
 post_install() {
+  echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
 }
 
 post_upgrade() {
-  post_install
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_remove() {
-  post_install
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 




More information about the arch-commits mailing list