qt6-qt5compat: update to 6.4.2.
This commit is contained in:
parent
0fcfb15f8b
commit
0500f42843
1 changed files with 9 additions and 3 deletions
|
@ -1,21 +1,27 @@
|
||||||
# Template file for 'qt6-qt5compat'
|
# Template file for 'qt6-qt5compat'
|
||||||
pkgname=qt6-qt5compat
|
pkgname=qt6-qt5compat
|
||||||
version=6.4.0
|
version=6.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt6-base-devel qt6-declarative-devel perl pkg-config"
|
configure_args="-DQT_FEATURE_textcodec=ON -DQT_FEATURE_codecs=ON
|
||||||
|
-DQT_FEATURE_iconv=ON -DQT_FEATURE_big_codecs=ON"
|
||||||
|
hostmakedepends="qt6-base qt6-declarative-host-tools perl pkg-config"
|
||||||
makedepends="qt6-base-devel qt6-declarative-devel qt6-shadertools-devel"
|
makedepends="qt6-base-devel qt6-declarative-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=73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0
|
checksum=f51f505c8e985b51b7d733e27d782c6fce181beef53364acb0368cc892c4b792
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args="-DQT_BUILD_TESTS=ON"
|
configure_args="-DQT_BUILD_TESTS=ON"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/tests
|
||||||
|
}
|
||||||
|
|
||||||
qt6-qt5compat-devel_package() {
|
qt6-qt5compat-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
|
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue