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

Andreas Radke andyrtr at archlinux.org
Thu Jan 19 19:17:43 UTC 2017


    Date: Thursday, January 19, 2017 @ 19:17:42
  Author: andyrtr
Revision: 286991

upgpkg: claws-mail 3.14.1-2

disable fancy html plugin - Arch is dropping outdated webkitgtk due to CVEs

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 17:36:24 UTC (rev 286990)
+++ PKGBUILD	2017-01-19 19:17:42 UTC (rev 286991)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,7 +12,7 @@
          'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('spamassassin' 'bogofilter' 'valgrind'
              # dependencies for plugins
-             'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk'
+             'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk'
              # 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
@@ -27,11 +27,9 @@
             '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')
+            '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')



More information about the arch-commits mailing list