summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commit4ceb74fd6dfa7ccf4f57e081beb83453f32a0bf8 (patch)
tree81dd896a5d09103a133d0feb9d8181fc0feb2cc3
parentf0a0212abf4c3cb5d41b23e2ced442692adf5c40 (diff)
downloadaur-4ceb74fd6dfa7ccf4f57e081beb83453f32a0bf8.tar.gz
indigo: desktop_full update.
Also fix for PySide.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a616b4e375c4..2093157fd33e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-qt-gui-cpp
pkgdesc = ROS - qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available.
pkgver = 0.2.26
- pkgrel = 2
+ pkgrel = 3
url = http://ros.org/wiki/qt_gui_cpp
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 58a87aa7244c..e2cb75c22ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-indigo-qt-gui-cpp'
pkgver='0.2.26'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-indigo-python-qt-binding
@@ -48,6 +48,7 @@ build() {
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+ -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}