[arch-commits] Commit in claws-mail/repos (8 files)

2017-08-30 Thread Andreas Radke
Date: Wednesday, August 30, 2017 @ 15:28:21
  Author: andyrtr
Revision: 304351

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

Added:
  claws-mail/repos/testing-i686/PKGBUILD
(from rev 304350, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/testing-i686/dillo-plugin.diff
(from rev 304350, claws-mail/trunk/dillo-plugin.diff)
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 304350, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/testing-x86_64/dillo-plugin.diff
(from rev 304350, claws-mail/trunk/dillo-plugin.diff)
Deleted:
  claws-mail/repos/testing-i686/PKGBUILD
  claws-mail/repos/testing-i686/dillo-plugin.diff
  claws-mail/repos/testing-x86_64/PKGBUILD
  claws-mail/repos/testing-x86_64/dillo-plugin.diff

--+
 /PKGBUILD|  162 +++
 /dillo-plugin.diff   | 1908 +
 testing-i686/PKGBUILD|   81 -
 testing-i686/dillo-plugin.diff   |  954 --
 testing-x86_64/PKGBUILD  |   81 -
 testing-x86_64/dillo-plugin.diff |  954 --
 6 files changed, 2070 insertions(+), 2070 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-08-30 15:27:58 UTC (rev 304350)
+++ testing-i686/PKGBUILD   2017-08-30 15:28:21 UTC (rev 304351)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.15.0
-pkgrel=5
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 
'libytnef' 'libical' 'dillo'
- # deps to build the docs
- 'docbook-utils')
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'libgdata:  for gdata plugin'
-'poppler-glib:  for pdf viewer plugin'
-'ghostscript:   for pdf viewer plugin'
-'libical:   for vcalendar plugin'
-'dillo: for html viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-   dillo-plugin.diff)
-sha256sums=('4e4d2d0d43f8ae3d4623408612f5979e9a697ccbc12038b80dd27802e868dc2e'
-'SKIP'
-'ab08ca513145e847d30a29d9e5a9ae63b94222423e88c1b375fd5cfcb427d6c5')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # upstream reintroduction of dillo plugin - after fancy plugin dropped
-  patch -Np1 -i ../dillo-plugin.diff
-  autoreconf -vfi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install extra tools
-  cd tools
-  install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail 
update-po uudec uuooffice README; do
-cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/testing-i686/PKGBUILD (from rev 304350, 
claws-mail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in claws-mail/repos (8 files)

2017-03-26 Thread Andreas Radke
Date: Sunday, March 26, 2017 @ 11:49:32
  Author: andyrtr
Revision: 291650

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

Added:
  claws-mail/repos/testing-i686/PKGBUILD
(from rev 291649, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/testing-i686/dillo-plugin.diff
(from rev 291649, claws-mail/trunk/dillo-plugin.diff)
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 291649, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/testing-x86_64/dillo-plugin.diff
(from rev 291649, claws-mail/trunk/dillo-plugin.diff)
Deleted:
  claws-mail/repos/testing-i686/PKGBUILD
  claws-mail/repos/testing-i686/dillo-plugin.diff
  claws-mail/repos/testing-x86_64/PKGBUILD
  claws-mail/repos/testing-x86_64/dillo-plugin.diff

--+
 /PKGBUILD|  168 +++
 /dillo-plugin.diff   | 1908 +
 testing-i686/PKGBUILD|   82 -
 testing-i686/dillo-plugin.diff   |  855 
 testing-x86_64/PKGBUILD  |   82 -
 testing-x86_64/dillo-plugin.diff |  855 
 6 files changed, 2076 insertions(+), 1874 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-26 11:49:17 UTC (rev 291649)
+++ testing-i686/PKGBUILD   2017-03-26 11:49:32 UTC (rev 291650)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.14.1
-pkgrel=4
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 
'dillo'
- # deps to build the docs
- 'docbook-utils')
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'libgdata:  for gdata plugin'
-'poppler-glib:  for pdf viewer plugin'
-'ghostscript:   for pdf viewer plugin'
-'dillo: for html viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-   dillo-plugin.diff)
-sha256sums=('b79a1dc04f0b3d1f693e84d7fa7282f140fb5280179281445a8b954ce423c335'
-'SKIP'
-'e58fde187b53ce12d4cb711a11ad2c6f5c3d152253e07999710decfd414b14ce')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # upstream reintroduction of dillo plugin - after fancy plugin dropped
-  patch -Np1 -i ../dillo-plugin.diff
-  autoreconf -vfi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/testing-i686/PKGBUILD (from rev 291649, 
claws-mail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-26 11:49:32 UTC (rev 291650)
@@ -0,0 +1,84 @@
+# 

[arch-commits] Commit in claws-mail/repos (8 files)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 16:53:21
  Author: andyrtr
Revision: 264946

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 264945, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 264945, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 264945, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 264945, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 14:52:58 UTC (rev 264945)
+++ extra-i686/PKGBUILD 2016-04-14 14:53:21 UTC (rev 264946)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.13.2
-pkgrel=2
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 264945, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 14:53:21 UTC (rev 264946)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.2
+pkgrel=3
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;

[arch-commits] Commit in claws-mail/repos (8 files)

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 19:31:49
  Author: andyrtr
Revision: 258416

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 258415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 258415, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 258415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 258415, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-19 18:31:36 UTC (rev 258415)
+++ extra-i686/PKGBUILD 2016-01-19 18:31:49 UTC (rev 258416)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.13.1
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('ad3cc8227b5f6236445698d9b18b0876ebd887b6828e74439552c20ef2d92a11'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 258415, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-19 18:31:49 UTC (rev 258416)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.2
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;

[arch-commits] Commit in claws-mail/repos (8 files)

2015-12-21 Thread Andreas Radke
Date: Monday, December 21, 2015 @ 12:37:51
  Author: andyrtr
Revision: 257062

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 257061, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 257061, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 257061, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 257061, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-21 11:37:38 UTC (rev 257061)
+++ extra-i686/PKGBUILD 2015-12-21 11:37:51 UTC (rev 257062)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('365076806c63dd8a1d6f08ead6a863a01ba05819c1a860ea7bbee8fcda4bf93a'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 257061, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-21 11:37:51 UTC (rev 257062)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.1
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;

[arch-commits] Commit in claws-mail/repos (8 files)

2015-10-11 Thread Andreas Radke
Date: Sunday, October 11, 2015 @ 14:06:33
  Author: andyrtr
Revision: 248880

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 248879, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 248879, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 248879, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 248879, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   76 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   76 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-11 12:06:09 UTC (rev 248879)
+++ extra-i686/PKGBUILD 2015-10-11 12:06:33 UTC (rev 248880)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(#http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
-
http://www.claws-mail.org/download.php?file=releases/claws-mail-3.12.0.tar.xz{,.asc})
-md5sums=('73c11bf9f260473abe0e888af19e23b8'
- 'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 248879, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-11 12:06:33 UTC (rev 248880)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.0
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 

[arch-commits] Commit in claws-mail/repos (8 files)

2015-09-17 Thread Andreas Radke
Date: Thursday, September 17, 2015 @ 20:13:43
  Author: andyrtr
Revision: 246449

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 246448, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 246448, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 246448, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 246448, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  152 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   76 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   76 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-17 18:13:30 UTC (rev 246448)
+++ extra-i686/PKGBUILD 2015-09-17 18:13:43 UTC (rev 246449)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(#http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
-
http://www.claws-mail.org/download.php?file=releases/claws-mail-3.12.0.tar.xz{,.asc})
-md5sums=('73c11bf9f260473abe0e888af19e23b8'
- 'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 246448, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-17 18:13:43 UTC (rev 246449)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.12.0
+pkgrel=2
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 

[arch-commits] Commit in claws-mail/repos (8 files)

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:39:20
  Author: andyrtr
Revision: 241765

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 241764, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 241764, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-i686/git_fixes.diff
(from rev 241764, claws-mail/trunk/git_fixes.diff)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 241764, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 241764, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/git_fixes.diff
(from rev 241764, claws-mail/trunk/git_fixes.diff)

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/claws-mail.install   |   16 ++
 staging-i686/git_fixes.diff   |   55 +++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/claws-mail.install |   16 ++
 staging-x86_64/git_fixes.diff |   55 +++
 6 files changed, 310 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 241764, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 17:39:20 UTC (rev 241765)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.1
+pkgrel=4
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
+git_fixes.diff)
+sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
+  'SKIP'
+  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix .desktop file creation
+  patch -Np1 -i $srcdir/git_fixes.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-appdata
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 241764, 
claws-mail/trunk/claws-mail.install)

[arch-commits] Commit in claws-mail/repos (8 files)

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 20:35:44
  Author: andyrtr
Revision: 240345

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 240344, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 240344, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-i686/git_fixes.diff
(from rev 240344, claws-mail/trunk/git_fixes.diff)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 240344, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 240344, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/git_fixes.diff
(from rev 240344, claws-mail/trunk/git_fixes.diff)

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/claws-mail.install   |   16 ++
 staging-i686/git_fixes.diff   |   55 +++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/claws-mail.install |   16 ++
 staging-x86_64/git_fixes.diff |   55 +++
 6 files changed, 310 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 240344, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-04 18:35:44 UTC (rev 240345)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.1
+pkgrel=3
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
+git_fixes.diff)
+sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
+  'SKIP'
+  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix .desktop file creation
+  patch -Np1 -i $srcdir/git_fixes.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-appdata
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 240344, 
claws-mail/trunk/claws-mail.install)

[arch-commits] Commit in claws-mail/repos (8 files)

2015-04-09 Thread Andreas Radke
Date: Thursday, April 9, 2015 @ 23:02:59
  Author: andyrtr
Revision: 235996

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 235995, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 235995, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-i686/git_fixes.diff
(from rev 235995, claws-mail/trunk/git_fixes.diff)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 235995, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 235995, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/git_fixes.diff
(from rev 235995, claws-mail/trunk/git_fixes.diff)

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/claws-mail.install   |   16 ++
 staging-i686/git_fixes.diff   |   55 +++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/claws-mail.install |   16 ++
 staging-x86_64/git_fixes.diff |   55 +++
 6 files changed, 310 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 235995, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-09 21:02:59 UTC (rev 235996)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.1
+pkgrel=2
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
+git_fixes.diff)
+sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
+  'SKIP'
+  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix .desktop file creation
+  patch -Np1 -i $srcdir/git_fixes.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-appdata
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 235995, 
claws-mail/trunk/claws-mail.install)

[arch-commits] Commit in claws-mail/repos (8 files)

2014-10-21 Thread Andreas Radke
Date: Tuesday, October 21, 2014 @ 17:34:34
  Author: andyrtr
Revision: 225146

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 225145, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 225145, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 225145, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 225145, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  148 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   74 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   74 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-21 15:34:17 UTC (rev 225145)
+++ extra-i686/PKGBUILD 2014-10-21 15:34:34 UTC (rev 225146)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.11.0
-pkgrel=1
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind' 'intltool'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('544e386f81a4a4f824dbffc52d74871dccdd46fa'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 225145, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-21 15:34:34 UTC (rev 225146)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.0
+pkgrel=2
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 

[arch-commits] Commit in claws-mail/repos (8 files)

2014-10-20 Thread Andreas Radke
Date: Monday, October 20, 2014 @ 21:57:11
  Author: andyrtr
Revision: 225137

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 225136, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 225136, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 225136, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 225136, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  148 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   73 --
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   73 --
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 180 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 19:56:45 UTC (rev 225136)
+++ extra-i686/PKGBUILD 2014-10-20 19:57:11 UTC (rev 225137)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind' 
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('fff74eabee65b78dc842abf34819cc5dd9e7feca'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 225136, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 19:57:11 UTC (rev 225137)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.0
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 

[arch-commits] Commit in claws-mail/repos (8 files)

2014-06-09 Thread Andreas Radke
Date: Monday, June 9, 2014 @ 11:54:20
  Author: andyrtr
Revision: 214748

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 214747, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 214747, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 214747, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 214747, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  146 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   73 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   73 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-09 09:54:05 UTC (rev 214747)
+++ extra-i686/PKGBUILD 2014-06-09 09:54:20 UTC (rev 214748)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.10.0
-pkgrel=2
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind' 
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('c5e8063ea922b1bd6825f5221347ec8ebfa0ae3b'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 214747, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-09 09:54:20 UTC (rev 214748)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 

[arch-commits] Commit in claws-mail/repos (8 files)

2014-06-01 Thread Florian Pritz
Date: Sunday, June 1, 2014 @ 13:08:57
  Author: bluewind
Revision: 213952

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

Added:
  claws-mail/repos/testing-i686/
  claws-mail/repos/testing-i686/PKGBUILD
(from rev 213950, claws-mail/repos/staging-i686/PKGBUILD)
  claws-mail/repos/testing-i686/claws-mail.install
(from rev 213950, claws-mail/repos/staging-i686/claws-mail.install)
  claws-mail/repos/testing-x86_64/
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 213950, claws-mail/repos/staging-x86_64/PKGBUILD)
  claws-mail/repos/testing-x86_64/claws-mail.install
(from rev 213950, claws-mail/repos/staging-x86_64/claws-mail.install)
Deleted:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   73 
 testing-i686/claws-mail.install   |   16 +++
 testing-x86_64/PKGBUILD   |   73 
 testing-x86_64/claws-mail.install |   16 +++
 4 files changed, 178 insertions(+)

Copied: claws-mail/repos/testing-i686/PKGBUILD (from rev 213950, 
claws-mail/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-01 11:08:57 UTC (rev 213952)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.10.0
+pkgrel=2
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind' 
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('c5e8063ea922b1bd6825f5221347ec8ebfa0ae3b'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/testing-i686/claws-mail.install (from rev 213950, 
claws-mail/repos/staging-i686/claws-mail.install)
===
--- testing-i686/claws-mail.install (rev 0)
+++ testing-i686/claws-mail.install 2014-06-01 11:08:57 UTC (rev 213952)
@@ -0,0 +1,16 @@
+post_install() {
+  echo install \html2ps\ from AUR to add support for printing html mails 
with fancy plugin
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f 

[arch-commits] Commit in claws-mail/repos (8 files)

2013-12-14 Thread Andreas Radke
Date: Saturday, December 14, 2013 @ 22:56:57
  Author: andyrtr
Revision: 201548

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 201547, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 201547, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 201547, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 201547, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  146 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   73 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   73 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-14 21:56:36 UTC (rev 201547)
+++ extra-i686/PKGBUILD 2013-12-14 21:56:57 UTC (rev 201548)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.9.2
-pkgrel=5
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
'libetpan=1.1-4' 'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind' 
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('90de2a265e65fbd9dffdbf428bb0ee28'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 201547, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-14 21:56:57 UTC (rev 201548)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.3
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
'libetpan=1.1-4' 'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 

[arch-commits] Commit in claws-mail/repos (8 files)

2013-11-20 Thread Andreas Radke
Date: Wednesday, November 20, 2013 @ 18:39:10
  Author: andyrtr
Revision: 12

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 11, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 11, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 11, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 11, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  146 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   73 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   73 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-20 17:38:46 UTC (rev 11)
+++ extra-i686/PKGBUILD 2013-11-20 17:39:10 UTC (rev 12)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.9.2
-pkgrel=4
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
'libetpan=1.1-4' 
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind' 
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('90de2a265e65fbd9dffdbf428bb0ee28'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 11, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-20 17:39:10 UTC (rev 12)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.2
+pkgrel=5
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
'libetpan=1.1-4' 'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 

[arch-commits] Commit in claws-mail/repos (8 files)

2013-10-13 Thread Andreas Radke
Date: Sunday, October 13, 2013 @ 11:18:09
  Author: andyrtr
Revision: 196416

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 196415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 196415, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 196415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 196415, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  148 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 180 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-13 09:17:50 UTC (rev 196415)
+++ extra-i686/PKGBUILD 2013-10-13 09:18:09 UTC (rev 196416)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.9.2
-pkgrel=3
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
- 'gpgme' 'libetpan=1.1-4' 'libsm' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind' 
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-options=(!libtool)
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('90de2a265e65fbd9dffdbf428bb0ee28'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-jpilot \
-#--help
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 196415, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-13 09:18:09 UTC (rev 196416)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.2
+pkgrel=4
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 

[arch-commits] Commit in claws-mail/repos (8 files)

2013-06-10 Thread Bartłomiej Piotrowski
Date: Monday, June 10, 2013 @ 15:35:49
  Author: bpiotrowski
Revision: 188144

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 188143, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 188143, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 188143, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 188143, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-10 13:35:31 UTC (rev 188143)
+++ extra-i686/PKGBUILD 2013-06-10 13:35:49 UTC (rev 188144)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.9.1
-pkgrel=3
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
- 'gpgme' 'libetpan=1.1' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind' 
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-options=(!libtool)
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('8adc734912ff1b83545cb12850100473'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-jpilot \
-#--help
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 188143, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-10 13:35:49 UTC (rev 188144)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.2
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+  

[arch-commits] Commit in claws-mail/repos (8 files)

2011-12-16 Thread andyrtr
Date: Friday, December 16, 2011 @ 10:26:48
  Author: andyrtr
Revision: 145079

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 145078, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 145078, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-i686/gnutls_buildfix.patch
(from rev 145078, claws-mail/trunk/gnutls_buildfix.patch)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 145078, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 145078, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/gnutls_buildfix.patch
(from rev 145078, claws-mail/trunk/gnutls_buildfix.patch)

--+
 staging-i686/PKGBUILD|   56 +
 staging-i686/claws-mail.install  |   16 +
 staging-i686/gnutls_buildfix.patch   |   12 +++
 staging-x86_64/PKGBUILD  |   56 +
 staging-x86_64/claws-mail.install|   16 +
 staging-x86_64/gnutls_buildfix.patch |   12 +++
 6 files changed, 168 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 145078, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-12-16 15:26:48 UTC (rev 145079)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
+ 'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
+optdepends=('python2:   needed for some tools'
+'perl:  needed for some tools'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering')
+replaces=('sylpheed-claws')
+provides=('claws')
+options=(!libtool)
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('df9f1657d7f34959a2205344d952c2e3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--disable-dillo-viewer-plugin \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-jpilot
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 145078, 
claws-mail/trunk/claws-mail.install)
===
--- staging-i686/claws-mail.install (rev 0)
+++ staging-i686/claws-mail.install 2011-12-16 15:26:48 UTC (rev 145079)
@@ -0,0 +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() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

Copied: claws-mail/repos/staging-i686/gnutls_buildfix.patch (from rev 145078, 
claws-mail/trunk/gnutls_buildfix.patch)
===
--- staging-i686/gnutls_buildfix.patch  (rev 0)
+++ staging-i686/gnutls_buildfix.patch  2011-12-16 15:26:48 UTC (rev 145079)
@@ -0,0 +1,12 @@
+--- claws-mail-3.7.10/src/common/ssl.c 2011-12-07 14:55:08.682553870 +0100
 claws-mail-3.7.10/src/common/ssl.c 2011-12-07 14:55:43.808349602 +0100
+@@ -270,7 +270,9 @@ gboolean ssl_init_socket_with_method(Soc
+   if (session == NULL || r != 0)
+   return FALSE;
+   
++#if GNUTLS_VERSION_NUMBER  0x020c00
+   gnutls_transport_set_lowat (session, 1); 
++#endif
+   gnutls_set_default_priority(session);
+   gnutls_protocol_set_priority (session, proto_prio);
+