summaryrefslogtreecommitdiff
path: root/pcr-testing/qt5-styleplugins/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/qt5-styleplugins/install.sh')
-rw-r--r--pcr-testing/qt5-styleplugins/install.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr-testing/qt5-styleplugins/install.sh b/pcr-testing/qt5-styleplugins/install.sh
index 30913d155..2951b24a4 100644
--- a/pcr-testing/qt5-styleplugins/install.sh
+++ b/pcr-testing/qt5-styleplugins/install.sh
@@ -1,3 +1,24 @@
+_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:"