summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2020-04-20 09:06:34 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-24 08:18:55 +0700
commitfbc053c90f189006599cbab7c6fd40181bf03dd8 (patch)
tree86477758ba22def1e4870317c4fc55319593b838 /libraries
parent78fcbc5b3fcb44a72d1edceaeac6bb9f466d24e1 (diff)
downloadslackbuilds-fbc053c90f189006599cbab7c6fd40181bf03dd8.tar.gz
slackbuilds-fbc053c90f189006599cbab7c6fd40181bf03dd8.tar.xz
libraries/qt5-styleplugins: Patched for qt5-5.12.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/qt5-styleplugins/qt5-styleplugins.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/qt5-styleplugins/qt5-styleplugins.SlackBuild b/libraries/qt5-styleplugins/qt5-styleplugins.SlackBuild
index 7132a0064b..cd15a4d5a3 100644
--- a/libraries/qt5-styleplugins/qt5-styleplugins.SlackBuild
+++ b/libraries/qt5-styleplugins/qt5-styleplugins.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=qt5-styleplugins
VERSION=${VERSION:-5.0.0.20170112}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=qtstyleplugins
@@ -72,6 +72,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Force linking against Qt5DBus or build will fail
+sed -i "s|2.0$|2.0 Qt5DBus|" src/plugins/platformthemes/gtk2/gtk2.pro
+
QMAKE_CFLAGS_RELEASE="$SLKCFLAGS" \
QMAKE_CXXFLAGS_RELEASE="$SLKCFLAGS" \
PREFIX=/usr \