From f7d5ec4e759be3a99935bd381684c2f5b47990f0 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 14 Feb 2024 17:20:43 +0800 Subject: [PATCH] sync flatpak file with submitted one --- org.roojs.roobuilder.json | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/org.roojs.roobuilder.json b/org.roojs.roobuilder.json index 1bf878c92..afb9ee2e4 100644 --- a/org.roojs.roobuilder.json +++ b/org.roojs.roobuilder.json @@ -18,10 +18,7 @@ "--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" } ] }, @@ -62,22 +60,12 @@ { "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?" } ] }, @@ -101,7 +89,8 @@ { "type": "git", "tag": "master", - "url": "https://github.com/roojs/roobuilder.git" + "url": "https://github.com/roojs/roobuilder.git", + "commit" : "c9e3306f3a430ed15155ac45ef097f9d7dbafe03" } ], "post-install": [ @@ -111,4 +100,4 @@ ] } ] -} \ No newline at end of file +} -- 2.39.2