Commit 4be616dd authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

flatpak: simplify manifest

parent 10b0843d
{ {
"app-id" : "org.gnome.TourDevel", "app-id": "org.gnome.TourDevel",
"runtime" : "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version" : "master", "runtime-version": "master",
"sdk" : "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"sdk-extensions" : [ "sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable" "org.freedesktop.Sdk.Extension.rust-stable"
], ],
"command" : "gnome-tour", "command": "gnome-tour",
"tags" : [ "finish-args": [
"nightly"
],
"finish-args" : [
"--share=ipc", "--share=ipc",
"--socket=fallback-x11", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
"--device=dri" "--device=dri"
], ],
"build-options" : { "build-options": {
"append-path" : "/usr/lib/sdk/rust-stable/bin", "append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args" : [ "build-args": [
"--share=network" "--share=network"
], ]
"env" : {
"GTK_DEBUG" : "interactive",
"CARGO_HOME" : "/run/build/gnome-tour/cargo",
"RUST_BACKTRACE" : "1"
}
}, },
"modules" : [ "modules": [
{ {
"name" : "libadwaita", "name": "libadwaita",
"buildsystem" : "meson", "buildsystem": "meson",
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git", "url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"branch" : "main" "branch": "main"
} }
] ]
}, },
{ {
"name" : "gnome-tour", "name": "gnome-tour",
"buildsystem" : "meson", "buildsystem": "meson",
"config-opts" : [ "config-opts": [
"-Dprofile=development" "-Dprofile=development"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/gnome-tour.git" "url": "https://gitlab.gnome.org/GNOME/gnome-tour.git"
} }
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment