Skip to content

Commit

Permalink
Merge pull request #1219 from Murmele/updateAppdata
Browse files Browse the repository at this point in the history
update appdata for new version
  • Loading branch information
kerizane committed Aug 4, 2022
2 parents ee924ba + 171508b commit 1080653
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/build_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ env:


jobs:
appdata_validation:
name: "Appdata Validation"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

# Command copied from flathub build process
- name: Validate appdata file
run: |
sudo apt install flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y org.freedesktop.appstream-glib
flatpak run --env=G_DEBUG=fatal-criticals org.freedesktop.appstream-glib validate ./buildconfig/flatpak/org.tuxemon.Tuxemon.appdata.xml
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
Expand All @@ -35,19 +51,6 @@ jobs:
if_true: 'stable'
if_false: 'development'


- name: Checkout repository
uses: actions/checkout@v2

# Command copied from flathub build process
- name: Validate appdata file
if: matrix.env.ninja_platform == 'linux' && !matrix.qt.check_only
run: |
sudo apt install flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y org.freedesktop.appstream-glib
flatpak run --env=G_DEBUG=fatal-criticals org.freedesktop.appstream-glib validate ./buildconfig/flatpak/org.tuxemon.Tuxemon.appdata.xml
- name: Clone flatpak manifest from Flathub
uses: GuillaumeFalourd/clone-github-repo-action@v1
with:
Expand Down
14 changes: 14 additions & 0 deletions buildconfig/flatpak/org.tuxemon.Tuxemon.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@
</provides>

<releases>
<release version="0.4.34" date="2022-08-03">
<description>
<p>Bug and Feature Release</p>
<ul>
<li>2 new cutscenes in Xero campaign by Zhongtiao</li>
<li>Greenwash dungeon added to Spyder campaign by Sanglorian</li>
<li>Battles now start automatically in Spyder campaign if a trainer spots the player</li>
<li>Shopkeepers added to every town in Spyder campaign</li>
<li>Added battle background images for Forest, Cave, and Ocean battles</li>
<li>Many bug fixes</li>
<li>Dancing flowers! Added by freshreplicant</li>
</ul>
</description>
</release>
<release version="0.4.33" date="2021-11-19">
<description>
<p>Initial Flathub release</p>
Expand Down

0 comments on commit 1080653

Please sign in to comment.