diff --git a/srcpkgs/qt5integration/patches/libqtxdg.patch b/srcpkgs/qt5integration/patches/libqtxdg.patch deleted file mode 100644 index 1b50fa0c790..00000000000 --- a/srcpkgs/qt5integration/patches/libqtxdg.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- platformthemeplugin/main.cpp 2018-03-14 10:03:49.000000000 +0100 -+++ - 2018-05-10 16:31:27.176858073 +0200 -@@ -18,7 +18,7 @@ - #include - #include "qdeepintheme.h" - --#include -+#include - - QT_BEGIN_NAMESPACE - diff --git a/srcpkgs/qt5integration/template b/srcpkgs/qt5integration/template index 640d81c52a6..2911caddd3f 100644 --- a/srcpkgs/qt5integration/template +++ b/srcpkgs/qt5integration/template @@ -1,19 +1,27 @@ # Template file for 'qt5integration' pkgname=qt5integration -version=0.3.0 +version=0.3.1 revision=1 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 gtk+-devel" +depends="qt5dxcb-plugin qt5-styleplugins" short_desc="Qt platform theme integration plugins for Deepin Desktop Environment" maintainer="John " license="GPL-3.0-or-later" homepage="https://github.com/linuxdeepin/qt5integration" changelog="https://github.com/linuxdeepin/qt5integration/blob/${version}/CHANGELOG.md" distfiles="https://github.com/linuxdeepin/qt5integration/archive/${version}.tar.gz" -checksum=abe242eb1315b0bcedd36aac14c888b17de564190e37032b51166fba9e6b71f8 +checksum=8df4b3d0a6d77fa9fa26b7d3f4e8787c6ef4db493f654a6dde1f61cf0688dcd1 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel qt5-x11extras-devel" + pre_configure() { + _qtxdg_version=$(PKG_CONFIG_PATH=${XBPS_CROSS_BASE}/usr/lib/pkgconfig\ + pkg-config --modversion Qt5XdgIconLoader) + echo $_qtxdg_version + sed -i -e "s%INCLUDEPATH +=.*%INCLUDEPATH += ${XBPS_CROSS_BASE}/usr/include/qt5xdgiconloader/${_qtxdg_version}%g"\ + platformthemeplugin/qt5deepintheme-plugin.pro + } fi