summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commit3270f19bf57d2e0e3f86fbcd0313a7c041a70407 (patch)
tree20476c67570c085cedef95076ea385e15eb65edc
parent471b99d69c87ee7b113366171c8af1521c1f58e0 (diff)
downloadaur-3270f19bf57d2e0e3f86fbcd0313a7c041a70407.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d375bdfadd58..4bbeb133dd8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-qt-gui
pkgdesc = ROS - qt_gui provides the infrastructure for an integrated graphical user interface based on Qt.
- pkgver = 0.2.26
- pkgrel = 2
+ pkgver = 0.2.27
+ pkgrel = 1
url = http://ros.org/wiki/qt_gui
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = ros-indigo-qt-gui
depends = ros-indigo-python-qt-binding
depends = python2-rospkg
depends = tango-icon-theme
- source = qt_gui::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_gui/0.2.26-0
+ source = qt_gui::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_gui/0.2.27-0
md5sums = SKIP
pkgname = ros-indigo-qt-gui
diff --git a/PKGBUILD b/PKGBUILD
index 80933887614a..a0642388b336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - qt_gui provides the infrastructure for an integrated graphical us
url='http://ros.org/wiki/qt_gui'
pkgname='ros-indigo-qt-gui'
-pkgver='0.2.26'
+pkgver='0.2.27'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -46,6 +46,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
}