qt5dxcb-plugin: update to 1.1.20.

This commit is contained in:
John 2018-12-15 11:38:22 +01:00 committed by maxice8
parent c37fac8d65
commit febd87e3a4
2 changed files with 3390 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
# Template file for 'qt5dxcb-plugin'
pkgname=qt5dxcb-plugin
version=1.1.15
version=1.1.20
revision=1
build_style=qmake
make_build_args="VERSION=${version}"
@ -8,14 +8,15 @@ 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.11.2<5.11.3"
depends="qt5>=5.11.3<5.11.4"
short_desc="Qt platform plugins for DDE"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/qt5dxcb-plugin/"
changelog="https://github.com/linuxdeepin/qt5dxcb-plugin/blob/master/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/qt5dxcb-plugin/archive/${version}.tar.gz"
checksum=26316ed85b63ce2eb437fbfd832c26c6efe90e66983c2487e6b01a0e5b84ed5b
checksum=77740471400cb5f1652ed492ca7b45114a5127223a80df927864215fe1552a66
patch_args="-Np1"
pre_configure() {
_qt5_dep_ver="${depends#*>=}"