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

Antonio Rojas arojas at archlinux.org
Wed Jun 7 20:25:46 UTC 2017


    Date: Wednesday, June 7, 2017 @ 20:25:45
  Author: arojas
Revision: 235389

Build with GTK3

Modified:
  xchm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-07 20:17:12 UTC (rev 235388)
+++ PKGBUILD	2017-06-07 20:25:45 UTC (rev 235389)
@@ -3,12 +3,12 @@
 
 pkgname=xchm
 pkgver=1.23
-pkgrel=5
+pkgrel=6
 pkgdesc="A cross-platform GUI front-end to chmlib"
 arch=('i686' 'x86_64')
 url="http://xchm.sourceforge.net/"
 license=('GPL')
-depends=('chmlib' 'wxgtk')
+depends=('chmlib' 'wxgtk3')
 source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz"
         'xchm.desktop'
         'xchm.xml'
@@ -28,7 +28,7 @@
   cd ${pkgname}-${pkgver}
 
   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
   make
 }
 



More information about the arch-commits mailing list