diff --git a/srcpkgs/qt5integration/patches/qt5.13.patch b/srcpkgs/qt5integration/patches/qt5.13.patch new file mode 100644 index 00000000000..5e9ac8c682b --- /dev/null +++ b/srcpkgs/qt5integration/patches/qt5.13.patch @@ -0,0 +1,9 @@ +--- - 2019-07-12 20:48:16.221885362 +0000 ++++ dstyleplugin/style.cpp 2019-06-01 04:49:41.000000000 +0000 +@@ -1418,4 +1418,6 @@ + } + } + ++#include "moc_style.cpp" ++ + } diff --git a/srcpkgs/qt5integration/template b/srcpkgs/qt5integration/template index 10c41bad57a..0b1182a9e1c 100644 --- a/srcpkgs/qt5integration/template +++ b/srcpkgs/qt5integration/template @@ -1,12 +1,12 @@ # Template file for 'qt5integration' pkgname=qt5integration version=0.3.12 -revision=1 +revision=2 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>=5.11.3<5.11.4" +depends="qt5dxcb-plugin qt5-styleplugins qt5>=5.13.0<5.13.1" short_desc="Qt platform theme integration plugins for Deepin Desktop Environment" maintainer="John " license="GPL-3.0-or-later"