summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-25 20:54:15 +0000
committerGrey Christoforo2017-02-25 20:54:15 +0000
commitdd2c1471d88723b81b9b232ee224c156edb6639b (patch)
treec8f86789a1b8856c811db87fb386c461ad8d1b44
parentc16bd6f9a2696955738e7c15496542371d934345 (diff)
downloadaur-dd2c1471d88723b81b9b232ee224c156edb6639b.tar.gz
make sure we use wxgtk2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87407caeba4e..730a9cf622a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 18:00:23 UTC 2017
+# Sat Feb 25 20:54:12 UTC 2017
pkgbase = heekscad-git
pkgdesc = HeeksCNC is an open source, 3D CAD/CAM software
pkgver = 1449.008d7b6f
- pkgrel = 6
+ pkgrel = 7
url = http://heeks.net
arch = x86_64
license = custom:BSD3
makedepends = cmake
depends = python2
depends = oce
- depends = wxgtk
+ depends = wxgtk2.8
depends = libarea-git
optdepends = heekscnc-git
provides = heekscad
diff --git a/PKGBUILD b/PKGBUILD
index bc16e267abb7..7530d024efab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=heekscad-git
pkgver=1449.008d7b6f
-pkgrel=6
+pkgrel=7
pkgdesc="HeeksCNC is an open source, 3D CAD/CAM software"
arch=('x86_64')
url="http://heeks.net"
license=('custom:BSD3')
-depends=('python2' 'oce' 'wxgtk' 'libarea-git')
+depends=('python2' 'oce' 'wxgtk2.8' 'libarea-git')
optdepends=('heekscnc-git')
makedepends=('cmake')
provides=('heekscad')
@@ -31,7 +31,7 @@ build() {
mkdir -p build
cd build
export OCE_DIR="/opt/oce/lib/oce-0.18"
- cmake -DPYTHON_EXECUTABLE="/usr/bin/python2" -DPYTHON_LIBRARY="/usr/lib/libpython2.7.so" -DPYTHON_INCLUDE_DIR="/usr/include/python2.7" -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" -DPYTHON_EXECUTABLE="/usr/bin/python2" -DPYTHON_LIBRARY="/usr/lib/libpython2.7.so" -DPYTHON_INCLUDE_DIR="/usr/include/python2.7" -DCMAKE_INSTALL_PREFIX=/usr ..
}
package() {