[gnome-dictionary/gnome-3-24] Use the appropriate runtime and branch for stable Flatpaks



commit 747162fcfe85b82faada2f4aafaeb5b1f9362652
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 11 09:52:42 2017 +0100

    Use the appropriate runtime and branch for stable Flatpaks
    
    Use the 3.24 branch for both the runtime and the Git source.

 data/org.gnome.Dictionary.json |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/data/org.gnome.Dictionary.json b/data/org.gnome.Dictionary.json
index fc9108c..6e079be 100644
--- a/data/org.gnome.Dictionary.json
+++ b/data/org.gnome.Dictionary.json
@@ -1,19 +1,14 @@
 {
     "app-id": "org.gnome.Dictionary",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
+    "runtime-version": "3.24",
     "sdk": "org.gnome.Sdk",
     "command": "gnome-dictionary",
-    "tags": ["nightly"],
-    "desktop-file-name-prefix": "(Nightly) ",
+    "tags": [],
     "finish-args": [
-        /* X11 + XShm access */
         "--share=ipc", "--socket=x11",
-        /* Wayland access */
         "--socket=wayland",
-        /* Needs to talk to the network: */
         "--share=network",
-        /* Needed for dconf to work */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
@@ -37,7 +32,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-dictionary"
+                    "url": "git://git.gnome.org/gnome-dictionary",
+                    "branch": "gnome-3-24"
                 }
             ]
         }


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