2022-08-08 21:09:38 +00:00
|
|
|
{
|
2022-08-18 16:51:38 +00:00
|
|
|
"app-id" : "com.github.GradienceTeam.Gradience",
|
2022-08-08 21:09:38 +00:00
|
|
|
"runtime" : "org.gnome.Platform",
|
2023-03-30 03:09:49 +00:00
|
|
|
"runtime-version" : "44",
|
2022-08-08 21:09:38 +00:00
|
|
|
"sdk" : "org.gnome.Sdk",
|
2022-08-18 16:51:38 +00:00
|
|
|
"command" : "gradience",
|
2022-08-08 21:09:38 +00:00
|
|
|
"finish-args" : [
|
|
|
|
"--share=network",
|
|
|
|
"--share=ipc",
|
|
|
|
"--device=dri",
|
2022-10-05 12:50:26 +00:00
|
|
|
"--socket=fallback-x11",
|
2022-08-08 21:09:38 +00:00
|
|
|
"--socket=wayland",
|
2023-05-04 13:24:18 +00:00
|
|
|
"--talk-name=org.freedesktop.Flatpak",
|
|
|
|
"--filesystem=~/.local/share/gnome-shell/extensions",
|
2022-10-02 18:03:49 +00:00
|
|
|
"--filesystem=xdg-data/flatpak/overrides:create",
|
2023-05-04 13:24:18 +00:00
|
|
|
"--filesystem=xdg-cache/gradience:create",
|
|
|
|
"--filesystem=xdg-data/themes:create",
|
2022-08-08 21:09:38 +00:00
|
|
|
"--filesystem=xdg-config/gtk-3.0",
|
2022-10-05 21:13:51 +00:00
|
|
|
"--filesystem=xdg-config/gtk-4.0",
|
2022-11-09 22:36:03 +00:00
|
|
|
"--filesystem=xdg-run/gvfsd",
|
2022-12-19 19:19:32 +00:00
|
|
|
"--filesystem=xdg-download:ro",
|
2022-11-09 22:36:03 +00:00
|
|
|
"--filesystem=~/.mozilla/firefox",
|
|
|
|
"--filesystem=~/.librewolf",
|
|
|
|
"--filesystem=~/.var/app/org.mozilla.firefox/.mozilla/firefox",
|
|
|
|
"--filesystem=~/.var/app/io.gitlab.librewolf-community/.librewolf"
|
2022-08-08 21:09:38 +00:00
|
|
|
],
|
|
|
|
"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-08 21:09:38 +00:00
|
|
|
{
|
|
|
|
"name" : "blueprint-compiler",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "git",
|
2023-05-16 19:39:51 +00:00
|
|
|
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
|
|
|
|
"tag" : "v0.8.0"
|
2022-08-26 15:24:11 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sassc",
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sass/sassc.git",
|
|
|
|
"tag": "3.6.2"
|
2022-10-05 21:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "script",
|
|
|
|
"dest-filename": "autogen.sh",
|
|
|
|
"commands": [
|
|
|
|
"autoreconf -si"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "libsass",
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sass/libsass.git",
|
|
|
|
"tag": "3.6.5"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "script",
|
|
|
|
"dest-filename": "autogen.sh",
|
|
|
|
"commands": [
|
|
|
|
"autoreconf -si"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"*"
|
|
|
|
]
|
2022-08-26 15:24:11 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-08-08 21:09:38 +00:00
|
|
|
{
|
|
|
|
"name": "libportal",
|
|
|
|
"buildsystem": "meson",
|
2022-08-26 15:24:11 +00:00
|
|
|
"config-opts": [
|
|
|
|
"-Ddocs=false",
|
|
|
|
"-Dvapi=false",
|
|
|
|
"-Dbackends=gtk4"
|
|
|
|
],
|
2022-08-08 21:09:38 +00:00
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
2023-05-16 19:39:51 +00:00
|
|
|
"url": "https://github.com/flatpak/libportal.git",
|
2022-08-26 12:25:35 +00:00
|
|
|
"tag": "0.6"
|
2022-08-08 21:09:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-08-18 16:51:38 +00:00
|
|
|
"name" : "gradience",
|
2022-08-08 21:09:38 +00:00
|
|
|
"builddir" : true,
|
|
|
|
"buildsystem" : "meson",
|
2022-08-26 15:24:11 +00:00
|
|
|
"config-opts": [
|
|
|
|
"-Dbuildtype=release"
|
|
|
|
],
|
2022-08-08 21:09:38 +00:00
|
|
|
"sources" : [
|
|
|
|
{
|
2022-08-15 18:33:41 +00:00
|
|
|
"type" : "dir",
|
2022-08-28 01:32:15 +00:00
|
|
|
"path" : "../../."
|
2022-08-08 21:09:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-10-05 21:12:04 +00:00
|
|
|
]
|
2022-08-08 21:09:38 +00:00
|
|
|
}
|