indigo: desktop_full update.

This commit is contained in:
Benjamin Chrétien 2015-04-16 18:46:27 +09:00
parent 3e5bcb424a
commit 7605d3fe35
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ros-indigo-genlisp
pkgdesc = ROS - Common-Lisp ROS message and service generators.
pkgver = 0.4.14
pkgver = 0.4.15
pkgrel = 1
url = http://www.ros.org/wiki/roslisp
arch = any
@ -11,7 +11,7 @@ pkgbase = ros-indigo-genlisp
makedepends = ros-indigo-genmsg
makedepends = ros-indigo-catkin
depends = ros-indigo-genmsg
source = genlisp::git+https://github.com/ros-gbp/genlisp-release.git#tag=release/indigo/genlisp/0.4.14-0
source = genlisp::git+https://github.com/ros-gbp/genlisp-release.git#tag=release/indigo/genlisp/0.4.15-0
md5sums = SKIP
pkgname = ros-indigo-genlisp

View file

@ -4,7 +4,7 @@ pkgdesc="ROS - Common-Lisp ROS message and service generators."
url='http://www.ros.org/wiki/roslisp'
pkgname='ros-indigo-genlisp'
pkgver='0.4.14'
pkgver='0.4.15'
_pkgver_patch=0
arch=('any')
pkgrel=1
@ -43,6 +43,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
}