diff --git a/CMakeLists.txt b/CMakeLists.txt index 0272f61..d7dd1b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/resources/linux/planetblupi.appdata.xml b/resources/linux/planetblupi.appdata.xml new file mode 100644 index 0000000..4393d3e --- /dev/null +++ b/resources/linux/planetblupi.appdata.xml @@ -0,0 +1,21 @@ + + + planetblupi + GPL-3.0 + GPL-3.0+ + Planet Blupi + Planet Blupi - A delirious spell-binding game + +

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.

+
+ planetblupi.desktop + http://blupi.org/ + + + http://devel.schroetersa.ch/blupi.org/download/screen/planetblupi.png + + + + planetblupi.desktop + +
\ No newline at end of file