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

Antonio Rojas arojas at archlinux.org
Mon Jun 12 17:52:24 UTC 2017


    Date: Monday, June 12, 2017 @ 17:52:23
  Author: arojas
Revision: 298706

Fix wxgtk2 webview regression after webkit2gtk port (FS#54419)

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-12 13:18:20 UTC (rev 298705)
+++ PKGBUILD	2017-06-12 17:52:23 UTC (rev 298706)
@@ -4,7 +4,7 @@
 pkgbase=wxgtk
 pkgname=(wxgtk2 wxgtk3 wxgtk-common)
 pkgver=3.0.3.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="https://wxwidgets.org"
 license=('custom:wxWindows')
@@ -11,10 +11,12 @@
 makedepends=('gst-plugins-base' 'gconf' 'webkitgtk2' 'glu' 'webkit2gtk' 'libnotify')
 options=('!emptydirs')
 source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2
-        make-abicheck-non-fatal.patch wxgtk-webkit2gtk.patch::"https://github.com/wxWidgets/wxWidgets/commit/ec6e54bc.patch")
+        make-abicheck-non-fatal.patch wxgtk-webkit2gtk.patch::"https://github.com/wxWidgets/wxWidgets/commit/ec6e54bc.patch"
+        wxgtk2-fix-webview.patch::"https://github.com/wxWidgets/wxWidgets/commit/fd247cca.patch")
 sha1sums=('ea785822d0f1c3290707bda6da570e596b3ec85a'
           'dfe38650c655395b90bf082b5734c4093508bfa3'
-          'c9d013552b3078d7a9700df897333c2960207b0f')
+          'c9d013552b3078d7a9700df897333c2960207b0f'
+          '550c368a68eec8b6c32c61da289df76e4dd5a798')
 
 prepare() {
   cd wxWidgets-${pkgver}
@@ -26,6 +28,8 @@
   # Support webkit2gtk
   sed -e 's|setup0.h|setup.h|g' -i ../wxgtk-webkit2gtk.patch
   patch -p1 -i ../wxgtk-webkit2gtk.patch
+  # fix webview after webkit2gtk port
+  patch -p1 -i ../wxgtk2-fix-webview.patch
 
   cd ..
   cp -r wxWidgets-${pkgver} wxWidgets-${pkgver}-gtk3



More information about the arch-commits mailing list