Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remaned package qt_gui_icons -> tango_icons_vendor #4

Merged
merged 8 commits into from
Jun 19, 2020
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
cmake_minimum_required(VERSION 3.5)
project(qt_gui_icons)
project(tango_icons_vendor)
ahcorde marked this conversation as resolved.
Show resolved Hide resolved

find_package(ament_cmake REQUIRED)

if (WIN32 OR APPLE OR INSTALL_QT_GUI_ICONS)
option(INSTALL_TANGO_ICONS "Install Tango icons" OFF)
dirk-thomas marked this conversation as resolved.
Show resolved Hide resolved

if (WIN32 OR APPLE OR INSTALL_TANGO_ICONS)
dirk-thomas marked this conversation as resolved.
Show resolved Hide resolved
install(DIRECTORY resource
DESTINATION share/${PROJECT_NAME})
endif()
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package format="2">
<name>qt_gui_icons</name>
<name>tango_icons_vendor</name>
<version>0.0.0</version>
<description>qt_gui_icons provides the public domain Tango icons for Windows (<a href="http://tango.freedesktop.org/Tango_Icon_Library">Tango Icon Library</a>) from the <a href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango Desktop Project</a></description>
<description>tango_icons_vendor provides the public domain Tango icons for non-linux systems (<a href="http://tango.freedesktop.org/Tango_Icon_Library">Tango Icon Library</a>) from the <a href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango Desktop Project</a></description>
dirk-thomas marked this conversation as resolved.
Show resolved Hide resolved
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>

<license>Public Domain</license>
Expand Down