summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Glade.json
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/flatpak/org.gnome.Glade.json')
-rw-r--r--build-aux/flatpak/org.gnome.Glade.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Glade.json b/build-aux/flatpak/org.gnome.Glade.json
new file mode 100644
index 00000000..0694aa7c
--- /dev/null
+++ b/build-aux/flatpak/org.gnome.Glade.json
@@ -0,0 +1,31 @@
+{
+ "app-id" : "org.gnome.Glade",
+ "runtime" : "org.gnome.Sdk",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "glade",
+ "tags" : [
+ "nightly"
+ ],
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "modules" : [
+ {
+ "name" : "glade",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "config-opts" : [
+ "--libdir=lib",
+ "--buildtype=debugoptimized",
+ ],
+ "sources" : [
+ {
+ "disable-shallow-clone" : true,
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/glade.git",
+ "branch" : "tintou/gtk4"
+ }
+ ]
+ }
+ ]
+}
+