Delete de.zwarf.picplanner.json~

master
Zwarf 2022-06-21 22:56:13 +00:00
rodzic 8269326d3b
commit cf8fd28d9e
1 zmienionych plików z 0 dodań i 49 usunięć

Wyświetl plik

@ -1,49 +0,0 @@
{
"app-id" : "de.zwarf.picplanner",
"runtime" : "org.gnome.Platform",
"runtime-version" : "41",
"sdk" : "org.gnome.Sdk",
"command" : "picplanner",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "picplanner",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/user/Projekte/picplanner"
}
]
}
{
"name" : "libshumate",
"buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.0.alpha.1.tar.xz"
"sha265" : "2bc56f16cf89369e49a1e6bbb0caad6362fbfaa124435a083e7a0ac2438e0b49"
}
]
}
]
}