Skip to content

Commit

Permalink
qt5-styleplugins: rebuild against qt 5.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Jun 17, 2022
1 parent 1f98ad9 commit d91549b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/qt5-styleplugins/patches/qt5.15.patch
Expand Up @@ -8,13 +8,13 @@
QApplication::setPalette(newPalette);
if (!QGtkStylePrivate::instances.isEmpty()) {
QGtkStylePrivate::instances.last()->initGtkWidgets();
--- a/src/plugins/styles/gtk2/qgtkstyle.cpp 2020-06-13 19:48:41.746108796 +0200
+++ b/src/plugins/styles/gtk2/qgtkstyle.cpp 2020-06-13 19:48:41.746108796 +0200
--- a/src/plugins/styles/gtk2/qgtkstyle.cpp 2017-03-11 10:23:02.000000000 +0100
+++ - 2022-06-17 16:59:37.087644652 +0200
@@ -440,7 +440,7 @@
// not supported as these should be entirely determined by
// current Gtk settings
if (app->desktopSettingsAware() && d->isThemeAvailable()) {
- QApplicationPrivate::setSystemPalette(standardPalette());
- QApplicationPrivate::setSystemPalette(standardPalette());
+ QApplication::setPalette(standardPalette());
QApplicationPrivate::setSystemFont(d->getThemeFont());
d->applyCustomPaletteHash();
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/qt5-styleplugins/template
@@ -1,7 +1,7 @@
# Template file for 'qt5-styleplugins'
pkgname=qt5-styleplugins
version=5.0.0
revision=16
revision=17
_gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3
wrksrc="qtstyleplugins-${_gitrev}"
build_style=qmake
Expand Down

0 comments on commit d91549b

Please sign in to comment.