sync flatpak file with submitted one
authorAlan <alan@roojs.com>
Wed, 14 Feb 2024 09:20:43 +0000 (17:20 +0800)
committerAlan <alan@roojs.com>
Wed, 14 Feb 2024 09:20:43 +0000 (17:20 +0800)
org.roojs.roobuilder.json

index 1bf878c..afb9ee2 100644 (file)
         "--socket=fallback-x11",
         "--socket=pulseaudio",
         "--socket=wayland",
-       "--socket=session-bus",
-       "--filesystem=home",
-       "--filesystem=/usr/share/vala-0.56",
-       "--filesystem=/usr/share/vala",         
+       "--filesystem=home",    
         "--filesystem=xdg-download:ro",
         "--filesystem=xdg-music:ro",
         "--filesystem=xdg-run/gvfsd",
@@ -39,6 +36,7 @@
         "*.a"
     ],
     "modules": [
+       "shared-modules/intltool/intltool-0.51.json",
         {
             "name" : "jsonrpc-glib",
             "config-opts" : [
@@ -52,7 +50,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git",
-                    "branch" : "main"
+                    "tag" : "3.44.0"
                 }
             ]
         },
                 {
                     "type": "git",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-common.git",
-                    "branch" : "master"
+                    "tag" : "3.18.0"
 
                 }
             ]
         },
-        {
-            "name": "intltool",
-            "cleanup": [ "*" ],
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
-                    "sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
-                }
-            ]
-        },
+        
            {
             "name" : "gtksourceview",
             "buildsystem" : "meson",
@@ -89,7 +77,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
-                    "branch" : "master"
+                    "tag" : "5.11.1?"
                 }
             ]
         },
                 {
                     "type": "git",
                     "tag": "master",
-                    "url": "https://github.com/roojs/roobuilder.git"
+                    "url": "https://github.com/roojs/roobuilder.git",
+                    "commit" : "c9e3306f3a430ed15155ac45ef097f9d7dbafe03"
                        }
             ],
            "post-install": [
                ]
         }
     ]
-}
\ No newline at end of file
+}