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

Antonio Rojas arojas at archlinux.org
Mon Jun 12 07:19:48 UTC 2017


    Date: Monday, June 12, 2017 @ 07:19:48
  Author: arojas
Revision: 298625

Make sure the webkit2gtk patch is also applied to the wxgtk-common package (FS#54412)

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-12 06:44:26 UTC (rev 298624)
+++ PKGBUILD	2017-06-12 07:19:48 UTC (rev 298625)
@@ -4,7 +4,7 @@
 pkgbase=wxgtk
 pkgname=(wxgtk2 wxgtk3 wxgtk-common)
 pkgver=3.0.3.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="https://wxwidgets.org"
 license=('custom:wxWindows')
@@ -23,13 +23,12 @@
   # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
   patch -Np1 -i ../make-abicheck-non-fatal.patch
 
-  cd ..
-  cp -r wxWidgets-${pkgver} wxWidgets-${pkgver}-gtk3
-
   # Support webkit2gtk
-  cd wxWidgets-${pkgver}-gtk3
   sed -e 's|setup0.h|setup.h|g' -i ../wxgtk-webkit2gtk.patch
   patch -p1 -i ../wxgtk-webkit2gtk.patch
+
+  cd ..
+  cp -r wxWidgets-${pkgver} wxWidgets-${pkgver}-gtk3
 }
 
 build() {



More information about the arch-commits mailing list