From 8336d3685d36d6c690ed9b1a9ef1df4e183d7788 Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Mon, 8 Jun 2026 13:14:44 +0200 Subject: [PATCH 1/2] Remove PySide6 examples from the BaseApp --- io.qt.PySide.BaseApp.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/io.qt.PySide.BaseApp.yaml b/io.qt.PySide.BaseApp.yaml index 53a23a5..90571e7 100644 --- a/io.qt.PySide.BaseApp.yaml +++ b/io.qt.PySide.BaseApp.yaml @@ -22,7 +22,7 @@ modules: - python3 setup.py build --qtpaths=/usr/bin/qtpaths --ignore-git --parallel=8 --log-level=verbose --flatpak - python3 create_wheels.py --build-dir ./build/qfp-*-release - - rm -rf ./dist/PySide6_Examples*.whl + - rm -rf ./dist/PySide6*Examples*.whl - pip install ./dist/*.whl --prefix=${FLATPAK_DEST} - install -Dm755 /usr/lib/sdk/llvm21/lib/libLLVM.so.21.1 ${FLATPAK_DEST}/lib/ - install -Dm755 /usr/lib/sdk/llvm21/lib/libclang-cpp.so.21.1 ${FLATPAK_DEST}/lib/ @@ -33,6 +33,8 @@ modules: - ln -s libclang-cpp.so.21.1 ${FLATPAK_DEST}/lib/libclang-cpp.so - ln -s libclang.so.21.1 ${FLATPAK_DEST}/lib/libclang.so.21 - ln -s libclang.so.21.1 ${FLATPAK_DEST}/lib/libclang.so + - rm -rf ${FLATPAK_DEST}/lib/python*/site-packages/PySide6/examples + - rm -rf ${FLATPAK_DEST}/lib/python*/site-packages/pyside6_examples-*.dist-info sources: - type: git url: "https://code.qt.io/pyside/pyside-setup.git" From d9d0fd4e171b13c1ca643b873a04fad58788a3af Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Tue, 9 Jun 2026 11:40:40 +0200 Subject: [PATCH 2/2] Change example wheel from uppercase to lowercase --- io.qt.PySide.BaseApp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.qt.PySide.BaseApp.yaml b/io.qt.PySide.BaseApp.yaml index 90571e7..49a5af1 100644 --- a/io.qt.PySide.BaseApp.yaml +++ b/io.qt.PySide.BaseApp.yaml @@ -22,7 +22,7 @@ modules: - python3 setup.py build --qtpaths=/usr/bin/qtpaths --ignore-git --parallel=8 --log-level=verbose --flatpak - python3 create_wheels.py --build-dir ./build/qfp-*-release - - rm -rf ./dist/PySide6*Examples*.whl + - rm -rf ./dist/pyside6*examples*.whl - pip install ./dist/*.whl --prefix=${FLATPAK_DEST} - install -Dm755 /usr/lib/sdk/llvm21/lib/libLLVM.so.21.1 ${FLATPAK_DEST}/lib/ - install -Dm755 /usr/lib/sdk/llvm21/lib/libclang-cpp.so.21.1 ${FLATPAK_DEST}/lib/