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

2012-11-14 Thread andyrtr
Date: Wednesday, November 14, 2012 @ 15:36:10
  Author: andyrtr
Revision: 171015

db-move: moved claws-mail-extra-plugins from [staging] to [extra] (i686, x86_64)

Added:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
(from rev 171013, claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
(from rev 171013, claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
  claws-mail-extra-plugins/repos/staging-i686/
  claws-mail-extra-plugins/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |  135 +++-
 extra-x86_64/PKGBUILD |  135 +++-
 2 files changed, 132 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 20:36:08 UTC (rev 171014)
+++ extra-i686/PKGBUILD 2012-11-14 20:36:10 UTC (rev 171015)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Mildred mildred593 at online dot fr
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.8.1
-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.8.1')
-makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
- 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
- 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
- 'poppler-glib' 'ghostscript')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin'
-   'poppler-glib: for pdf viewer plugin'
-   'ghostscript: for pdf viewer plugin')
-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' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('04528ff6c8a7a38d392c4f2afb1bb0d2')
-
-build() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-
-  # fix for python2
-  export PYTHON=/usr/bin/python2
-
-  # fix gdata plugin build
-  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.4/configure
- 
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f $pkgdir/usr/include/ical.h
-}

Copied: claws-mail-extra-plugins/repos/extra-i686/PKGBUILD (from rev 171013, 
claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 20:36:10 UTC (rev 171015)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.9.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.9.0')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
+ 'poppler-glib' 'ghostscript')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for 

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

2012-06-27 Thread andyrtr
Date: Wednesday, June 27, 2012 @ 11:37:05
  Author: andyrtr
Revision: 162657

db-move: moved claws-mail-extra-plugins from [staging] to [extra] ( i686,  
x86_64)

Added:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
(from rev 162655, claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
(from rev 162655, claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
  claws-mail-extra-plugins/repos/staging-i686/
  claws-mail-extra-plugins/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |  135 
 extra-x86_64/PKGBUILD |  135 
 2 files changed, 138 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-27 15:37:01 UTC (rev 162656)
+++ extra-i686/PKGBUILD 2012-06-27 15:37:05 UTC (rev 162657)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Mildred mildred593 at online dot fr
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.8.0
-pkgrel=3
-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.8.0')
-makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
- 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
- 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin')
-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' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('4776f6e0357a694f384349ac73b6da52')
-
-build() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-
-  # fix for python2
-  export PYTHON=/usr/bin/python2
-
-  # fix gdata plugin build
-  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.3/configure
- 
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd $srcdir/claws-mail-extra-plugins-$pkgver
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]]  
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f $pkgdir/usr/include/ical.h
-}

Copied: claws-mail-extra-plugins/repos/extra-i686/PKGBUILD (from rev 162655, 
claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-27 15:37:05 UTC (rev 162657)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.1
+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.8.1')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata'
+ 'poppler-glib' 'ghostscript')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+

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

2011-09-30 Thread andyrtr
Date: Friday, September 30, 2011 @ 03:33:19
  Author: andyrtr
Revision: 139133

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  claws-mail-extra-plugins/repos/testing-i686/
  claws-mail-extra-plugins/repos/testing-i686/PKGBUILD
(from rev 139131, claws-mail-extra-plugins/trunk/PKGBUILD)
  claws-mail-extra-plugins/repos/testing-i686/webkit1.6.1.patch
(from rev 139131, claws-mail-extra-plugins/trunk/webkit1.6.1.patch)
  claws-mail-extra-plugins/repos/testing-x86_64/
  claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD
(from rev 139132, claws-mail-extra-plugins/trunk/PKGBUILD)
  claws-mail-extra-plugins/repos/testing-x86_64/webkit1.6.1.patch
(from rev 139132, claws-mail-extra-plugins/trunk/webkit1.6.1.patch)

--+
 testing-i686/PKGBUILD|   75 ++
 testing-i686/webkit1.6.1.patch   |  106 +
 testing-x86_64/PKGBUILD  |   75 ++
 testing-x86_64/webkit1.6.1.patch |  106 +
 4 files changed, 362 insertions(+)

Copied: claws-mail-extra-plugins/repos/testing-i686/PKGBUILD (from rev 139131, 
claws-mail-extra-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-30 07:33:19 UTC (rev 139133)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.7.10
+pkgrel=2
+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.10')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+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' '!strip')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2
+   webkit1.6.1.patch)
+md5sums=('fe782b2d4762c9727e22c1bb7979f7d6'
+ '8b94fa44072331b9c3926607eb42ba26')
+sha1sums=('c5200936cb4811022774e960dc3f43d19eb320cf'
+  '8efd800617406dfe58a14422f243a678c582a90d')
+
+build() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for new webkit api
+  pushd fancy*
+  patch -Np0 -i ${srcdir}/webkit1.6.1.patch
+  popd
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+
+  # fix gdata plugin build
+  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.2/configure
+ 
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
+}
+
+package() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  # fix fileconflict with libical, #11485
+  rm -f $pkgdir/usr/include/ical.h
+}

Copied: claws-mail-extra-plugins/repos/testing-i686/webkit1.6.1.patch (from rev 
139131, claws-mail-extra-plugins/trunk/webkit1.6.1.patch)
===
--- testing-i686/webkit1.6.1.patch  (rev 0)
+++ testing-i686/webkit1.6.1.patch  2011-09-30 07:33:19 UTC (rev 139133)
@@ -0,0 +1,106 @@
+--- src/fancy_viewer.c 2011-07-01 11:50:25.0 +0200
 src/fancy_viewer.c 2011-09-30 06:02:45.0 +0200
+@@ -83,8 +83,10 @@
+ static void download_file_cb(GtkWidget *widget, FancyViewer *viewer);
+ #endif
+ 
+-/*FIXME substitute webkitwebsettings.cpp functions with their API when 
available */
+-gchar* webkit_web_view_get_selected_text(WebKitWebView* webView);
++#if !WEBKIT_CHECK_VERSION (1,5,1)
++gchar*