diff options
author | 2020-07-15 18:16:40 +0200 | |
---|---|---|
committer | 2020-07-15 18:57:13 +0200 | |
commit | 00f1e4557b587d73f2f79dc069b43e3243026adb (patch) | |
tree | 9059a98a94a7b79f977032e0d2089a5c214aa390 /dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild | |
parent | dev-ros/qt_gui_app: Bump to 0.4.1. (diff) | |
download | gentoo-00f1e4557b587d73f2f79dc069b43e3243026adb.tar.gz gentoo-00f1e4557b587d73f2f79dc069b43e3243026adb.tar.bz2 gentoo-00f1e4557b587d73f2f79dc069b43e3243026adb.zip |
dev-ros/qt_gui_cpp: Bump to 0.4.1.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild')
-rw-r--r-- | dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild new file mode 100644 index 00000000000..a4e1317260c --- /dev/null +++ b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++-bindings for qt_gui and creates bindings for every generator available" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + >=dev-ros/pluginlib-1.9.23 + dev-libs/tinyxml2:= + >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}] + dev-libs/tinyxml + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}] + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" +PATCHES=( + "${FILESDIR}/libdir.patch" +) |