X-Git-Url: http://git.roojs.org/?p=roobuilder;a=blobdiff_plain;f=org.roojs.roobuilder.json;h=0aa133820e34560a6291abe1d228f1373ae0ae1b;hp=1bf878c92c038c53f4b0796f9f03a1c5503e96ce;hb=HEAD;hpb=f51a16d170b90bc549fcb95d8f6d6ed50cca5c9c diff --git a/org.roojs.roobuilder.json b/org.roojs.roobuilder.json index 1bf878c92..c625c063a 100644 --- a/org.roojs.roobuilder.json +++ b/org.roojs.roobuilder.json @@ -18,14 +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=xdg-download:ro", - "--filesystem=xdg-music:ro", - "--filesystem=xdg-run/gvfsd", - "--filesystem=xdg-run/pipewire-0:ro" + "--filesystem=home" ], "cleanup": [ "/include", @@ -39,12 +32,13 @@ "*.a" ], "modules": [ + "shared-modules/intltool/intltool-0.51.json", { "name" : "jsonrpc-glib", "config-opts" : [ "--buildtype=debugoptimized", "-Denable_tests=false", - "-Denable_gtk_doc=true" + "-Denable_gtk_doc=false" ], "buildsystem" : "meson", "builddir" : true, @@ -52,7 +46,7 @@ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git", - "branch" : "main" + "tag" : "3.44.0" } ] }, @@ -62,36 +56,22 @@ { "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", + { + "name": "roojspacker", "buildsystem" : "meson", - "config-opts" : [ - "--buildtype=debugoptimized", - "-Dsysprof=false" - ], - "sources" : [ + "builddir" : true, + "sources": [ { - "type" : "git", - "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git", - "branch" : "master" + "type": "git", + "url": "https://github.com/roojs/roojspacker.git", + "tag": "release-1.5" } - ] + ] }, { "name": "roobuilder", @@ -100,8 +80,8 @@ "sources": [ { "type": "git", - "tag": "master", - "url": "https://github.com/roojs/roobuilder.git" + "url": "https://github.com/roojs/roobuilder.git", + "tag" : "release-5.0.4" } ], "post-install": [ @@ -111,4 +91,4 @@ ] } ] -} \ No newline at end of file +}