From cda92a5e636b5ab25034c24e2a267f35b3a0487c Mon Sep 17 00:00:00 2001 From: berry120 Date: Wed, 7 Feb 2024 08:35:45 +0000 Subject: [PATCH] Snapcraft debug --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2766abf9a..dc254b0a2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -23,8 +23,8 @@ parts: quelea: plugin: nil source: Quelea - build-packages: [unzip, wget, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, gstreamer1.0-tools, gstreamer1.0-x, gstreamer1.0-alsa, gstreamer1.0-gl, gstreamer1.0-gtk3, gstreamer1.0-qt5, gstreamer1.0-pulseaudio, zlib1g, zlib1g-dev] - stage-packages: [unzip, wget, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, gstreamer1.0-tools, gstreamer1.0-x, gstreamer1.0-alsa, gstreamer1.0-gl, gstreamer1.0-gtk3, gstreamer1.0-qt5, gstreamer1.0-pulseaudio, zlib1g, zlib1g-dev] + build-packages: [unzip, wget] + stage-packages: [gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, gstreamer1.0-tools, gstreamer1.0-x, gstreamer1.0-alsa, gstreamer1.0-gl, gstreamer1.0-gtk3, gstreamer1.0-qt5, gstreamer1.0-pulseaudio, zlib1g, zlib1g-dev] override-build: | echo HEREERERE pwd @@ -41,7 +41,7 @@ parts: cp -a /build/quelea/parts/quelea/build/dist/. $SNAPCRAFT_STAGE/jar override-prime: | snapcraftctl prime - mkdir $SNAPCRAFT_STAGE/jar + mkdir $SNAPCRAFT_PRIME/jar cp -a $SNAPCRAFT_STAGE/jar/. $SNAPCRAFT_PRIME/jar/. ls -l $SNAPCRAFT_PRIME ls -l $SNAPCRAFT_PRIME/jar