qt5dxcb-plugin: rebuild against qt-5.13.1

This commit is contained in:
John 2019-09-25 16:36:50 +02:00 committed by John Zimmermann
parent a5cfdc2278
commit 828e8cdafd

View file

@ -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 <johnz@posteo.net>"
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