[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 (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 
+