From 70d72120c4e0f46df28dba2d3b0f6541ee753bc1 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 12 Jul 2019 20:53:07 +0000 Subject: [PATCH] qt5integration: rebuild against qt5.13 --- srcpkgs/qt5integration/patches/qt5.13.patch | 9 +++++++++ srcpkgs/qt5integration/template | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/qt5integration/patches/qt5.13.patch 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"