org.flameshot.Flameshot.yml 903 B

12345678910111213141516171819202122232425262728293031323334
  1. app-id: org.flameshot.Flameshot
  2. runtime: org.kde.Platform
  3. runtime-version: '5.15-21.08'
  4. sdk: org.kde.Sdk
  5. command: flameshot
  6. finish-args:
  7. # X11 + XShm access
  8. - --share=ipc
  9. - --socket=x11
  10. # Wayland access
  11. - --socket=wayland
  12. - --device=dri
  13. # Connectivity
  14. - --share=network
  15. # QtSingleApplication, allow other instances to see log files
  16. - --env=TMPDIR=/var/tmp
  17. # Allow loading/saving files from anywhere
  18. - --filesystem=host
  19. # Notification access
  20. - --talk-name=org.freedesktop.Notifications
  21. # System Tray Icon
  22. - --talk-name=org.kde.StatusNotifierWatcher
  23. - --own-name=org.kde.*
  24. - --own-name=org.flameshot.Flameshot
  25. modules:
  26. - name: flameshot
  27. buildsystem: cmake-ninja
  28. config-opts:
  29. - -DCMAKE_BUILD_TYPE=Release
  30. - -DUSE_WAYLAND_CLIPBOARD=1
  31. sources:
  32. - type: git
  33. url: https://github.com/flameshot-org/flameshot.git
  34. branch: master