[arch-commits] Commit in wxpython/trunk (PKGBUILD)
    Bruno Pagani 
    archange at archlinux.org
       
    Wed Dec 27 21:31:25 UTC 2017
    
    
  
    Date: Wednesday, December 27, 2017 @ 21:31:24
  Author: archange
Revision: 276266
Rebuild a version with GTK2
For testing users...
Modified:
  wxpython/trunk/PKGBUILD
----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-27 19:52:21 UTC (rev 276265)
+++ PKGBUILD	2017-12-27 21:31:24 UTC (rev 276266)
@@ -3,7 +3,7 @@
 
 pkgname=wxpython
 pkgver=3.0.2.0
-pkgrel=3
+pkgrel=5
 pkgdesc="A wxWidgets GUI toolkit for Python"
 arch=('x86_64')
 license=('custom:wxWindows')
@@ -32,8 +32,8 @@
         --with-libpng=sys \
         --with-libxpm=sys \
         --with-libjpeg=sys \
-        --with-libtiff=sys \
-        --with-wx-config=/usr/bin/wx-config-gtk3
+        --with-libtiff=sys
+#        --with-wx-config=/usr/bin/wx-config-gtk3
     cd wxPython
     python2 setup.py WXPORT=gtk2 UNICODE=1 build
 }
    
    
More information about the arch-commits
mailing list