summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2019-09-09 16:43:23 +0200
committerCorentin Noël <corentin.noel@collabora.com>2019-09-09 16:44:52 +0200
commit21f6de640b33cf2897dca652cdef002a37bf297d (patch)
treeb8f6a28cff27fe86856b4f5547673c837627edbf
downloadglade-tintou/gtk4.tar.gz
First committintou/gtk4
-rw-r--r--build-aux/flatpak/org.gnome.Glade.json31
-rw-r--r--meson.build5
2 files changed, 36 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"
+ }
+ ]
+ }
+ ]
+}
+
diff --git a/meson.build b/meson.build
new file mode 100644
index 00000000..b99358e3
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,5 @@
+project('glade', 'c', version: '3.99.0')
+
+subdir('lib')
+subdir('src')
+subdir('test')