[arch-commits] Commit in claws-mail/repos/extra-x86_64 (4 files)

2020-10-19 Thread Andreas Radke via arch-commits
Date: Monday, October 19, 2020 @ 12:21:34
  Author: andyrtr
Revision: 398572

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 398571, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/bash_completion
(from rev 398571, claws-mail/trunk/bash_completion)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/bash_completion

-+
 PKGBUILD|  138 +++---
 bash_completion |   60 +++
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-19 12:21:21 UTC (rev 398571)
+++ PKGBUILD2020-10-19 12:21:34 UTC (rev 398572)
@@ -1,69 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.7
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
- 'libetpan' 'compface' 'libsm' 'dbus-glib')
-makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-'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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-bash_completion)
-sha256sums=('60b94649bc30ae79e057054e44afbe5fe29de0e77614b81505cff2204c02ddc8'
-'SKIP'
-'3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "$srcdir"/bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/claws-mail
-
-  # install extra tools
-  cd tools
-  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh *.conf tb2claws-mail update-po uudec uuooffice 
README; do
-cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/
-  done
-}

Copied: claws-mail/repos/extra-x86_64/PKGBUILD (from rev 398571, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-19 12:21:34 UTC (rev 398572)
@@ -0,0 +1,69 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.8
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
+ 'libetpan' 'compface' 'libsm' 'dbus-glib')
+makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra: 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (4 files)

2020-09-28 Thread Andreas Radke via arch-commits
Date: Monday, September 28, 2020 @ 11:18:12
  Author: andyrtr
Revision: 396942

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 396941, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/bash_completion
(from rev 396941, claws-mail/trunk/bash_completion)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/bash_completion

-+
 PKGBUILD|  138 +++---
 bash_completion |   60 +++
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 11:18:02 UTC (rev 396941)
+++ PKGBUILD2020-09-28 11:18:12 UTC (rev 396942)
@@ -1,69 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.6
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
- 'libetpan' 'compface' 'libsm' 'dbus-glib')
-makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-'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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-bash_completion)
-sha256sums=('15e4c4344b0c0781d9bb99c71e69dc2d98b8a65c3ce7dde7de1c3f9001c705e8'
-'SKIP'
-'3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "$srcdir"/bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/claws-mail
-
-  # install extra tools
-  cd tools
-  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh *.conf tb2claws-mail update-po uudec uuooffice 
README; do
-cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/
-  done
-}

Copied: claws-mail/repos/extra-x86_64/PKGBUILD (from rev 396941, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 11:18:12 UTC (rev 396942)
@@ -0,0 +1,69 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.7
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
+ 'libetpan' 'compface' 'libsm' 'dbus-glib')
+makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (4 files)

2020-07-13 Thread Andreas Radke via arch-commits
Date: Monday, July 13, 2020 @ 10:58:49
  Author: andyrtr
Revision: 391859

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 391858, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/bash_completion
(from rev 391858, claws-mail/trunk/bash_completion)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/bash_completion

-+
 PKGBUILD|  138 +++---
 bash_completion |   60 +++
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 10:58:39 UTC (rev 391858)
+++ PKGBUILD2020-07-13 10:58:49 UTC (rev 391859)
@@ -1,69 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.5
-pkgrel=3
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://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' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-'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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-bash_completion)
-sha256sums=('daced25bfc2ab5b3f9ac2762b091ca3aede50da23e694d338dff1f066bab59be'
-'SKIP'
-'3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "$srcdir"/bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/claws-mail
-
-  # install extra tools
-  cd tools
-  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh *.conf tb2claws-mail update-po uudec uuooffice 
README; do
-cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/
-  done
-}

Copied: claws-mail/repos/extra-x86_64/PKGBUILD (from rev 391858, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 10:58:49 UTC (rev 391859)
@@ -0,0 +1,69 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.6
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
+ 'libetpan' 'compface' 'libsm' 'dbus-glib')
+makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (5 files)

2020-02-24 Thread Andreas Radke via arch-commits
Date: Monday, February 24, 2020 @ 13:43:07
  Author: andyrtr
Revision: 376145

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 376144, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/bash_completion
(from rev 376144, claws-mail/trunk/bash_completion)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/bash_completion
  claws-mail/repos/extra-x86_64/libetpan-1.9.4.diff

-+
 PKGBUILD|  148 ++
 bash_completion |   60 ++--
 libetpan-1.9.4.diff |  240 --
 3 files changed, 99 insertions(+), 349 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 13:42:57 UTC (rev 376144)
+++ PKGBUILD2020-02-24 13:43:07 UTC (rev 376145)
@@ -1,79 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.4
-pkgrel=4
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://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' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-#'pygtk: needed for 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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-bash_completion
-libetpan-1.9.4.diff)
-sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
-'SKIP'
-'3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb'
-'3036472834f02d15253d8ebebf38b977b06e3a68593eb0f4f6d9849a06137952')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-prepare() {
-  cd "${pkgname}"-${pkgver}
-  # apply 2 upstrem commits to build with libetpan 1.9.4
-  patch -Np1 -i ../libetpan-1.9.4.diff
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "$srcdir"/bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/claws-mail
-
-  # install extra tools
-  cd tools
-  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh *.conf tb2claws-mail update-po uudec uuooffice 
README; do
-cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/
-  done
-}

Copied: claws-mail/repos/extra-x86_64/PKGBUILD (from rev 376144, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 13:43:07 UTC (rev 376145)
@@ -0,0 +1,69 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.5
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://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' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (5 files)

2019-11-20 Thread Andreas Radke via arch-commits
Date: Wednesday, November 20, 2019 @ 19:36:22
  Author: andyrtr
Revision: 369499

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 369498, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/bash_completion
(from rev 369498, claws-mail/trunk/bash_completion)
  claws-mail/repos/extra-x86_64/libetpan-1.9.4.diff
(from rev 369498, claws-mail/trunk/libetpan-1.9.4.diff)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/libetpan-1.9.4.diff

-+
 PKGBUILD|  154 
 bash_completion |   30 +++
 libetpan-1.9.4.diff |  480 +-
 3 files changed, 349 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-20 19:35:53 UTC (rev 369498)
+++ PKGBUILD2019-11-20 19:36:22 UTC (rev 369499)
@@ -1,75 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.4
-pkgrel=3
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://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' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-#'pygtk: needed for 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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-libetpan-1.9.4.diff)
-sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
-'SKIP'
-'3036472834f02d15253d8ebebf38b977b06e3a68593eb0f4f6d9849a06137952')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-prepare() {
-  cd "${pkgname}"-${pkgver}
-  # apply 2 upstrem commits to build with libetpan 1.9.4
-  patch -Np1 -i ../libetpan-1.9.4.diff
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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/extra-x86_64/PKGBUILD (from rev 369498, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-20 19:36:22 UTC (rev 369499)
@@ -0,0 +1,79 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.4
+pkgrel=4
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://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' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+  

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (3 files)

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 21:13:10
  Author: andyrtr
Revision: 369416

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 369415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/libetpan-1.9.4.diff
(from rev 369415, claws-mail/trunk/libetpan-1.9.4.diff)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|  141 +++--
 libetpan-1.9.4.diff |  240 ++
 2 files changed, 315 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 21:13:05 UTC (rev 369415)
+++ PKGBUILD2019-11-18 21:13:10 UTC (rev 369416)
@@ -1,66 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.4
-pkgrel=2
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://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' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-#'pygtk: needed for 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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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/extra-x86_64/PKGBUILD (from rev 369415, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 21:13:10 UTC (rev 369416)
@@ -0,0 +1,75 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.4
+pkgrel=3
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://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' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+#'pygtk: needed for 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:   

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-18 Thread Andreas Radke via arch-commits
Date: Friday, October 18, 2019 @ 18:20:10
  Author: andyrtr
Revision: 365156

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 365155, claws-mail/trunk/PKGBUILD)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-18 18:20:02 UTC (rev 365155)
+++ PKGBUILD2019-10-18 18:20:10 UTC (rev 365156)
@@ -1,66 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.4
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://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' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-#'pygtk: needed for 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'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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/extra-x86_64/PKGBUILD (from rev 365155, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-18 18:20:10 UTC (rev 365156)
@@ -0,0 +1,66 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.4
+pkgrel=2
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://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' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+#'pygtk: needed for 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 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-26 Thread Andreas Radke via arch-commits
Date: Friday, July 26, 2019 @ 11:54:08
  Author: andyrtr
Revision: 358618

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 358617, claws-mail/trunk/PKGBUILD)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 66 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-26 11:53:58 UTC (rev 358617)
+++ PKGBUILD2019-07-26 11:54:08 UTC (rev 358618)
@@ -1,64 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.3
-pkgrel=5
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://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' 'libytnef' 
'libical' 'dillo' 'python'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-#'pygtk: needed for 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')
-provides=('claws')
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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/extra-x86_64/PKGBUILD (from rev 358617, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-26 11:54:08 UTC (rev 358618)
@@ -0,0 +1,66 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.4
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://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' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+#'pygtk: needed for 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 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-24 Thread Andreas Radke via arch-commits
Date: Friday, January 25, 2019 @ 06:40:17
  Author: andyrtr
Revision: 344691

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 344690, claws-mail/trunk/PKGBUILD)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  164 ++---
 1 file changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-25 06:40:11 UTC (rev 344690)
+++ PKGBUILD2019-01-25 06:40:17 UTC (rev 344691)
@@ -1,82 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.3
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('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' 'texlive-formatsextra')
- #'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'
-'pygtk: needed for 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})
-sha256sums=('504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix new versioned enchant pkgconfig detection
-  sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 
1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
-  sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
-
-  autoreconf -vfi
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin   # --help
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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/extra-x86_64/PKGBUILD (from rev 344690, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-25 06:40:17 UTC (rev 344691)
@@ -0,0 +1,82 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.3
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://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' 'texlive-formatsextra')
+ 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (4 files)

2018-08-16 Thread Andreas Radke via arch-commits
Date: Thursday, August 16, 2018 @ 15:37:48
  Author: andyrtr
Revision: 331598

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 331597, claws-mail/trunk/PKGBUILD)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/dillo-plugin.diff
  claws-mail/repos/extra-x86_64/glibc_2.28.patch

---+
 PKGBUILD  |  176 -
 dillo-plugin.diff |  954 
 glibc_2.28.patch  |   99 -
 3 files changed, 83 insertions(+), 1146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-16 15:37:39 UTC (rev 331597)
+++ PKGBUILD2018-08-16 15:37:48 UTC (rev 331598)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.16.0
-pkgrel=5
-pkgdesc="A GTK+ based e-mail client."
-arch=('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'
-'pygtk: needed for 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
-   glibc_2.28.patch)
-sha256sums=('c212133d3d962129d8c7995c1c7d973faef2a8914481c0c74578217bf4c897ab'
-'SKIP'
-'ab08ca513145e847d30a29d9e5a9ae63b94222423e88c1b375fd5cfcb427d6c5'
-'417b15cedb28f06028d2fb2922f597f1b5bab0a510db900bc866a81a2f181643')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # upstream reintroduction of dillo plugin - after fancy plugin dropped
-  patch -Np1 -i ../dillo-plugin.diff
-
-  # apply upstream fix to compile with recent glibc that removed encrypt 
function
-  patch -Np1 -i ../glibc_2.28.patch
-
-  # fix new versioned enchant pkgconfig detection
-  sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 
1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
-  sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
-
-  autoreconf -vfi
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin#--help
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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/extra-x86_64/PKGBUILD (from rev 331597, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-16 15:37:48 UTC (rev 331598)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Andreas Radke 
+

[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2011-07-06 Thread Stéphane Gaudreault
Date: Wednesday, July 6, 2011 @ 08:35:02
  Author: stephane
Revision: 130432

db-move: claws-mail removed by stephane for move to [extra] (x86_64)

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64 testing-x86_64)

2011-07-06 Thread Stéphane Gaudreault
Date: Wednesday, July 6, 2011 @ 08:35:03
  Author: stephane
Revision: 130433

db-move: moved claws-mail from [testing] to [extra] (x86_64)

Added:
  claws-mail/repos/extra-x86_64/
Deleted:
  claws-mail/repos/testing-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 04:15:34
  Author: ibiru
Revision: 124921

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 04:15:48
  Author: ibiru
Revision: 124922

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2011-04-29 Thread andyrtr
Date: Friday, April 29, 2011 @ 02:26:35
  Author: andyrtr
Revision: 121166

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2011-04-29 Thread andyrtr
Date: Friday, April 29, 2011 @ 02:26:52
  Author: andyrtr
Revision: 121167

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-12-05 Thread andyrtr
Date: Sunday, December 5, 2010 @ 15:57:32
  Author: andyrtr
Revision: 102091

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-12-05 Thread andyrtr
Date: Sunday, December 5, 2010 @ 15:57:53
  Author: andyrtr
Revision: 102092

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-12-05 Thread andyrtr
Date: Sunday, December 5, 2010 @ 16:02:06
  Author: andyrtr
Revision: 102095

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-12-05 Thread andyrtr
Date: Sunday, December 5, 2010 @ 16:02:26
  Author: andyrtr
Revision: 102096

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:01:11
  Author: andyrtr
Revision: 99951

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:01:29
  Author: andyrtr
Revision: 99952

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 07:58:29
  Author: allan
Revision: 97928

db-move: claws-mail removed by allan for move to [extra] (x86_64)

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64 testing-x86_64)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 07:58:31
  Author: allan
Revision: 97929

db-move: moved claws-mail from [testing] to [extra] (x86_64)

Added:
  claws-mail/repos/extra-x86_64/
Deleted:
  claws-mail/repos/testing-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 16:55:28
  Author: allan
Revision: 95453

db-move: claws-mail removed by allan for move to [extra] (x86_64)

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64 testing-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 16:55:29
  Author: allan
Revision: 95454

db-move: moved claws-mail from [testing] to [extra] (x86_64)

Added:
  claws-mail/repos/extra-x86_64/
Deleted:
  claws-mail/repos/testing-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-05-01 Thread andyrtr
Date: Saturday, May 1, 2010 @ 12:38:46
  Author: andyrtr
Revision: 79188

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-05-01 Thread andyrtr
Date: Saturday, May 1, 2010 @ 12:39:08
  Author: andyrtr
Revision: 79189

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-04-11 Thread andyrtr
Date: Sunday, April 11, 2010 @ 04:52:44
  Author: andyrtr
Revision: 77147

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-04-11 Thread andyrtr
Date: Sunday, April 11, 2010 @ 04:53:05
  Author: andyrtr
Revision: 77148

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:02:03
  Author: pierre
Revision: 76607

db-move: claws-mail removed by pierre for move to extra

Deleted:
  claws-mail/repos/extra-x86_64/



[arch-commits] Commit in claws-mail/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-02 Thread andyrtr
Date: Tuesday, February 2, 2010 @ 12:44:59
  Author: andyrtr
Revision: 67057

Merged revisions 67055 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/claws-mail/trunk


  r67055 | andyrtr | 2010-02-02 18:42:15 +0100 (Di, 02 Feb 2010) | 2 lines
  
  upgpkg: claws-mail 3.7.5-1
  new version 3.7.5


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

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: claws-mail/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /claws-mail/trunk:1-62926
   + /claws-mail/trunk:1-67056

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-02 17:43:03 UTC (rev 67056)
+++ extra-x86_64/PKGBUILD   2010-02-02 17:44:59 UTC (rev 67057)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=claws-mail
-pkgver=3.7.4
+pkgver=3.7.5
 pkgrel=1
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=(!libtool)
 install=claws-mail.install
 
source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aa6c8b9177bc2bc506470821ee2afbb2')
+md5sums=('05a97ef3bf41ae5e6e2a3ddeb600ab44')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in claws-mail/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-13 Thread andyrtr
Date: Wednesday, January 13, 2010 @ 15:51:06
  Author: andyrtr
Revision: 62927

Merged revisions 62925 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/claws-mail/trunk


  r62925 | andyrtr | 2010-01-13 20:48:35 + (Mi, 13 Jan 2010) | 2 lines
  
  upgpkg: claws-mail 3.7.4-1
  new version 3.7.4


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

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


Property changes on: claws-mail/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /claws-mail/trunk:1-54501
   + /claws-mail/trunk:1-62926

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-13 20:49:24 UTC (rev 62926)
+++ extra-x86_64/PKGBUILD   2010-01-13 20:51:06 UTC (rev 62927)
@@ -2,14 +2,14 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=claws-mail
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://www.claws-mail.org;
-depends=('gtk2=2.16.2' 'gnutls=2.8.1' 'startup-notification=0.10' 
'pilot-link=0.12.3-5' 'enchant=1.4.2-1'
- 'gpgme=1.1.8' 'libetpan=0.58' 'libsm=1.1.0' 'db=4.8' 
'curl=7.19.5-2' 'dbus-glib=0.80' 'hicolor-icon-theme')
+depends=('gtk2=2.18.5' 'gnutls=2.8.5' 'startup-notification=0.10' 
'pilot-link=0.12.4' 'enchant=1.5.0-2'
+ 'gpgme=1.2.0' 'libetpan=0.58-2' 'libsm=1.1.1' 'db=4.8.24' 
'curl=7.19.7' 'dbus-glib=0.82-2' 'hicolor-icon-theme')
 makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
 optdepends=('python:needed for some tools'
 'perl:  needed for some tools'
@@ -20,7 +20,7 @@
 options=(!libtool)
 install=claws-mail.install
 
source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b3af5ea5e1182aa53f971657db86e110')
+md5sums=('aa6c8b9177bc2bc506470821ee2afbb2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -36,7 +36,7 @@
 --enable-jpilot
 
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 
   # build and install extra tools
   cd tools