Guest User

Untitled

a guest
Nov 28th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. name: highlighterpdf
  2. version: '0.1.4'
  3. summary: Highlight text in a pdf
  4. description: |
  5. Select text in a colour of your choice and then save it back as a pdf or print it.
  6. grade: stable # must be 'stable' to release into candidate/stable channels
  7. confinement: strict # use 'strict' once you have the right plugs and slots
  8. apps:
  9. highlighterpdf:
  10. command: wrapper
  11. plugs: [home,x11,network,network-bind,opengl,log-observe]
  12. parts:
  13. highlighterpdf:
  14. source: highlighterpdf-0.1.2.tar.gz
  15. # See 'snapcraft plugins'
  16. plugin: dump
  17. source: .
  18. stage-packages: [ x11-apps, java-8-oracle, openjfx, jayatana]
Add Comment
Please, Sign In to add comment