2019-04-02 00:31:17 +00:00
|
|
|
{
|
2020-08-10 13:10:12 +00:00
|
|
|
"app-id" : "org.gtk.IconBrowser4",
|
|
|
|
"runtime" : "org.gnome.Platform",
|
|
|
|
"runtime-version" : "master",
|
|
|
|
"sdk" : "org.gnome.Sdk",
|
|
|
|
"command" : "gtk4-icon-browser",
|
|
|
|
"tags" : [
|
|
|
|
"devel",
|
|
|
|
"development",
|
|
|
|
"nightly"
|
|
|
|
],
|
|
|
|
"desktop-file-name-prefix" : "(Development) ",
|
|
|
|
"finish-args" : [
|
2019-04-02 00:31:17 +00:00
|
|
|
"--device=dri",
|
|
|
|
"--share=ipc",
|
|
|
|
"--socket=fallback-x11",
|
|
|
|
"--socket=wayland",
|
2020-08-10 13:10:12 +00:00
|
|
|
"--talk-name=org.gtk.vfs",
|
|
|
|
"--talk-name=org.gtk.vfs.*"
|
2019-04-02 00:31:17 +00:00
|
|
|
],
|
2020-08-10 13:10:12 +00:00
|
|
|
"cleanup" : [
|
2019-04-02 00:31:17 +00:00
|
|
|
"/include",
|
2020-08-10 13:10:12 +00:00
|
|
|
"/lib/pkgconfig",
|
|
|
|
"/share/pkgconfig",
|
2019-04-02 00:31:17 +00:00
|
|
|
"/share/aclocal",
|
2020-08-10 13:10:12 +00:00
|
|
|
"/man",
|
|
|
|
"/share/man",
|
|
|
|
"/share/gtk-doc",
|
|
|
|
"*.la",
|
|
|
|
".a",
|
2019-04-02 00:31:17 +00:00
|
|
|
"/lib/girepository-1.0",
|
|
|
|
"/share/gir-1.0",
|
|
|
|
"/share/doc"
|
|
|
|
],
|
2020-08-10 13:10:12 +00:00
|
|
|
"modules" : [
|
2019-04-02 00:31:17 +00:00
|
|
|
{
|
|
|
|
"name" : "wayland",
|
2021-03-05 17:00:17 +00:00
|
|
|
"buildsystem" : "meson",
|
2019-04-02 00:31:17 +00:00
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
2021-03-05 17:00:17 +00:00
|
|
|
"-Ddocumentation=false"
|
2019-04-02 00:31:17 +00:00
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
2022-01-28 01:25:04 +00:00
|
|
|
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
|
|
|
|
"branch" : "main"
|
2019-04-02 00:31:17 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2020-08-10 13:10:12 +00:00
|
|
|
"name" : "graphene",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
2019-04-02 00:31:17 +00:00
|
|
|
"--libdir=/app/lib",
|
2022-07-11 16:11:24 +00:00
|
|
|
"-Dtests=false"
|
2019-04-02 00:31:17 +00:00
|
|
|
],
|
2020-08-10 13:10:12 +00:00
|
|
|
"sources" : [
|
2019-04-02 00:31:17 +00:00
|
|
|
{
|
2020-08-10 13:10:12 +00:00
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://github.com/ebassi/graphene.git"
|
2019-04-02 00:31:17 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-06 21:00:03 +00:00
|
|
|
{
|
|
|
|
"name" : "libsass",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
|
|
|
"--libdir=/app/lib"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://github.com/lazka/libsass.git",
|
|
|
|
"branch" : "meson"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "sassc",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
|
|
|
"--libdir=/app/lib"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://github.com/lazka/sassc.git",
|
|
|
|
"branch" : "meson"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-11-09 20:25:48 +00:00
|
|
|
{
|
|
|
|
"name" : "pango",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
|
|
|
"--libdir=/app/lib"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/pango.git",
|
|
|
|
"branch" : "main"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-04-02 00:31:17 +00:00
|
|
|
{
|
2020-08-10 13:10:12 +00:00
|
|
|
"name" : "gtk",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
|
|
|
"--libdir=/app/lib",
|
2022-07-11 16:08:47 +00:00
|
|
|
"-Dvulkan=disabled",
|
2021-02-12 05:10:30 +00:00
|
|
|
"-Dbuildtype=debugoptimized",
|
|
|
|
"-Dprofile=devel"
|
2019-04-02 00:31:17 +00:00
|
|
|
],
|
2020-08-10 13:10:12 +00:00
|
|
|
"sources" : [
|
2019-04-02 00:31:17 +00:00
|
|
|
{
|
2020-08-10 13:10:12 +00:00
|
|
|
"type" : "git",
|
2021-11-29 22:37:49 +00:00
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/gtk.git",
|
|
|
|
"branch" : "main"
|
2019-04-02 00:31:17 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-08-10 13:10:12 +00:00
|
|
|
],
|
|
|
|
"build-options" : {
|
|
|
|
"env" : {
|
|
|
|
}
|
|
|
|
}
|
2019-04-02 00:31:17 +00:00
|
|
|
}
|