From 8ccd482f2bbdf5ce1febbf2eb78fee491ba2fa0b Mon Sep 17 00:00:00 2001 From: jak1 Date: Sat, 18 Dec 2021 13:54:20 +0100 Subject: changed appdata to metainfo fixes #56 --- Makefile.am | 4 ++-- manaplus.appdata.xml | 32 -------------------------------- manaplus.metainfo.xml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 manaplus.appdata.xml create mode 100644 manaplus.metainfo.xml diff --git a/Makefile.am b/Makefile.am index 603cf8e16..70c6981be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,9 @@ desktopdir = $(datarootdir)/applications desktop_DATA = manaplus.desktop \ manaplustest.desktop -appdatadir = $(datarootdir)/appdata +appdatadir = $(datarootdir)/metainfo -appdata_DATA = manaplus.appdata.xml +appdata_DATA = manaplus.metainfo.xml # Extra files to include EXTRA_DIST = $(desktop_DATA) \ diff --git a/manaplus.appdata.xml b/manaplus.appdata.xml deleted file mode 100644 index 9feacda7f..000000000 --- a/manaplus.appdata.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - 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 - - - mild - mild - intense - -
diff --git a/manaplus.metainfo.xml b/manaplus.metainfo.xml new file mode 100644 index 000000000..1e5f5eead --- /dev/null +++ b/manaplus.metainfo.xml @@ -0,0 +1,32 @@ + + + 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 + + + mild + mild + intense + +
-- cgit v1.2.3-60-g2f50