After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780126 - flatpak: Add manifest
flatpak: Add manifest
Status: RESOLVED FIXED
Product: gnome-chess
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: gnome-chess-maint
gnome-chess-maint
Depends on:
Blocks:
 
 
Reported: 2017-03-16 04:03 UTC by Florian Müllner
Modified: 2017-03-17 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
flatpak: Add manifest (2.06 KB, patch)
2017-03-16 04:03 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2017-03-16 04:03:03 UTC
See patch.
Comment 1 Florian Müllner 2017-03-16 04:03:07 UTC
Created attachment 348057 [details] [review]
flatpak: Add manifest

There are currently too few games on http://flatpak.org/apps.html,
let's change that!
Comment 2 Michael Catanzaro 2017-03-17 03:30:28 UTC
Review of attachment 348057 [details] [review]:

OK cool! Since this doesn't touch any of the code, I think it's fine to commit during the freeze.

::: org.gnome.chess.json
@@ +29,3 @@
+                {
+                    "type": "archive",
+                    "url": "http://ftpmirror.gnu.org/chess/gnuchess-6.2.3.tar.gz",

It matters a lot less because of the sha256sum, but this is available via https too, so let's use it.

@@ +39,3 @@
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-chess"

https://git.gnome.org/browse/gnome-chess
Comment 3 Florian Müllner 2017-03-17 09:29:15 UTC
Attachment 348057 [details] pushed as 9fbdd1b - flatpak: Add manifest