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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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)

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>1.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 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>
ahcorde marked this conversation as resolved.
Show resolved Hide resolved
<maintainer email="[email protected]">Dirk Thomas</maintainer>

<license>Public Domain</license>
Expand Down