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

Antonio Rojas arojas at archlinux.org
Tue Jun 20 05:59:08 UTC 2017


    Date: Tuesday, June 20, 2017 @ 05:59:07
  Author: arojas
Revision: 298999

Drop webview for wxgtk2

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 05:54:43 UTC (rev 298998)
+++ PKGBUILD	2017-06-20 05:59:07 UTC (rev 298999)
@@ -4,11 +4,11 @@
 pkgbase=wxgtk
 pkgname=(wxgtk2 wxgtk3 wxgtk-common)
 pkgver=3.0.3.1
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="https://wxwidgets.org"
 license=('custom:wxWindows')
-makedepends=('gst-plugins-base' 'gconf' 'webkitgtk2' 'glu' 'webkit2gtk' 'libnotify')
+makedepends=('gst-plugins-base' 'gconf' 'glu' 'webkit2gtk' 'libnotify' 'gtk2')
 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"
@@ -39,7 +39,7 @@
   cd wxWidgets-${pkgver}
   ./autogen.sh
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
-    --enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
+    --enable-graphics_ctx --enable-mediactrl --with-regex=builtin \
     --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
     --disable-precomp-headers
   make
@@ -68,7 +68,6 @@
 package_wxgtk2() {
   pkgdesc='GTK+2 implementation of wxWidgets API for GUI'
   depends=('gtk2' 'gst-plugins-base-libs' 'libsm' 'wxgtk-common' 'libnotify')
-  optdepends=('webkitgtk2: for webview support')
   conflicts=('wxgtk')
   provides=('wxgtk')
   replaces=('wxgtk')



More information about the arch-commits mailing list