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

Jelle van der Waa jelle at archlinux.org
Thu Jan 19 17:36:06 UTC 2017


    Date: Thursday, January 19, 2017 @ 17:36:05
  Author: jelle
Revision: 286989

upgpkg: openbabel 2.4.1-4

use wxgtk instead of the to be removed wxgtk2.8

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 17:27:59 UTC (rev 286988)
+++ PKGBUILD	2017-01-19 17:36:05 UTC (rev 286989)
@@ -5,12 +5,12 @@
 pkgbase=openbabel
 pkgname=(openbabel python-openbabel)
 pkgver=2.4.1
-pkgrel=3
+pkgrel=4
 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')
-makedepends=('cmake' 'eigen' 'wxgtk2.8' 'boost' 'python')
+makedepends=('cmake' 'eigen' 'wxgtk' 'boost' 'python')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('d9defcd7830b0592fece4fe54a137b99')
 
@@ -23,7 +23,7 @@
   export CXXFLAGS+=' -std=gnu++98'
   cmake ../openbabel-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
+    -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
     -DPYTHON_BINDINGS=ON
   make
 
@@ -33,7 +33,7 @@
 
 package_openbabel() {
   depends=('libxml2' 'libsm')
-  optdepends=('wxgtk2.8: GUI interface')
+  optdepends=('wxgtk: GUI interface')
 
   cd build
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list