diff --git a/srcpkgs/qt5dxcb-plugin/template b/srcpkgs/qt5dxcb-plugin/template index 5013fc8751e..1dbb3a8f99c 100644 --- a/srcpkgs/qt5dxcb-plugin/template +++ b/srcpkgs/qt5dxcb-plugin/template @@ -1,14 +1,14 @@ # Template file for 'qt5dxcb-plugin' pkgname=qt5dxcb-plugin version=5.0.1 -revision=1 +revision=2 build_style=qmake make_build_args="VERSION=${version}" hostmakedepends="pkg-config qt5-qmake" makedepends="cairo-devel libSM-devel libXi-devel libxkbcommon-devel qt5-x11extras-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-wm-devel" -depends="qt5>=5.13.0<5.13.1" +depends="qt5>=5.13.1<5.13.2" short_desc="Qt platform plugins for DDE" maintainer="John " license="GPL-3.0-or-later" @@ -29,6 +29,11 @@ pre_configure() { msg_red "${_qt5_version%_*} does not match ${_qt5_dep_ver}\\n" exit 1 fi + + # no headers for 5.13.1 yet; 5.13.0 headers are the same for this + # remove on next version upgrade (after upstream has added them) + ln -s ${wrksrc}/platformplugin/libqt5xcbqpa-dev/5.13.0 \ + ${wrksrc}/platformplugin/libqt5xcbqpa-dev/5.13.1 } if [ "$CROSS_BUILD" ]; then