qt5dxcb-plugin: rebuild against qt5.13.2
This commit is contained in:
parent
51c054f7e4
commit
7020dfe5dc
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'qt5dxcb-plugin'
|
||||
pkgname=qt5dxcb-plugin
|
||||
version=5.0.1
|
||||
revision=2
|
||||
revision=3
|
||||
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.1<5.13.2"
|
||||
depends="qt5>=5.13.2<5.13.3"
|
||||
short_desc="Qt platform plugins for DDE"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
@ -33,7 +33,7 @@ pre_configure() {
|
|||
# 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
|
||||
${wrksrc}/platformplugin/libqt5xcbqpa-dev/5.13.2
|
||||
}
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue