-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zelda-roth-se: Add appstream metainfo
**Summary** Add appstream metainfo (Part of #1389)
- Loading branch information
Showing
4 changed files
with
56 additions
and
17 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
packages/z/zelda-roth-se/files/fr.zeldaroth.zroth.metainfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>fr.zeldaroth.zroth</id> | ||
|
||
<name>The Legend of Zelda - Return of the Hylian SE</name> | ||
<summary>A remake of the original Zelda Return of the Hylian, a short and pleasant fangame from Vincent Jouillat</summary> | ||
|
||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>CC-BY-SA-3.0</project_license> | ||
<project_license>GPL-2.0-or-later</project_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<description> | ||
<p> | ||
Zelda Return of the Hylian Solarus Edition is a remake of the original Zelda Return of the Hylian, a short and pleasant fangame from Vincent Jouillat. The original game was developed in C++ and was released in 2006. | ||
</p> | ||
<p> | ||
This new version was developed with the Solarus engine by Christopho, Mymy and Vincent Jouillat. While this is essentially the same game, a lot of details were improved thanks to the use of Solarus | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">zelda-roth-se.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>http://www.zeldaroth.fr/images/roth/s14.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://www.zeldaroth.fr/images/roth/s1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://www.zeldaroth.fr/images/roth/s11.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
name : zelda-roth-se | ||
version : 1.2.1 | ||
release : 7 | ||
release : 8 | ||
source : | ||
- https://gitlab.com/solarus-games/zelda-roth-se/-/archive/v1.2.1/zelda-roth-se-v1.2.1.tar.bz2 : 1cff44fe97eab1327a0c0d11107ca10ea983a652c4780487f00f2660a6ab23c0 | ||
- https://gitlab.com/solarus-games/games/zelda-roth-se/-/archive/v1.2.1/zelda-roth-se-v1.2.1.tar.bz2 : 1cff44fe97eab1327a0c0d11107ca10ea983a652c4780487f00f2660a6ab23c0 | ||
homepage : http://www.zeldaroth.fr/us/ | ||
license : | ||
- CC-BY-SA-3.0 | ||
- GPL-2.0-or-later | ||
- GPL-3.0-or-later | ||
component : games.rpg | ||
summary : Zelda - Return of the Hylian SE - a remake of the original Zelda Return of the Hylian, a short and pleasant fangame from Vincent Jouillat. | ||
summary : A remake of the original Zelda Return of the Hylian, a short and pleasant fangame from Vincent Jouillat | ||
description: | | ||
Zelda - Return of the Hylian SE - a remake of the original Zelda Return of the Hylian, a short and pleasant fangame from Vincent Jouillat. | ||
Zelda Return of the Hylian Solarus Edition is a remake of the original Zelda Return of the Hylian, a short and pleasant fangame from Vincent Jouillat. The original game was developed in C++ and was released in 2006. | ||
This new version was developed with the Solarus engine by Christopho, Mymy and Vincent Jouillat. While this is essentially the same game, a lot of details were improved thanks to the use of Solarus | ||
rundeps : | ||
- solarus | ||
setup : | | ||
%cmake -DCMAKE_BUILD_TYPE=Release . | ||
%cmake_ninja | ||
build : | | ||
%make | ||
%ninja_build | ||
install : | | ||
%make_install | ||
%ninja_install | ||
for i in 16 24 32 48 64 128 256 512 1024; do \ | ||
install -D -m 00644 data/logos/icon_$i.png $installdir/usr/share/icons/hicolor/"$i"x"$i"/apps/zelda-roth-se.png; \ | ||
done | ||
install -D -m 00644 $pkgfiles/zelda-roth-se.desktop $installdir/usr/share/applications/zelda-roth-se.desktop | ||
install -Dm00644 $pkgfiles/zelda-roth-se.desktop -t $installdir/usr/share/applications/ | ||
install -Dm00644 $pkgfiles/fr.zeldaroth.zroth.metainfo.xml -t $installdir/usr/share/metainfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters