mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt5-styleplugins: rebuild against qt5.14
This commit is contained in:
parent
5a7c2e61e8
commit
8f1d08a9cc
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'qt5-styleplugins'
|
# Template file for 'qt5-styleplugins'
|
||||||
pkgname=qt5-styleplugins
|
pkgname=qt5-styleplugins
|
||||||
version=5.0.0
|
version=5.0.0
|
||||||
revision=11
|
revision=12
|
||||||
_gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3
|
_gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3
|
||||||
wrksrc="qtstyleplugins-${_gitrev}"
|
wrksrc="qtstyleplugins-${_gitrev}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-devel"
|
hostmakedepends="pkg-config qt5-host-tools qt5-devel"
|
||||||
makedepends="libxcb-devel libxkbcommon-devel libinput-devel tslib-devel gtk+-devel qt5-devel"
|
makedepends="libxcb-devel libxkbcommon-devel libinput-devel tslib-devel gtk+-devel qt5-devel"
|
||||||
depends="qt5>=5.13.2<5.13.3"
|
depends="qt5-core>=5.14.2<5.14.3"
|
||||||
short_desc="Additional style plugins for Qt5"
|
short_desc="Additional style plugins for Qt5"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.1-only, LGPL-3.0-only"
|
license="LGPL-2.1-only, LGPL-3.0-only"
|
||||||
|
@ -21,7 +21,7 @@ LDFLAGS="-Wl,-fuse-ld=bfd"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
_qt5_dep_ver="${depends#*>=}"
|
_qt5_dep_ver="${depends#*>=}"
|
||||||
_qt5_dep_ver="${_qt5_dep_ver%<*}"
|
_qt5_dep_ver="${_qt5_dep_ver%<*}"
|
||||||
_qt5_version="$(xbps-uhelper version qt5)"
|
_qt5_version="$(xbps-uhelper version qt5-core)"
|
||||||
|
|
||||||
if [[ "${_qt5_version%_*}" != "${_qt5_dep_ver}" ]]; then
|
if [[ "${_qt5_version%_*}" != "${_qt5_dep_ver}" ]]; then
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Reference in a new issue