mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-12-24 00:04:49 -05:00
First commit
This commit is contained in:
commit
21f6de640b
31
build-aux/flatpak/org.gnome.Glade.json
Normal file
31
build-aux/flatpak/org.gnome.Glade.json
Normal 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
5
meson.build
Normal file
@ -0,0 +1,5 @@
|
||||
project('glade', 'c', version: '3.99.0')
|
||||
|
||||
subdir('lib')
|
||||
subdir('src')
|
||||
subdir('test')
|
||||
Loading…
x
Reference in New Issue
Block a user