Gradience/com.github.ArtyIF.AdwCustomizer.json
ArtyIF 61a90c91fe PLEASE READ THE WHOLE COMMIT MESSAGE
Added the "Open in File Manager" option

Changed where the presets are loaded/saved to be more Flatpak-compliant.
WARNING: Move your presets from XDG_CONFIG_HOME/adwcustomizer/presets to
~/.var/app/com.github.ArtyIF.AdwCustomizer/config/presets so they keep
working
2022-07-24 14:00:05 +03:00

68 lines
1.8 KiB
JSON

{
"app-id" : "com.github.ArtyIF.AdwCustomizer",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "adwcustomizer",
"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" : [
{
"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"
}
]
},
{
"name" : "adwcustomizer",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/artyif/Projects/AdwCustomizer",
"branch": "main"
}
]
}
],
"build-options" : {
"env" : { }
}
}