[devhelp/gnome-3-24] flatpak: change manifest for 3.24 stable version



commit 307372cc24c854fd3a6abdb0128e4b7d5a13082a
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Mar 29 11:59:12 2017 +0200

    flatpak: change manifest for 3.24 stable version

 flatpak/org.gnome.Devhelp.json |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/flatpak/org.gnome.Devhelp.json b/flatpak/org.gnome.Devhelp.json
index fc04b99..a26c676 100644
--- a/flatpak/org.gnome.Devhelp.json
+++ b/flatpak/org.gnome.Devhelp.json
@@ -1,12 +1,12 @@
 {
     "app-id": "org.gnome.Devhelp",
     "runtime": "org.gnome.Sdk",
-    "runtime-version": "master",
+    "runtime-version": "3.24",
+    "branch": "stable",
     "sdk": "org.gnome.Sdk",
     "command": "devhelp",
     "rename-icon": "devhelp",
-    "tags": ["nightly"],
-    "desktop-file-name-prefix": "(Nightly) ",
+    "tags": [],
     "finish-args": [
         /* X11 + XShm access */
         "--share=ipc", "--socket=x11",
@@ -30,12 +30,11 @@
     "modules": [
         {
             "name": "devhelp",
-            "config-opts": ["--disable-Werror"],
             "sources": [
                 {
-                    "type": "git",
-                    "url": "git://git.gnome.org/devhelp",
-                    "branch": "master"
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/devhelp/3.24/devhelp-3.24.0.tar.xz";,
+                    "sha256": "4858de1c815532ad160d1bf9facd28859972e3a052908a8edf73f866c8cce430"
                 }
             ]
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]