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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Jan 6 20:58:21 UTC 2014


    Date: Monday, January 6, 2014 @ 21:58:20
  Author: bpiotrowski
Revision: 103494

upgpkg: xchm 1.23-2

rebuild against wxgtk 3.0.0

Modified:
  xchm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-06 20:26:03 UTC (rev 103493)
+++ PKGBUILD	2014-01-06 20:58:20 UTC (rev 103494)
@@ -3,12 +3,12 @@
 
 pkgname=xchm
 pkgver=1.23
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform GUI front-end to chmlib"
 arch=('i686' 'x86_64')
 url="http://xchm.sourceforge.net/"
 license=('GPL')
-depends=('chmlib' 'wxgtk' 'desktop-file-utils')
+depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
 install=xchm.install
 source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz"
         'xchm.desktop'
@@ -21,7 +21,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-  ./configure --prefix=/usr
+  #export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr --with-wx-config=wx-config-2.8
   make
 }
 




More information about the arch-commits mailing list