Skip to content

Commit

Permalink
Merge pull request #1 from winepak/master
Browse files Browse the repository at this point in the history
lazy rebase
  • Loading branch information
julianrichen authored Mar 24, 2019
2 parents ca16ad0 + 6eff1f2 commit c99b143
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 0 deletions.
22 changes: 22 additions & 0 deletions org.winepak.BuildbotTest.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Julian Richen -->
<component type="desktop-application">
<id>org.winepak.BuildbotTest</id>
<launchable type="desktop-id">org.winepak.BuildbotTest.desktop</launchable>
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<name>winepak Buildbot Test</name>
<summary>Test application for testing winepak's Buildbot</summary>
<description>
<p>An application made to test winepak's Buildbot builders.</p>
</description>
<categories>
<category>Utility</category>
</categories>
<content_rating type="oars-1.1" />
<url type="homepage">https://www.winepak.org/</url>
<url type="bugtracker">https://github.com/winepak/org.winepak.BuildbotTest</url>
<releases>
<release version="1.0.0" date="2019-03-24"/>
</releases>
</component>
10 changes: 10 additions & 0 deletions org.winepak.BuildbotTest.desktop
Original file line number Diff line number Diff line change
@@ -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;
78 changes: 78 additions & 0 deletions org.winepak.BuildbotTest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions org.winepak.BuildbotTest.yml → org.winepak.BuildbotTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c99b143

Please sign in to comment.