com.example.TextViewer.json 1001 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "id" : "com.example.TextViewer",
  3. "runtime" : "org.gnome.Platform",
  4. "runtime-version" : "48",
  5. "sdk" : "org.gnome.Sdk",
  6. "command" : "text-viewer",
  7. "finish-args" : [
  8. "--share=network",
  9. "--share=ipc",
  10. "--socket=fallback-x11",
  11. "--device=dri",
  12. "--socket=wayland"
  13. ],
  14. "cleanup" : [
  15. "/include",
  16. "/lib/pkgconfig",
  17. "/man",
  18. "/share/doc",
  19. "/share/gtk-doc",
  20. "/share/man",
  21. "/share/pkgconfig",
  22. "*.la",
  23. "*.a"
  24. ],
  25. "modules" : [
  26. {
  27. "name" : "text-viewer",
  28. "builddir" : true,
  29. "buildsystem" : "meson",
  30. "sources" : [
  31. {
  32. "type" : "git",
  33. "url" : "file:///home/vetetix/Projects"
  34. }
  35. ],
  36. "config-opts" : [
  37. "--libdir=lib"
  38. ]
  39. }
  40. ],
  41. "build-options" : {
  42. "env" : { }
  43. }
  44. }