| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "id" : "com.example.TextViewer",
- "runtime" : "org.gnome.Platform",
- "runtime-version" : "48",
- "sdk" : "org.gnome.Sdk",
- "command" : "text-viewer",
- "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" : "text-viewer",
- "builddir" : true,
- "buildsystem" : "meson",
- "sources" : [
- {
- "type" : "git",
- "url" : "file:///home/vetetix/Projects"
- }
- ],
- "config-opts" : [
- "--libdir=lib"
- ]
- }
- ],
- "build-options" : {
- "env" : { }
- }
- }
|