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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jul 3 20:55:38 UTC 2009


    Date: Friday, July 3, 2009 @ 16:55:38
  Author: andyrtr
Revision: 44751

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

........
  r44746 | andyrtr | 2009-07-03 22:42:16 +0200 (Fr, 03 Jul 2009) | 2 lines
  
  upgpkg: claws-mail-extra-plugins 3.7.2-1
      new version 3.7.2
........

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

----------+
 PKGBUILD |   37 ++++++++-----------------------------
 1 file changed, 8 insertions(+), 29 deletions(-)


Property changes on: claws-mail-extra-plugins/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /claws-mail-extra-plugins/trunk:1-39997
   + /claws-mail-extra-plugins/trunk:1-44750

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-07-03 20:51:22 UTC (rev 44750)
+++ extra-i686/PKGBUILD	2009-07-03 20:55:38 UTC (rev 44751)
@@ -3,15 +3,14 @@
 # Contributor: Mildred <mildred593 at online dot fr>
 
 pkgname=claws-mail-extra-plugins
-pkgver=3.7.1
-pkgrel=2
-_cvsdate=20090524
+pkgver=3.7.2
+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.7.1')
-makedepends=('make' 'bc' 'perl>=5.10.0-4' 'libgtkhtml' 'libnotify' 'libxml2' 'curl' 'libytnef' 'cvs' 'libwebkit')
+depends=('claws-mail>=3.7.2')
+makedepends=('make' 'bc' 'perl>=5.10.0-4' 'libgtkhtml>=2.11.1-2' 'libnotify>=0.4.5' 'libxml2>=2.7.3-2' 'curl>=7.19.5-2' 'libytnef>=1.5-2' 'libwebkit>=1.1.10-1')
 optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
             'perl: for perl plugin'
             'libnotify: for notification plugin'
@@ -23,30 +22,10 @@
 conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin' 'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin' 'sylpheed-claws-extra-plugins' 'claws-tnef-plugin' 'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/claws-mail-extra-plugins-$pkgver.tar.bz2
-	ftp://ftp.archlinux.org/other/claws-mail/claws-mail-extra-plugin-fancy-${_cvsdate}.tar.bz2)
-md5sums=('a483d0554365c2409f8921eefcb69a6f'
-         'a13a19aa4fb0274fee5e537825d78e1b')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('0bdbbf69b2420e4bbb8d0ae85f9f85d6')
 
 build() {
-  # for the new fency webkit plugin not yet released
-  # cvs checkout
-# mkdir -p ${srcdir}/$pkgname-fancy
-# cd ${srcdir}/$pkgname-fancy
-# export CVS_RSH=ssh
-# cvs -z3 -d:ext:cvs at scm.dotsrc.org:/srv/cvs/claws-mail co -r gtk2 plugins/fancy
-# mv plugins/fancy ./fancy-cvs-${_cvsdate}
-# tar -cvjf ${startdir}/claws-mail-extra-plugin-fancy-${_cvsdate}.tar.bz2 ../$pkgname-fancy/fancy-cvs-${_cvsdate}
-# return 1
-
-  # the new unreleased fancy plugin
-  cd ${srcdir}/$pkgname-fancy/fancy-cvs-${_cvsdate}
-  ./autogen.sh --prefix=/usr --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-
-
-  # the others
     cd "${srcdir}/claws-mail-extra-plugins-$pkgver"
     for dir in *; do
         # Continue if it is not a directory or the synce plugin
@@ -62,6 +41,6 @@
         cd ..
     done
 
- # fix fileconflict with libical, #11485
- rm -f ${pkgdir}/usr/include/ical.h
+    # fix fileconflict with libical, #11485
+    rm -f ${pkgdir}/usr/include/ical.h
 }




More information about the arch-commits mailing list