Guest User

snapcarft.yaml

a guest
Jun 16th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.73 KB | None | 0 0
  1. name: deskie
  2. version: 1
  3. summary: A powerful and feature rich wallpaper changer
  4. description: Deskie is a powerful and feature rich wallpaper changer app for gnome desktop enivironment.
  5.  
  6. apps:
  7.   deskie:
  8.     command: qt5-launch deskie
  9.     plugs:
  10.      - network
  11.       - network-bind
  12.       - unity7
  13.       - home
  14. parts:
  15.   glue:
  16.       plugin: copy
  17.       files:
  18.          Mut: bin/
  19. parts:
  20.   application:
  21.     plugin: qmake
  22.     source: src/
  23.     build-packages:
  24.      - qtbase5-dev
  25.       - libindicator3-dev
  26.       - libindicator-dev
  27.       - libappindicator-dev
  28.       - libnotify-dev
  29.     stage-packages:
  30.      # Here for the plugins-- they're not linked in automatically.
  31.       - libqt5gui5
  32.     after: [qt5conf] # A wiki part
Add Comment
Please, Sign In to add comment