Skip to content

Commit

Permalink
Merge pull request #233 from Mailaender/appdata
Browse files Browse the repository at this point in the history
Fixed the AppStream metadata
  • Loading branch information
kovzol authored Aug 30, 2022
2 parents 3721f81 + 0727c67 commit 012d841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/create-deb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cp "$MAINDIR/xdg/xaos.png" "$PIXDIR"

APPDIR=$FSDIR/usr/share/applications
mkdir -p "$APPDIR"
cp "$MAINDIR/xdg/io.github.xaos-project.desktop" "$APPDIR"
cp "$MAINDIR/xdg/io.github.xaos_project.XaoS.desktop" "$APPDIR"

mkdir -p "$FSDIR/DEBIAN"
echo -n "Package: xaos
Expand Down
File renamed without changes.
6 changes: 4 additions & 2 deletions xdg/xaos.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.xaos-project</id>
<id>io.github.xaos_project.XaoS</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>XaoS</name>
Expand All @@ -21,7 +21,7 @@
</p>
</description>

<launchable type="desktop-id">io.github.xaos-project.desktop</launchable>
<content_rating type="oars-1.1" />

<screenshots>
<screenshot type="default">
Expand All @@ -48,6 +48,8 @@
<binary>xaos</binary>
</provides>

<launchable type="desktop-id">io.github.xaos_project.XaoS.desktop</launchable>

<releases>
<release version="4.2.1" date="2021-02-01">
<description>
Expand Down

0 comments on commit 012d841

Please sign in to comment.