From 129670e7e2076cb1a3fc23351af2be670d0e5a59 Mon Sep 17 00:00:00 2001 From: Matthias Mailänder Date: Sat, 18 Feb 2017 18:07:53 +0100 Subject: Add an appdata.xml file for Linux software galleries --- CMakeLists.txt | 2 ++ Makefile.am | 5 +++++ manaplus.appdata.xml | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 manaplus.appdata.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index c3ee3161e..45a1e156c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,8 @@ ENDIF() If(UNIX) INSTALL(FILES manaplus.desktop DESTINATION share/applications) INSTALL(FILES manaplustest.desktop DESTINATION share/applications) + + INSTALL(FILES manaplus.appdata.xml DESTINATION share/appdata) ENDIF() SET(CPACK_PACKAGE_NAME "manaplus") diff --git a/Makefile.am b/Makefile.am index 536592c70..3140badf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,13 @@ desktopdir = $(datarootdir)/applications desktop_DATA = manaplus.desktop \ manaplustest.desktop +appdatadir = $(datarootdir)/appdata + +appdata_DATA = manaplus.appdata.xml + # Extra files to include EXTRA_DIST = $(desktop_DATA) \ + $(appdata_DATA) \ CMakeLists.txt \ po/CMakeLists.txt \ po/*.po \ diff --git a/manaplus.appdata.xml b/manaplus.appdata.xml new file mode 100644 index 000000000..179516c0f --- /dev/null +++ b/manaplus.appdata.xml @@ -0,0 +1,27 @@ + + + manaplus.desktop + CC0-1.0 + GPL-2.0 + The Mana Plus Client + Extended client for The Mana World and similar servers + +

+ ManaPlus is extended client for Evol Online, The Mana World and similar servers + based on eAthena fork. As a 2D style game, Evol Online aims to create a friendly + environment where people can escape reality and interact with others while enjoying + themselves through a fantasy style game. +

+

+ The Mana World (TMW) is a serious effort to create an innovative free and + open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse + interactive world. +

+
+ http://manaplus.org/ + + http://manaplus.org/_media/manaplus_screenshot_8.png + http://manaplus.org/_media/manaplus_screenshot_11.png + http://manaplus.org/_media/manaplus_screenshot_15.png + +
\ No newline at end of file -- cgit v1.2.3-60-g2f50