clipbox/dev.thrrgilag.clipbox.json
Morgan McMillian cc2bfffcc8 initial commit
2020-12-13 11:49:36 -08:00

55 lines
1.3 KiB
JSON

{
"app-id" : "dev.thrrgilag.clipbox",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.38",
"sdk" : "org.gnome.Sdk",
"command" : "clipbox",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "libhandy",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"-Dglade_catalog=disabled",
"-Dexamples=false",
"-Dtests=false",
"-Dvapi=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libhandy/"
}
]
},
{
"name" : "clipbox",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/thrrgilag/workspace/linux/clipbox"
}
]
}
]
}