JNotes/net.jeena.jnotes.json
Jeena b07ce820cd Initial commit
The only thing working is showing the users calendars in the sidebar.
2024-01-26 16:49:29 +09:00

39 lines
885 B
JSON

{
"app-id" : "net.jeena.jnotes",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "jnotes",
"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" : [
"python3-caldav.json",
{
"name" : "jnotes",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/jeena/Projects"
}
]
}
]
}