From f1cb63cf0c8e7dfc238696311c95c5c611b63839 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 29 Sep 2024 14:37:25 +0200 Subject: [PATCH] Snap elementeditor: remove old plugin DXFtoQET --- build-aux/snap/snapcraft.yaml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index 4208a7418..37a9e22a1 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -42,13 +42,7 @@ apps: plugs: *plugs environment: *env - dxf-to-qet: - command: bin/DXFtoQET - extensions: - - kde-neon - plugs: *plugs - environment: *env - + parts: launchers: plugin: dump @@ -77,16 +71,7 @@ parts: override-build: | rsync -a --ignore-existing /snap/kf5-5-110-qt-5-15-11-core22-sdk/current/ / - dxf-to-qet: - after: [kde-sdk-setup] - plugin: nil - source: https://github.com/qelectrotech/DXFtoQET-2020.git - override-build: | - qmake "$CRAFT_PART_SRC/DXFtoQET.pro" - make -j$(nproc) - mkdir -p "$CRAFT_PART_INSTALL/bin" - cp DXFtoQET "$CRAFT_PART_INSTALL/bin/" - + qelectrotech: after: [kde-sdk-setup] plugin: nil