forked from freeciv/freeciv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gtk4x modpack installer .desktop and .metainfo.xml
See osdn #48845 Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
- Loading branch information
Showing
4 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Desktop Entry] | ||
Name=Freeciv modpack installer (gtk4x) | ||
Name[ru]=Установщик модпаков Freeciv (gtk4x) | ||
Comment=Download and install add-ons for Freeciv | ||
Comment[ru]=Скачивайте и устанавливайте дополнения для Freeciv | ||
Exec=freeciv-mp-gtk4x | ||
Icon=freeciv-modpack | ||
StartupNotify=true | ||
Terminal=false | ||
Type=Application | ||
Categories=GTK;Game;StrategyGame; | ||
Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;download;installer; |
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,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<name>Freeciv gtk-4+ modpack installer</name> | ||
<id>org.freeciv.gtk4x.mp</id> | ||
<project_license>GPL-2.0-or-later</project_license> | ||
<metadata_license>CC0</metadata_license> | ||
<summary>Gtk-4 based modpack installer for the Freeciv game</summary> | ||
<description> | ||
<p> | ||
Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your | ||
mission is to lead your tribe from the Stone Age to the Space Age... | ||
</p> | ||
<p> | ||
Freeciv modpack utility can be used to automatically download and install custom rulesets, tilesets, soundsets, and maps for freeciv to use. | ||
</p> | ||
</description> | ||
<launchable type="desktop-id">org.freeciv.gtk4x.mp.desktop</launchable> | ||
|
||
<url type="homepage">https://www.freeciv.org/</url> | ||
<url type="bugtracker">https://osdn.net/projects/freeciv/ticket/</url> | ||
<url type="faq">https://www.freeciv.org/wiki/FAQ</url> | ||
<url type="donation">https://www.freeciv.org/donate.html</url> | ||
<url type="translate">https://www.freeciv.org/wiki/Translations</url> | ||
<url type="contact">https://www.freeciv.org/maillists.html</url> | ||
|
||
<!-- flatpak does not understand these | ||
<url type="vcs-browser">https://github.com/freeciv/freeciv/</url> | ||
<url type="contribute">https://www.freeciv.org/wiki/How_to_Contribute</url> | ||
--> | ||
|
||
<releases> | ||
[release] | ||
</releases> | ||
|
||
<content_rating type="oars-1.0" /> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://files.freeciv.org/screenshots/3.0/modinst.gtk4-3.0.6.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<update_contact>freeciv-dev@freelists.org</update_contact> | ||
</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