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

Eric Bélanger eric at nymeria.archlinux.org
Mon Jan 13 09:49:02 UTC 2014


    Date: Monday, January 13, 2014 @ 10:49:02
  Author: eric
Revision: 203533

upgpkg: openbabel 2.3.2-3

Switch to wxgtk2.8 to fix unknown symbol and buils issues (close FS#38470)

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-13 02:05:53 UTC (rev 203532)
+++ PKGBUILD	2014-01-13 09:49:02 UTC (rev 203533)
@@ -4,15 +4,15 @@
 
 pkgname=openbabel
 pkgver=2.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A library designed to interconvert between many file formats used in molecular modeling and computational chemistry"
 arch=('i686' 'x86_64')
 url="http://openbabel.org/wiki/Main_Page"
 license=('GPL')
 depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk')
+makedepends=('cmake' 'eigen2' 'wxgtk2.8')
 optdepends=('eigen2: to use bindings'
-            'wxgtk: GUI interface')
+            'wxgtk2.8: GUI interface')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('9b0007560d9d838b40ab4ad06daf5610')
 
@@ -22,7 +22,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
   make
 }
 




More information about the arch-commits mailing list