From 3e064bb906400a013d589d178d1e84c4353a0643 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 809eefe..9627982 100644 --- a/io.qt.PySide.BaseApp.yaml +++ b/io.qt.PySide.BaseApp.yaml @@ -22,8 +22,10 @@ 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} + - 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 74091781d224deb630a7f50b00beba18ce4e8996 Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Tue, 9 Jun 2026 11:39:39 +0200 Subject: [PATCH 2/2] Change uppercase from example wheel 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 9627982..a7b2ece 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} - rm -rf ${FLATPAK_DEST}/lib/python*/site-packages/PySide6/examples - rm -rf ${FLATPAK_DEST}/lib/python*/site-packages/pyside6_examples-*.dist-info