mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-qt5compat: update to 6.2.0.
This commit is contained in:
parent
99d11de255
commit
019d169866
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'qt6-qt5compat'
|
# Template file for 'qt6-qt5compat'
|
||||||
pkgname=qt6-qt5compat
|
pkgname=qt6-qt5compat
|
||||||
version=6.1.1
|
version=6.2.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="qt5compat-everywhere-src-${version}"
|
wrksrc="qt5compat-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_HOST_PATH=/usr "
|
configure_args="-DQT_HOST_PATH=/usr"
|
||||||
hostmakedepends="qt6-base-devel perl"
|
hostmakedepends="qt6-base-devel qt6-declarative-devel perl pkg-config"
|
||||||
makedepends="qt6-base-devel"
|
makedepends="qt6-base-devel qt6-declarative-devel"
|
||||||
short_desc="Cross-platform application and UI framework - Qt5 Compatibilty Component"
|
short_desc="Cross-platform application and UI framework - Qt5 Compatibilty Component"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz"
|
||||||
checksum=7d08f1044cb09f8b3ee31af0de25771bae72936a6f9a699134d9b8d29dfaa5a7
|
checksum=c2e2f058ecee36a96c1b15937badeda9b7b03eb5278fa01af4ff386c4f1854fb
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||||
|
|
Loading…
Add table
Reference in a new issue