indigo: desktop_full update.

This commit is contained in:
Benjamin Chrétien 2015-04-24 09:39:13 +09:00
parent c364f606da
commit 9e67e8a498
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ros-indigo-resource-retriever
pkgdesc = ROS - This package retrieves data from url-format files such as http://, ftp://, package:// file://, etc., and loads the data into memory.
pkgver = 1.11.0
pkgrel = 3
pkgver = 1.11.6
pkgrel = 1
url = http://ros.org/wiki/resource_retriever
arch = any
license = BSD
@ -15,7 +15,7 @@ pkgbase = ros-indigo-resource-retriever
depends = ros-indigo-roslib
depends = ros-indigo-rosconsole
depends = curl
source = resource_retriever::git+https://github.com/ros-gbp/resource_retriever-release.git#tag=release/indigo/resource_retriever/1.11.0-2
source = resource_retriever::git+https://github.com/ros-gbp/resource_retriever-release.git#tag=release/indigo/resource_retriever/1.11.6-0
md5sums = SKIP
pkgname = ros-indigo-resource-retriever

View file

@ -4,10 +4,10 @@ pkgdesc="ROS - This package retrieves data from url-format files such as http://
url='http://ros.org/wiki/resource_retriever'
pkgname='ros-indigo-resource-retriever'
pkgver='1.11.0'
_pkgver_patch=2
pkgver='1.11.6'
_pkgver_patch=0
arch=('any')
pkgrel=3
pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roslib
@ -47,6 +47,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
}