-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
29 lines (21 loc) · 1.25 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<package format="2">
<name>tango_icons_vendor</name>
<version>0.4.0</version>
<description>tango_icons_vendor provides the public domain Tango icons for non-linux systems (<a href="http://tango-project.org/Tango_Icon_Library/">Tango Icon Library</a>) from the <a href="http://tango-project.org/Tango_Desktop_Project/">Tango Desktop Project</a></description>
<maintainer email="[email protected]">Scott K Logan</maintainer>
<license>Apache License 2.0</license> <!-- the contents of this package are Apache 2.0 -->
<license>Public Domain</license> <!-- Tango icons is Public Domain -->
<url type="website">http://ros.org/wiki/qt_gui_icons</url>
<url type="repository">https://github.com/ros-visualization/qt_gui_icons</url>
<url type="bugtracker">https://github.com/ros-visualization/qt_gui_icons/issues</url>
<author email="[email protected]">Alejandro Hernandez</author>
<author email="[email protected]">Audrow Nash</author>
<author>Stephen Brawner</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>tango-icon-theme</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>