[gnome-2048: 2/4] Changed App ID and other



commit 2de85b6961117ff765b2969ac6a37ab1731c3191
Author: thebitstick <thebitstick tfwno gf>
Date:   Fri Jan 18 18:03:28 2019 -0600

    Changed App ID and other
    
    Changed org.gnome.Gnome2048 to org.gnome.TwentyFortyEight. Limited filesystem access. Added "Stable" 
Flatpak.

 flatpak/org.gnome.TwentyFortyEight-3.30.json       | 57 ++++++++++++++++++++++
 ...json => org.gnome.TwentyFortyEight-master.json} |  9 ++--
 2 files changed, 61 insertions(+), 5 deletions(-)
---
diff --git a/flatpak/org.gnome.TwentyFortyEight-3.30.json b/flatpak/org.gnome.TwentyFortyEight-3.30.json
new file mode 100644
index 0000000..4be7f19
--- /dev/null
+++ b/flatpak/org.gnome.TwentyFortyEight-3.30.json
@@ -0,0 +1,57 @@
+{
+    "app-id":"org.gnome.TwentyFortyEight",
+    "runtime":"org.gnome.Platform",
+    "runtime-version":"3.30",
+    "sdk":"org.gnome.Sdk",
+    "command":"gnome-2048",
+    "rename-icon":"gnome-2048",
+    "rename-desktop-file":"org.gnome.gnome-2048.desktop.in",
+    "finish-args":[
+        "--socket=wayland",
+        "--socket=x11",
+        "--socket=session-bus",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options":{
+        "cflags":"-O2 -g"
+    },
+    "modules":[
+        {
+            "name":"libgee",
+            "config-opts":[
+                "--enable-introspection=no"
+            ],
+            "sources":[
+                {
+                    "type":"archive",
+                    
"url":"https://gitlab.gnome.org/GNOME/libgee/-/archive/3b931369f1cfc190d39fbba4f4e5d235f401b3d5/libgee-3b931369f1cfc190d39fbba4f4e5d235f401b3d5.zip";,
+                    "sha256":"b0adff25f569ec87ca1333b20c41f88b88f522000ada6738dc8758bc95401dee"
+                }
+            ]
+        },
+        {
+            "name":"libgnome-games-support",
+            "sources":[
+                {
+                    "type":"archive",
+                    
"url":"https://gitlab.gnome.org/GNOME/libgnome-games-support/-/archive/9298ef54e22a4b0e81163b3f68b52a24bb41d8bf/libgnome-games-support-9298ef54e22a4b0e81163b3f68b52a24bb41d8bf.zip";,
+                    "sha256":"7c3e0d9be38dde40e60212ac5352d3bbd63fb9d270728ea55c74cd53c3e452a8"
+                }
+            ]
+        },
+        {
+            "name":"gnome-2048",
+            "buildsystem":"meson",
+            "sources":[
+                {
+                    "type":"git",
+                    "branch":"gnome-3-30",
+                    "url":"https://git.gnome.org/browse/gnome-2048";
+                }
+            ]
+        }
+    ]
+}
diff --git a/flatpak/org.gnome.Gnome2048.json b/flatpak/org.gnome.TwentyFortyEight-master.json
similarity index 92%
rename from flatpak/org.gnome.Gnome2048.json
rename to flatpak/org.gnome.TwentyFortyEight-master.json
index c8f43f9..0fde7b1 100644
--- a/flatpak/org.gnome.Gnome2048.json
+++ b/flatpak/org.gnome.TwentyFortyEight-master.json
@@ -1,5 +1,5 @@
 {
-    "app-id":"org.gnome.Gnome2048",
+    "app-id":"org.gnome.TwentyFortyEight",
     "runtime":"org.gnome.Platform",
     "runtime-version":"3.30",
     "sdk":"org.gnome.Sdk",
@@ -14,9 +14,6 @@
         "--socket=wayland",
         "--socket=x11",
         "--socket=session-bus",
-        "--filesystem=home",
-        "--share=network",
-        "--share=ipc",
         "--filesystem=xdg-run/dconf",
         "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf",
@@ -34,6 +31,7 @@
             "sources":[
                 {
                     "type":"git",
+                    "branch":"master",
                     "url":"https://gitlab.gnome.org/GNOME/libgee.git";
                 }
             ]
@@ -54,9 +52,10 @@
             "sources":[
                 {
                     "type":"git",
+                    "branch":"master",
                     "url":"https://git.gnome.org/browse/gnome-2048";
                 }
             ]
         }
     ]
-}
\ No newline at end of file
+}


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