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

Antonio Rojas arojas at archlinux.org
Sun Sep 10 11:33:21 UTC 2017


    Date: Sunday, September 10, 2017 @ 11:33:20
  Author: arojas
Revision: 305242

Add missing libxxf86vm dependency

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 11:32:45 UTC (rev 305241)
+++ PKGBUILD	2017-09-10 11:33:20 UTC (rev 305242)
@@ -4,7 +4,7 @@
 pkgbase=wxgtk
 pkgname=(wxgtk2 wxgtk3 wxgtk-common)
 pkgver=3.0.3.1
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url="https://wxwidgets.org"
 license=('custom:wxWindows')
@@ -71,7 +71,7 @@
 
 package_wxgtk2() {
   pkgdesc='GTK+2 implementation of wxWidgets API for GUI'
-  depends=('gtk2' 'gst-plugins-base-libs' 'libsm' 'wxgtk-common' 'libnotify')
+  depends=('gtk2' 'gst-plugins-base-libs' 'libsm' 'libxxf86vm' 'wxgtk-common' 'libnotify')
   conflicts=('wxgtk')
   provides=('wxgtk')
   replaces=('wxgtk')
@@ -85,7 +85,7 @@
 
 package_wxgtk3() {
   pkgdesc='GTK+3 implementation of wxWidgets API for GUI'
-  depends=('gtk3' 'gst-plugins-base-libs' 'libsm' 'wxgtk-common' 'libnotify')
+  depends=('gtk3' 'gst-plugins-base-libs' 'libsm' 'libxxf86vm' 'wxgtk-common' 'libnotify')
   optdepends=('webkit2gtk: for webview support')
   conflicts=('wxgtk<3.0.3.1-2')
 



More information about the arch-commits mailing list