Temporary changes to use 'my' modified version of novncC

This commit is contained in:
Tim Edwards 2019-04-20 05:43:26 +02:00
parent 4a2d108c30
commit 2db25e43b9
1 changed files with 8 additions and 3 deletions

View File

@ -11,16 +11,21 @@ confinement: devmode # use 'strict' once you have the right plugs and slots
parts: parts:
novnc: novnc:
source: https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz source: https://github.com/tkedwards/noVNC.git # https://github.com/novnc/noVNC/archive/v$SNAPCRAFT_PROJECT_VERSION.tar.gz
plugin: dump plugin: dump
source-type: git # only until my changes get commited
build-packages: # only until my changes get commited
- git
#stage-snaps:
# - websockify
websockify: websockify:
source: https://github.com/novnc/websockify source: https://github.com/novnc/websockify
plugin: dump plugin: dump
source-type: git source-type: git
build-packages: build-packages:
- git - git
organize: # avoid filename conflicts with files from the novnc part
'*': utils/websockify/
apps: apps:
novnc: novnc:
command: utils/launch.sh command: utils/launch.sh
websockify:
command: utils/websockify/run