Skip to content

Commit b4a0f36

Browse files
authored
Add package.xml (#613)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent ac851e6 commit b4a0f36

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

.github/workflows/package_xml.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Validate package.xml
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
package-xml:
8+
runs-on: ubuntu-latest
9+
name: Validate package.xml
10+
steps:
11+
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy

package.xml

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="2">
4+
<name>gz-gui8</name>
5+
<version>8.1.1</version>
6+
<description>Gazebo GUI : Graphical interfaces for robotics applications</description>
7+
<maintainer email="jennuine@google.com">Jenn Nguyen</maintainer>
8+
<license>Apache License 2.0</license>
9+
<url type="website">https://github.com/gazebosim/gz-rendering</url>
10+
11+
<buildtool_depend>cmake</buildtool_depend>
12+
13+
<build_depend>gz-cmake3</build_depend>
14+
15+
<depend>gz-common5</depend>
16+
<depend>gz-math7</depend>
17+
<depend>gz-msgs10</depend>
18+
<depend>gz-plugin2</depend>
19+
<depend>gz-rendering8</depend>
20+
<depend>gz-tools2</depend>
21+
<depend>gz-transport13</depend>
22+
<depend>gz-utils2</depend>
23+
<depend>libqt5-core</depend>
24+
<depend>libqt5-qml</depend>
25+
<depend>libqt5-quick</depend>
26+
<depend>libqt5-widgets</depend>
27+
<depend>protobuf-dev</depend>
28+
<depend>qml-module-qt-labs-folderlistmodel</depend>
29+
<depend>qml-module-qt-labs-platform</depend>
30+
<depend>qml-module-qt-labs-settings</depend>
31+
<depend>qml-module-qtcharts</depend>
32+
<depend>qml-module-qtgraphicaleffects</depend>
33+
<depend>qml-module-qtlocation</depend>
34+
<depend>qml-module-qtpositioning</depend>
35+
<depend>qml-module-qtquick-controls2</depend>
36+
<depend>qml-module-qtquick-controls</depend>
37+
<depend>qml-module-qtquick-dialogs</depend>
38+
<depend>qml-module-qtquick-extras</depend>
39+
<depend>qml-module-qtquick-layouts</depend>
40+
<depend>qml-module-qtquick-templates2</depend>
41+
<depend>qml-module-qtquick-window2</depend>
42+
<depend>qml-module-qtquick2</depend>
43+
<depend>qtbase5-dev</depend>
44+
<depend>qtdeclarative5-dev</depend>
45+
<depend>qtquickcontrols2-5-dev</depend>
46+
<depend>tinyxml2</depend>
47+
48+
<test_depend>xvfb</test_depend>
49+
50+
<export>
51+
<build_type>cmake</build_type>
52+
</export>
53+
</package>

0 commit comments

Comments
 (0)