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

Antonio Rojas arojas at archlinux.org
Tue Sep 5 07:39:20 UTC 2017


    Date: Tuesday, September 5, 2017 @ 07:39:18
  Author: arojas
Revision: 304672

Fix FileZilla assertion (FS#55509)

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 06:39:57 UTC (rev 304671)
+++ PKGBUILD	2017-09-05 07:39:18 UTC (rev 304672)
@@ -4,7 +4,7 @@
 pkgbase=wxgtk
 pkgname=(wxgtk2 wxgtk3 wxgtk-common)
 pkgver=3.0.3.1
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url="https://wxwidgets.org"
 license=('custom:wxWindows')
@@ -12,11 +12,13 @@
 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"
-        wxgtk2-fix-webview.patch::"https://github.com/wxWidgets/wxWidgets/commit/fd247cca.patch")
+        wxgtk2-fix-webview.patch::"https://github.com/wxWidgets/wxWidgets/commit/fd247cca.patch"
+        wxgtk-filezilla-assert.patch::"https://github.com/wxWidgets/wxWidgets/commit/ce1dce11.patch")
 sha1sums=('ea785822d0f1c3290707bda6da570e596b3ec85a'
           'dfe38650c655395b90bf082b5734c4093508bfa3'
           'c9d013552b3078d7a9700df897333c2960207b0f'
-          '550c368a68eec8b6c32c61da289df76e4dd5a798')
+          '550c368a68eec8b6c32c61da289df76e4dd5a798'
+          '1da8af91ef6c590da9c43dd115f52d605730f16a')
 
 prepare() {
   cd wxWidgets-${pkgver}
@@ -30,6 +32,8 @@
   patch -p1 -i ../wxgtk-webkit2gtk.patch
   # fix webview after webkit2gtk port
   patch -p1 -i ../wxgtk2-fix-webview.patch
+  # fix assert in FileZilla
+  patch -p1 -i ../wxgtk-filezilla-assert.patch
 
   cd ..
   cp -r wxWidgets-${pkgver} wxWidgets-${pkgver}-gtk3



More information about the arch-commits mailing list