Advertisement
Guest User

Untitled

a guest
May 22nd, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. name: highlighterpdf
  2. title: HighlighterPdf
  3. version: 1.0.2
  4. summary: Highiight the text in a Pdf.
  5. description:
  6. HighlighterPdf is a free and open source software application that you can use to
  7. highlight text in your pdf document. You can select text in a colour of your choice
  8. and then save it.
  9. confinement: strict
  10. grade: stable
  11.  
  12.  
  13. base: core18
  14.  
  15.  
  16.  
  17. apps:
  18. highlighterpdf:
  19.  
  20. command: highlighterpdf.sh
  21. #environment:
  22. # JAVA_HOME: $SNAP/usr/lib/jvm/java-11-openjdk-amd64
  23. # PATH: $JAVA_HOME/bin:$PATH
  24. plugs:
  25. - home
  26. - network
  27. - cups-control
  28. - screen-inhibit-control
  29.  
  30.  
  31. layout:
  32. /usr/bin/lpr:
  33. bind-file: $SNAP/usr/bin/lpr
  34. /var/spool/lpd/.sq:
  35. bind: $SNAP/var/spool/lpd/.sq
  36.  
  37.  
  38. parts:
  39. highlighterpdf:
  40. source: https://github.com/gerry136/highlighterpdf.git
  41. plugin: dump
  42.  
  43. stage-packages:
  44. - unzip
  45. # - openjdk-11-jdk
  46. - lpr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement