mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
qt5integration: rebuild against qt5.15.0
This commit is contained in:
parent
8098c34be6
commit
4ca98f7b48
2 changed files with 42 additions and 2 deletions
40
srcpkgs/qt5integration/patches/qt5.15.patch
Normal file
40
srcpkgs/qt5integration/patches/qt5.15.patch
Normal file
|
@ -0,0 +1,40 @@
|
|||
--- dstyleplugin/painterhelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
||||
+++ - 2020-06-13 19:53:12.351525353 +0200
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "painterhelper.h"
|
||||
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QDebug>
|
||||
|
||||
namespace dstyle {
|
||||
--- dstyleplugin/tabwidgethelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
||||
+++ - 2020-06-13 19:55:48.688315440 +0200
|
||||
@@ -20,6 +20,7 @@
|
||||
#include "painterhelper.h"
|
||||
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QTabWidget>
|
||||
#include <QDebug>
|
||||
|
||||
--- dstyleplugin/pushbuttonhelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
||||
+++ - 2020-06-13 19:59:30.207650141 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
#endif
|
||||
|
||||
#include <QDebug>
|
||||
+#include <QPainterPath>
|
||||
#include <QStyleOptionButton>
|
||||
|
||||
DWIDGET_USE_NAMESPACE
|
||||
--- dstyleplugin/tabbarhelper.cpp 2019-06-01 06:49:41.000000000 +0200
|
||||
+++ - 2020-06-13 19:59:51.345283503 +0200
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <QStyleOptionTabBarBase>
|
||||
#include <QStyleOptionToolButton>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QToolButton>
|
||||
#include <QLinearGradient>
|
||||
#include <QDebug>
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'qt5integration'
|
||||
pkgname=qt5integration
|
||||
version=5.0.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake pkg-config"
|
||||
makedepends="libqtxdg-devel dtkwm-devel dtkwidget-devel mtdev-devel
|
||||
qt5-svg-devel qt5-x11extras-devel qt5-multimedia-devel"
|
||||
depends="qt5dxcb-plugin qt5-styleplugins qt5-core>=5.14.2<5.14.3"
|
||||
depends="qt5dxcb-plugin qt5-styleplugins qt5-core>=5.15.0<5.15.1"
|
||||
short_desc="Qt platform theme integration plugins for Deepin Desktop Environment"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue