mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/orocos_kdl: install package.xml file in /usr/share/ros_packages/$PN
Package-Manager: portage-2.3.1
This commit is contained in:
10
sci-libs/orocos_kdl/files/gentoo.patch
Normal file
10
sci-libs/orocos_kdl/files/gentoo.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
Index: orocos_kdl/CMakeLists.txt
|
||||
===================================================================
|
||||
--- orocos_kdl.orig/CMakeLists.txt
|
||||
+++ orocos_kdl/CMakeLists.txt
|
||||
@@ -114,4 +114,4 @@ INSTALL(FILES ${PROJECT_BINARY_DIR}/oroc
|
||||
INSTALL(FILES ${PROJECT_BINARY_DIR}/orocos_kdl-config-version.cmake DESTINATION share/orocos_kdl)
|
||||
INSTALL(EXPORT OrocosKDLTargets DESTINATION share/orocos_kdl)
|
||||
|
||||
-INSTALL(FILES package.xml DESTINATION share/orocos_kdl)
|
||||
+INSTALL(FILES package.xml DESTINATION share/ros_packages/orocos_kdl)
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
|
||||
REQUIRED_USE="examples? ( models )"
|
||||
|
||||
DOCS=( README )
|
||||
PATCHES=( "${FILESDIR}/gentoo.patch" )
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
S=${WORKDIR}/${P}/orocos_kdl
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
|
||||
REQUIRED_USE="examples? ( models )"
|
||||
|
||||
DOCS=( README )
|
||||
PATCHES=( "${FILESDIR}/gentoo.patch" )
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
S=${WORKDIR}/${P}/orocos_kdl
|
||||
|
||||
Reference in New Issue
Block a user