ar.com.softwareperonista.Pace.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "app-id" : "ar.com.softwareperonista.Pace",
  3. "runtime" : "org.gnome.Platform",
  4. "runtime-version" : "master",
  5. "sdk" : "org.gnome.Sdk",
  6. "command" : "pace",
  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. "/share/vala",
  33. "*.la",
  34. "*.a"
  35. ],
  36. "modules" : [
  37. {
  38. "name" : "pace",
  39. "buildsystem" : "meson",
  40. "config-opts" : [
  41. "--libdir=lib"
  42. ],
  43. "builddir" : true,
  44. "sources" : [
  45. {
  46. "type" : "git",
  47. "url" : "https://git.softwareperonista.com.ar/cdp/pace.git"
  48. }
  49. ]
  50. }
  51. ]
  52. }