[arch-commits] Commit in claws-mail-extra-plugins/repos (2 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 4 13:00:53 UTC 2008


    Date: Saturday, October 4, 2008 @ 09:00:52
  Author: andyrtr
Revision: 14167

Merged revisions 14159 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/claws-mail-extra-plugins/trunk

........
  r14159 | andyrtr | 2008-10-04 12:29:53 +0000 (Sa, 04 Okt 2008) | 1 line
  
  upgpkg: claws-mail-extra-plugins 3.6.0-1
........

Modified:
  claws-mail-extra-plugins/repos/extra-i686/	(properties)
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD

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


Property changes on: claws-mail-extra-plugins/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /claws-mail-extra-plugins/trunk:1-3664
   + /claws-mail-extra-plugins/trunk:1-14166

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-04 12:55:47 UTC (rev 14166)
+++ extra-i686/PKGBUILD	2008-10-04 13:00:52 UTC (rev 14167)
@@ -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