qtcurve: fix for qt5-5.15.0; needs gettext in host
This commit is contained in:
parent
283b4b0216
commit
c19417733e
2 changed files with 12 additions and 2 deletions
10
srcpkgs/qtcurve/patches/qt5-5.15.0.patch
Normal file
10
srcpkgs/qtcurve/patches/qt5-5.15.0.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- qt5/style/qtcurve.h 2017-06-03 21:16:00.000000000 +0200
|
||||
+++ qt5/style/qtcurve.h 2020-07-25 11:06:21.935263927 +0200
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <QColor>
|
||||
#include <QFont>
|
||||
#include <QStyleOption>
|
||||
+#include <QPainterPath>
|
||||
#include <QtGlobal>
|
||||
#include <QCommonStyle>
|
||||
#ifdef QTC_QT5_ENABLE_KDE
|
|
@ -4,8 +4,8 @@ version=1.9.1
|
|||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_QT4=OFF"
|
||||
hostmakedepends="pkg-config extra-cmake-modules perl qt5-qmake qt5-host-tools
|
||||
kcoreaddons gdk-pixbuf-devel"
|
||||
hostmakedepends="gettext pkg-config extra-cmake-modules perl
|
||||
qt5-qmake qt5-host-tools kcoreaddons gdk-pixbuf-devel"
|
||||
makedepends="libxcb-devel libX11-devel qt5-devel gtk+-devel
|
||||
qt5-svg-devel qt5-x11extras-devel frameworkintegration-devel
|
||||
ki18n-devel kdelibs4support-devel"
|
||||
|
|
Loading…
Reference in a new issue