First commit

This commit is contained in:
Corentin Noël 2019-09-09 16:43:23 +02:00
commit 21f6de640b
2 changed files with 36 additions and 0 deletions

View File

@ -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"
}
]
}
]
}

5
meson.build Normal file
View File

@ -0,0 +1,5 @@
project('glade', 'c', version: '3.99.0')
subdir('lib')
subdir('src')
subdir('test')