[glade/tintou/gtk4] First commit



commit 21f6de640b33cf2897dca652cdef002a37bf297d
Author: Corentin Noël <corentin noel collabora com>
Date:   Mon Sep 9 16:43:23 2019 +0200

    First commit

 build-aux/flatpak/org.gnome.Glade.json | 31 +++++++++++++++++++++++++++++++
 meson.build                            |  5 +++++
 2 files changed, 36 insertions(+)
---
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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]