Skip to content

Commit

Permalink
armagetronad: Fix appstream generation
Browse files Browse the repository at this point in the history
**Summary**

Rename app  icon to follow appstream metainfo
  • Loading branch information
malfisya committed Jan 11, 2025
1 parent a983927 commit cd23c9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions packages/a/armagetronad/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : armagetronad
version : 0.2.9.2.3
release : 14
release : 15
source :
- https://launchpad.net/armagetronad/0.2.9/0.2.9.2.3/+download/armagetronad-0.2.9.2.3.tbz : 330cb65610d1f6f1374f4156352eb687d7b1bccc0b391fde3d771549c5a5d928
homepage : https://www.armagetronad.org/
Expand Down Expand Up @@ -36,6 +36,6 @@ install : |
#Places files in correct directory
install -Dm00644 desktop/armagetronad.desktop $installdir/usr/share/applications/org.armagetronad.armagetronad.desktop
install -Dm00644 desktop/armagetronad.appdata.xml $installdir/usr/share/appdata/armagetronad.appdata.xml
install -Dm00644 desktop/icons/16x16/armagetronad.png $installdir/usr/share/icons/hicolor/16x16/apps/armagetronad.png
install -Dm00644 desktop/icons/32x32/armagetronad.png $installdir/usr/share/icons/hicolor/32x32/apps/armagetronad.png
install -Dm00644 desktop/icons/48x48/armagetronad.png $installdir/usr/share/icons/hicolor/48x48/apps/armagetronad.png
install -Dm00644 desktop/icons/16x16/armagetronad.png $installdir/usr/share/icons/hicolor/16x16/apps/org.armagetronad.armagetronad.png
install -Dm00644 desktop/icons/32x32/armagetronad.png $installdir/usr/share/icons/hicolor/32x32/apps/org.armagetronad.armagetronad.png
install -Dm00644 desktop/icons/48x48/armagetronad.png $installdir/usr/share/icons/hicolor/48x48/apps/org.armagetronad.armagetronad.png
18 changes: 9 additions & 9 deletions packages/a/armagetronad/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>armagetronad</Name>
<Homepage>https://www.armagetronad.org/</Homepage>
<Packager>
<Name>David Harder</Name>
<Email>[email protected]</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>games.arcade</PartOf>
Expand Down Expand Up @@ -130,18 +130,18 @@
<Path fileType="doc">/usr/share/doc/armagetronad/html/readme_macosx.html</Path>
<Path fileType="doc">/usr/share/doc/armagetronad/html/todo.html</Path>
<Path fileType="doc">/usr/share/doc/armagetronad/html/versions.html</Path>
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/armagetronad.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/32x32/apps/armagetronad.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/48x48/apps/armagetronad.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/org.armagetronad.armagetronad.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/32x32/apps/org.armagetronad.armagetronad.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/48x48/apps/org.armagetronad.armagetronad.png</Path>
</Files>
</Package>
<History>
<Update release="14">
<Date>2024-12-17</Date>
<Update release="15">
<Date>2025-01-11</Date>
<Version>0.2.9.2.3</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>[email protected]</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit cd23c9b

Please sign in to comment.