[arch-commits] Commit in claws-mail-extra-plugins/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 4 12:29:53 UTC 2008


    Date: Saturday, October 4, 2008 @ 08:29:53
  Author: andyrtr
Revision: 14159

upgpkg: claws-mail-extra-plugins 3.6.0-1

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-04 12:20:01 UTC (rev 14158)
+++ PKGBUILD	2008-10-04 12:29:53 UTC (rev 14159)
@@ -2,19 +2,25 @@
 # kate: hl Bash;
 
 pkgname=claws-mail-extra-plugins
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Extra plugins for claws-mail"
 url="http://www.claws-mail.org/plugins.php?branch=EXT"
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=("claws-mail>=3.5.0" 'libxml2' 'curl' 'libgtkhtml' 'gpgme' 'libetpan' 'ghostscript' 'poppler-glib>=0.8.0' 'libnotify' 'libarchive' 'gail')
-makedepends=('make' 'bc' 'perl>=5.10.0-3')
+depends=('claws-mail>=3.6.0')
+makedepends=('make' 'bc' 'perl>=5.10.0-3' 'libgtkhtml' 'libnotify' 'libxml2' 'curl')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+            'perl: for perl plugin'
+            'libnotify: for notification plugin'
+            'libxml2: for gtkhtml2_viewer and rssyl plugins'
+            'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport plugins'
+            'libarchive: for archive plugin')
 conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin' 'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin' 'sylpheed-claws-extra-plugins')
 replaces=('sylpheed-claws-extra-plugins')
-options=(!LIBTOOL)
+options=('!libtool')
 source=("http://downloads.sourceforge.net/sourceforge/sylpheed-claws/claws-mail-extra-plugins-$pkgver.tar.bz2")
-md5sums=('f3201655c724642e6f73efe8b5b754fb')
+md5sums=('cd00e3c6443ae0efcd81c0fbc952fc60')
 
 build() {
     # remove an unwanted plugin nobody needs. it would pull ytnef dependency
@@ -34,4 +40,7 @@
         make DESTDIR=$startdir/pkg install || return 1
         cd ..
     done
+
+ # fix fileconflict with libical, #11485
+ rm -f ${pkgdir}/usr/include/ical.h
 }




More information about the arch-commits mailing list