From a78a181cbf7c2784f17f9c753c34e9f4ac003c58 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 7 Dec 2016 17:31:25 -0500 Subject: [PATCH] Add AppStream appdata/metainfo file This completes the set of metadata files installed for Linux systems. Fixes #27. --- CMakeLists.txt | 2 +- Dist/lugaru.appdata.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 Dist/lugaru.appdata.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b5f226..0c9ab66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -252,7 +252,7 @@ if(LINUX) install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/lugaru DESTINATION ${CMAKE_INSTALL_BINDIR}) # Trailing '/' is significant, it installs and _renames_ Data/ as the destination folder install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data/ DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}) - #install(FILES ${CMAKE_SOURCE_DIR}/Dist/lugaru.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/appdata) + install(FILES ${CMAKE_SOURCE_DIR}/Dist/lugaru.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/appdata) install(FILES ${CMAKE_SOURCE_DIR}/Dist/lugaru.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) install(FILES ${CMAKE_SOURCE_DIR}/Dist/lugaru.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/128x128/apps) install(FILES ${CMAKE_SOURCE_DIR}/Dist/lugaru.6 DESTINATION ${CMAKE_INSTALL_MANDIR}/man6) diff --git a/Dist/lugaru.appdata.xml b/Dist/lugaru.appdata.xml new file mode 100644 index 0000000..a9c45e5 --- /dev/null +++ b/Dist/lugaru.appdata.xml @@ -0,0 +1,31 @@ + + + + lugaru.desktop + CC-BY-SA-4.0 + GPL-2.0+ and CC-BY-SA-3.0 + Lugaru HD + Third person ninja rabbit fighting game + +

+ Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game. + The main character, Turner, is an anthropomorphic rebel bunny rabbit with impressive combat skills. +

+ +

+ In his quest to find those responsible for slaughtering his village, + he uncovers a far-reaching conspiracy involving the corrupt leaders + of the rabbit republic and the starving wolves from a nearby den. + Turner takes it upon himself to fight against their plot and save + his fellow rabbits from slavery. +

+
+ + + https://osslugaru.gitlab.io/images/lugaru-banner.png + + + https://osslugaru.gitlab.io/ + ngompa13_at_gmail.com +
+ -- 2.39.2