mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-qt5compat: update to 6.7.2.
This commit is contained in:
parent
5d17674136
commit
746825abf1
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'qt6-qt5compat'
|
# Template file for 'qt6-qt5compat'
|
||||||
pkgname=qt6-qt5compat
|
pkgname=qt6-qt5compat
|
||||||
version=6.6.0
|
version=6.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_FEATURE_textcodec=ON -DQT_FEATURE_codecs=ON
|
configure_args="-DQT_FEATURE_textcodec=ON -DQT_FEATURE_codecs=ON
|
||||||
-DQT_FEATURE_iconv=ON -DQT_FEATURE_big_codecs=ON"
|
-DQT_FEATURE_iconv=ON -DQT_FEATURE_big_codecs=ON"
|
||||||
hostmakedepends="qt6-base qt6-declarative-host-tools perl pkg-config"
|
hostmakedepends="qt6-base qt6-declarative-host-tools perl pkg-config"
|
||||||
makedepends="qt6-base-devel qt6-declarative-devel qt6-shadertools-devel"
|
makedepends="qt6-base-private-devel qt6-declarative-private-devel
|
||||||
|
qt6-shadertools-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=3d85edb66126f712266dcbfc6cd00383d46cc6d66c8b84607ca21e2bc71a8fca
|
checksum=8826b5189efc4d9bdb64fdb1aa89d0fdf4e53c60948ed7995621ed046e38c003
|
||||||
|
|
||||||
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