indigo: desktop_full update.

This commit is contained in:
Benjamin Chrétien 2015-05-21 13:11:27 +09:00
parent e7f604ac8a
commit d4517e2b70
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ros-indigo-simulators
pkgdesc = ROS - A metapackage to aggregate several packages.
pkgver = 1.1.3
pkgver = 1.1.4
pkgrel = 1
url = http://www.ros.org/
arch = any
@ -14,7 +14,7 @@ pkgbase = ros-indigo-simulators
depends = ros-indigo-robot
depends = ros-indigo-gazebo-ros-pkgs
depends = ros-indigo-rqt-common-plugins
source = simulators::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/simulators/1.1.3-0
source = simulators::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/simulators/1.1.4-0
md5sums = SKIP
pkgname = ros-indigo-simulators

View file

@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage to aggregate several packages."
url='http://www.ros.org/'
pkgname='ros-indigo-simulators'
pkgver='1.1.3'
pkgver='1.1.4'
_pkgver_patch=0
arch=('any')
pkgrel=1
@ -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
}