From c3a3185fc709b141bde5b88da19afbdc502fb2be Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 26 Nov 2019 11:02:07 +0000 Subject: [PATCH] Add to appdata Submitted upstream at https://github.com/MegaGlest/megaglest-data/pull/28 --- appdata-Add-releases-section.patch | 43 ++++++++++++++++++++++++++++++ org.megaglest.MegaGlest.json | 4 +++ 2 files changed, 47 insertions(+) create mode 100644 appdata-Add-releases-section.patch diff --git a/appdata-Add-releases-section.patch b/appdata-Add-releases-section.patch new file mode 100644 index 0000000..b26ec68 --- /dev/null +++ b/appdata-Add-releases-section.patch @@ -0,0 +1,43 @@ +From 3a3679d0c2ebafa5cec3e90a484974add4d05269 Mon Sep 17 00:00:00 2001 +From: Will Thompson +Date: Tue, 26 Nov 2019 10:53:54 +0000 +Subject: [PATCH] appdata: Add section + +This is used by applications like GNOME Software to show release notes, +by Flatpak to determine the human-facing version number for the +application, and is now mandatory for applications on Flathub. + +https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases +--- + others/appdata/megaglest.appdata.xml | 15 +++++++++++++++ + 1 file changed, 15 insertions(+) + +diff --git a/others/appdata/megaglest.appdata.xml b/others/appdata/megaglest.appdata.xml +index 886d282d..a42f6ae5 100644 +--- a/others/appdata/megaglest.appdata.xml ++++ b/others/appdata/megaglest.appdata.xml +@@ -37,6 +37,21 @@ + http://translate.megaglest.org + The MegaGlest Team + contact_at_megaglest.org ++ ++ ++ https://megaglest.org/news/44/17/MegaGlest-3.13.0-released ++ ++

The MegaGlest team is proud to release v3.13.0. Notable improvements to this release include:

++
    ++
  • Multi-building select and key-binding for production of units
  • ++
  • Buildings of the same type can be added to a control group, which means multiple units can be produced with a single click
  • ++
  • A crash (out of sync) that sometimes happened when playing with Fog-of-War disabled has been fixed
  • ++
  • Improved AI behavior
  • ++
  • To help keep multi-player games more balanced and to ensure that players are practiced enough to harvest resources and beat a normal CPU, a scenario is automatically launched the first time a user tries to enter the lobby. The scenario must be won before the player can actually enter the lobby.
  • ++
++
++
++
+ + none + moderate +-- +2.20.1 + diff --git a/org.megaglest.MegaGlest.json b/org.megaglest.MegaGlest.json index 8d9a009..08ede9e 100644 --- a/org.megaglest.MegaGlest.json +++ b/org.megaglest.MegaGlest.json @@ -107,6 +107,10 @@ "type": "archive", "url": "https://github.com/MegaGlest/megaglest-data/releases/download/3.13.0/megaglest-data-3.13.0.tar.xz", "sha256": "43de3ca668f0419e84ec6b37fa41dd6eb88052752a8a11f5e02ea13f86faef46" + }, + { + "type": "patch", + "path": "appdata-Add-releases-section.patch" } ] }