From a2052014d4438c3afe7dadb9045b4a056a74d4c9 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 6 Jun 2020 15:43:48 -0400 Subject: [qt5-styleplugins]: rebuild for QT v5.15 --- pcr-testing/qt5-styleplugins/install.sh | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) (limited to 'pcr-testing/qt5-styleplugins/install.sh') diff --git a/pcr-testing/qt5-styleplugins/install.sh b/pcr-testing/qt5-styleplugins/install.sh index dc88cad41..30913d155 100644 --- a/pcr-testing/qt5-styleplugins/install.sh +++ b/pcr-testing/qt5-styleplugins/install.sh @@ -1,20 +1,9 @@ -_5_0_0_2_changes() { - echo ':: Upstream added a gtk2 platform theme' - # shellcheck disable=SC2016 - echo ' unexport `QT_STYLE_OVERRIDE`' - # shellcheck disable=SC2016 - echo ' export `QT_QPA_PLATFORMTHEME=gtk2`' -} - -post_upgrade() { - local versions=( - '5.0.0-2' - ) - local version - for version in "${versions[@]}"; do - if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then - # shellcheck disable=SC2091 - "$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )" - fi - done +post_install() +{ + echo "Remember to set QT_QPA_PLATFORMTHEME:" + echo " $ export QT_QPA_PLATFORMTHEME=gtk2" + echo "... or to make this selectable with qt5ct:" + echo " $ export QT_QPA_PLATFORMTHEME=qt5ct" + echo "and ensure that QT_STYLE_OVERRIDE is not set:" + echo " $ unexport QT_STYLE_OVERRIDE" } -- cgit v1.2.3