2022-08-12 09:27:19 +00:00
|
|
|
{
|
2022-08-18 16:51:38 +00:00
|
|
|
"app-id" : "com.github.GradienceTeam.Gradience.Devel",
|
2022-08-12 09:27:19 +00:00
|
|
|
"runtime" : "org.gnome.Platform",
|
|
|
|
"runtime-version" : "master",
|
|
|
|
"sdk" : "org.gnome.Sdk",
|
2022-08-18 16:51:38 +00:00
|
|
|
"command" : "gradience",
|
2022-08-12 09:27:19 +00:00
|
|
|
"finish-args" : [
|
|
|
|
"--share=network",
|
|
|
|
"--share=ipc",
|
|
|
|
"--socket=fallback-x11",
|
|
|
|
"--device=dri",
|
|
|
|
"--socket=wayland",
|
|
|
|
"--filesystem=xdg-config/gtk-3.0",
|
|
|
|
"--filesystem=xdg-config/gtk-4.0"
|
|
|
|
],
|
|
|
|
"cleanup" : [
|
|
|
|
"/include",
|
|
|
|
"/lib/pkgconfig",
|
|
|
|
"/man",
|
|
|
|
"/share/doc",
|
|
|
|
"/share/gtk-doc",
|
|
|
|
"/share/man",
|
|
|
|
"/share/pkgconfig",
|
|
|
|
"*.la",
|
|
|
|
"*.a"
|
|
|
|
],
|
|
|
|
"modules" : [
|
|
|
|
"pypi-dependencies.json",
|
2022-08-20 22:59:36 +00:00
|
|
|
{
|
|
|
|
"name": "python-lxml",
|
|
|
|
"buildsystem": "simple",
|
|
|
|
"build-commands": [
|
|
|
|
"python3 setup.py build --with-cython",
|
|
|
|
"python3 setup.py install --prefix=/app --root=/"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
|
|
|
"url": "https://github.com/lxml/lxml/releases/download/lxml-4.9.1/lxml-4.9.1.tar.gz",
|
|
|
|
"sha256": "fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-08-12 09:27:19 +00:00
|
|
|
{
|
|
|
|
"name" : "blueprint-compiler",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
|
|
|
"branch" : "main"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libportal",
|
|
|
|
"buildsystem": "meson",
|
|
|
|
"config-opts": ["-Ddocs=false", "-Dvapi=false", "-Dbackends=gtk4"],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/flatpak/libportal",
|
|
|
|
"branch": "main"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-08-18 16:51:38 +00:00
|
|
|
"name" : "gradience",
|
2022-08-12 09:27:19 +00:00
|
|
|
"builddir" : true,
|
|
|
|
"buildsystem" : "meson",
|
2022-08-15 18:33:41 +00:00
|
|
|
"config-opts": ["-Dbuildtype=debug"],
|
2022-08-12 09:27:19 +00:00
|
|
|
"sources" : [
|
|
|
|
{
|
2022-08-15 18:33:41 +00:00
|
|
|
"type" : "dir",
|
|
|
|
"path" : "."
|
2022-08-12 09:27:19 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"build-options" : {
|
|
|
|
"env" : { }
|
|
|
|
}
|
|
|
|
}
|