qt5dxcb-plugin: rebuild against qt-5.13.1
This commit is contained in:
parent
a5cfdc2278
commit
828e8cdafd
1 changed files with 7 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'qt5dxcb-plugin'
|
# Template file for 'qt5dxcb-plugin'
|
||||||
pkgname=qt5dxcb-plugin
|
pkgname=qt5dxcb-plugin
|
||||||
version=5.0.1
|
version=5.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
make_build_args="VERSION=${version}"
|
make_build_args="VERSION=${version}"
|
||||||
hostmakedepends="pkg-config qt5-qmake"
|
hostmakedepends="pkg-config qt5-qmake"
|
||||||
makedepends="cairo-devel libSM-devel libXi-devel libxkbcommon-devel
|
makedepends="cairo-devel libSM-devel libXi-devel libxkbcommon-devel
|
||||||
qt5-x11extras-devel xcb-util-image-devel xcb-util-keysyms-devel
|
qt5-x11extras-devel xcb-util-image-devel xcb-util-keysyms-devel
|
||||||
xcb-util-renderutil-devel xcb-util-wm-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"
|
short_desc="Qt platform plugins for DDE"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
@ -29,6 +29,11 @@ pre_configure() {
|
||||||
msg_red "${_qt5_version%_*} does not match ${_qt5_dep_ver}\\n"
|
msg_red "${_qt5_version%_*} does not match ${_qt5_dep_ver}\\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue