org.gnome.Threads.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "app-id" : "org.gnome.Threads",
  3. "runtime" : "org.gnome.Platform",
  4. "runtime-version" : "3.28",
  5. "sdk" : "org.gnome.Sdk",
  6. "command" : "threads",
  7. "finish-args" : [
  8. "--share=network",
  9. "--share=ipc",
  10. "--socket=x11",
  11. "--socket=wayland",
  12. "--filesystem=xdg-run/dconf",
  13. "--filesystem=~/.config/dconf:ro",
  14. "--talk-name=ca.desrt.dconf",
  15. "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
  16. ],
  17. "build-options" : {
  18. "cflags" : "-O2 -g",
  19. "cxxflags" : "-O2 -g",
  20. "env" : {
  21. "V" : "1"
  22. }
  23. },
  24. "cleanup" : [
  25. "/include",
  26. "/lib/pkgconfig",
  27. "/man",
  28. "/share/doc",
  29. "/share/gtk-doc",
  30. "/share/man",
  31. "/share/pkgconfig",
  32. "*.la",
  33. "*.a"
  34. ],
  35. "modules" : [
  36. {
  37. "name" : "threads",
  38. "buildsystem" : "meson",
  39. "config-opts" : [
  40. "--libdir=lib"
  41. ],
  42. "builddir" : true,
  43. "sources" : [
  44. {
  45. "type" : "git",
  46. "url" : "file:///home/chris/Projects/Threads"
  47. }
  48. ]
  49. }
  50. ]
  51. }