mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add minimal metainfo XML file
This commit is contained in:
parent
f28a0c61bd
commit
20a7f344cf
@ -311,6 +311,10 @@ if (NOT BUILD_JS)
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
install (DIRECTORY resources/icon/hicolor DESTINATION share/icons)
|
||||
install (
|
||||
FILES resources/linux/${PB_PACKAGE_NAME}.appdata.xml
|
||||
DESTINATION share/metainfo
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (NOT USE_APPIMAGE)
|
||||
|
21
resources/linux/planetblupi.appdata.xml
Normal file
21
resources/linux/planetblupi.appdata.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>planetblupi</id>
|
||||
<metadata_license>GPL-3.0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<name>Planet Blupi</name>
|
||||
<summary>Planet Blupi - A delirious spell-binding game</summary>
|
||||
<description>
|
||||
<p>Planet Blupi is a strategy and adventure game. It subtly blends action with thought-provoking challenges. Behind the quiet and gentle facade, you'll enjoy a fascinating diversion full of surprises.</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">planetblupi.desktop</launchable>
|
||||
<url type="homepage">http://blupi.org/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>http://devel.schroetersa.ch/blupi.org/download/screen/planetblupi.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>planetblupi.desktop</id>
|
||||
</provides>
|
||||
</component>
|
Loading…
x
Reference in New Issue
Block a user