[arch-commits] Commit in claws-mail/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Sat Jul 10 10:45:55 UTC 2021


    Date: Saturday, July 10, 2021 @ 10:45:54
  Author: andyrtr
Revision: 419506

upgpkg: claws-mail 4.0.0-1: upstream update 4.0.0

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-10 10:37:59 UTC (rev 419505)
+++ PKGBUILD	2021-07-10 10:45:54 UTC (rev 419506)
@@ -1,13 +1,13 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=claws-mail
-pkgver=3.18.0
+pkgver=4.0.0
 pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
+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' 
+depends=('gtk3' 'gnutls' 'startup-notification' 'enchant' 'gpgme'
          'libetpan' 'compface' 'libsm' 'dbus-glib')
 makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
              # dependencies for plugins
@@ -15,7 +15,7 @@
              'dillo' 'python' 'gumbo-parser'
              # deps to build the docs
              'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:            needed for some tools'
+optdepends=('python:           needed for some tools'
             'perl:              needed for some tools and perl plugin'
             'spamassassin:      adds support for spamfiltering'
             'bogofilter:        adds support for spamfiltering'
@@ -22,8 +22,8 @@
             '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'
+            'libxml2:           for rssyl plugins'
+            'curl:              for vcalendar, rssyl and spamreport plugins'
             'libarchive:        for archive plugin and various other plugins'
             'libytnef:          for tnef_parse plugin'
             'libgdata:          for gdata plugin'
@@ -30,12 +30,13 @@
             'poppler-glib:      for pdf viewer plugin'
             'ghostscript:       for pdf viewer plugin'
             'libical:           for vcalendar plugin'
-            'dillo:             for html viewer plugin'
+            'dillo:             for dillo html viewer plugin'
+            'webkit2gtk:        for fancy webkit 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=('cb5819e66b4bb3bbd44eb79c58f516a932389367a7900554321c24b509ece6bb'
+sha256sums=('4af2bd26a5d91eacb2a9c09f67a6a46c2222b40817c1f525dc050bdc7b0ee475'
             'SKIP'
             '3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul <paul at claws-mail.org>
@@ -49,7 +50,9 @@
     --enable-crash-dialog \
     --enable-pgpmime-plugin \
     --enable-spamassassin-plugin \
-    --enable-bogofilter-plugin
+    --enable-bogofilter-plugin \
+    --enable-fancy-plugin \
+    --enable-manual
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }




More information about the arch-commits mailing list