updated snap yaml

This commit is contained in:
itsmattkc
2019-01-09 14:29:57 +11:00
parent d798edfd05
commit a359cb461c
+6 -1
View File
@@ -12,6 +12,7 @@ apps:
olive-editor:
environment:
"LD_LIBRARY_PATH": "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio"
"DISABLE_WAYLAND": "1"
command: desktop-launch $SNAP/bin/olive-editor
plugs:
- opengl
@@ -42,7 +43,11 @@ parts:
override-build: |
qmake olive.pro
make
make install
mkdir -p $SNAPCRAFT_PART_INSTALL/bin/effects
cp olive-editor $SNAPCRAFT_PART_INSTALL/bin
cp effects/*.xml $SNAPCRAFT_PART_INSTALL/bin/effects
cp effects/*.frag $SNAPCRAFT_PART_INSTALL/bin/effects
cp effects/*.vert $SNAPCRAFT_PART_INSTALL/bin/effects
snapcraftctl set-version $(git rev-parse --short HEAD)
desktop-qt5:
build-packages: