From 6eff1f23bdb4df0a9a65a6f0c2b0c8e9e8e6479e Mon Sep 17 00:00:00 2001 From: Julian Richen Date: Sun, 24 Mar 2019 15:11:38 -0400 Subject: [PATCH] Make example application more complete --- org.winepak.BuildbotTest.appdata.xml | 22 ++++++ org.winepak.BuildbotTest.desktop | 10 +++ org.winepak.BuildbotTest.svg | 78 +++++++++++++++++++ ...tTest.yml => org.winepak.BuildbotTest.yaml | 10 +++ 4 files changed, 120 insertions(+) create mode 100644 org.winepak.BuildbotTest.appdata.xml create mode 100644 org.winepak.BuildbotTest.desktop create mode 100644 org.winepak.BuildbotTest.svg rename org.winepak.BuildbotTest.yml => org.winepak.BuildbotTest.yaml (51%) diff --git a/org.winepak.BuildbotTest.appdata.xml b/org.winepak.BuildbotTest.appdata.xml new file mode 100644 index 0000000..110c9bd --- /dev/null +++ b/org.winepak.BuildbotTest.appdata.xml @@ -0,0 +1,22 @@ + + + + org.winepak.BuildbotTest + org.winepak.BuildbotTest.desktop + GPL-3.0 + CC0-1.0 + winepak Buildbot Test + Test application for testing winepak's Buildbot + +

An application made to test winepak's Buildbot builders.

+
+ + Utility + + + https://www.winepak.org/ + https://github.com/winepak/org.winepak.BuildbotTest + + + +
diff --git a/org.winepak.BuildbotTest.desktop b/org.winepak.BuildbotTest.desktop new file mode 100644 index 0000000..d38c651 --- /dev/null +++ b/org.winepak.BuildbotTest.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=winepak Buildbot Test +Comment=Test application for testing winepak's Buildbot +Exec=winepak-buildbot-test %U +Icon=org.winepak.BuildbotTest +StartupNotify=true +Terminal=true +Type=Application +Categories=Utility +Keywords=winepak;buildbot; diff --git a/org.winepak.BuildbotTest.svg b/org.winepak.BuildbotTest.svg new file mode 100644 index 0000000..51770f6 --- /dev/null +++ b/org.winepak.BuildbotTest.svg @@ -0,0 +1,78 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/org.winepak.BuildbotTest.yml b/org.winepak.BuildbotTest.yaml similarity index 51% rename from org.winepak.BuildbotTest.yml rename to org.winepak.BuildbotTest.yaml index 6eca654..29773bd 100644 --- a/org.winepak.BuildbotTest.yml +++ b/org.winepak.BuildbotTest.yaml @@ -22,8 +22,18 @@ modules: build-commands: - install -d /app/bin - install winepak-buildbot-test /app/bin + - install -Dm644 org.winepak.BuildbotTest.appdata.xml /app/share/appdata/org.winepak.BuildbotTest.appdata.xml + - install -Dm644 org.winepak.BuildbotTest.desktop /app/share/applications/org.winepak.BuildbotTest.desktop + - install -Dm664 org.winepak.BuildbotTest.svg /app/share/icons/hicolor/scalable/apps/org.winepak.BuildbotTest.svg sources: - type: script dest-filename: winepak-buildbot-test commands: - echo "it works" + + - type: file + path: org.winepak.BuildbotTest.appdata.xml + - type: file + path: org.winepak.BuildbotTest.desktop + - type: file + path: org.winepak.BuildbotTest.svg