mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-tools: rebuild for llvm17
This commit is contained in:
parent
7f83d1f91d
commit
49bc4ec161
1 changed files with 8 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'qt6-tools'
|
# Template file for 'qt6-tools'
|
||||||
pkgname=qt6-tools
|
pkgname=qt6-tools
|
||||||
version=6.6.0
|
version=6.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DEXTERNAL_GUMBO=ON -DLITEHTML_UTF8=ON -DUSE_ICU=ON
|
configure_args="-DEXTERNAL_GUMBO=ON -DLITEHTML_UTF8=ON -DUSE_ICU=ON
|
||||||
-DQT_BUILD_SHARED_LIBS=ON -DQT_FEATURE_assistant=ON
|
-DQT_BUILD_SHARED_LIBS=ON -DQT_FEATURE_assistant=ON
|
||||||
-DQT_FEATURE_pixeltool=ON
|
-DQT_FEATURE_pixeltool=ON
|
||||||
-DQT_FEATURE_distancefieldgenerator=ON"
|
-DQT_FEATURE_distancefieldgenerator=ON"
|
||||||
hostmakedepends="qt6-base perl qt6-plugin-sqlite clang llvm clang-tools-extra
|
hostmakedepends="qt6-base perl qt6-plugin-sqlite clang clang-tools-extra
|
||||||
qt6-declarative-host-tools"
|
qt6-declarative-host-tools"
|
||||||
makedepends="qt6-base-devel qt6-plugin-sqlite qt6-declarative-devel
|
makedepends="qt6-base-devel qt6-plugin-sqlite qt6-declarative-devel
|
||||||
gumbo-parser-devel icu-devel llvm clang-tools-extra"
|
gumbo-parser-devel icu-devel llvm17-devel clang-tools-extra"
|
||||||
short_desc="Cross-platform application and UI framework (QT6) - qt6-tools component"
|
short_desc="Cross-platform application and UI framework (QT6) - qt6-tools 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="custom: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/qttools-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttools-everywhere-src-${version}.tar.xz"
|
||||||
checksum=4e9feebc142bbb6e453e1dc3277e09ec45c8ef081b5ee2a029e6684b5905ba99
|
checksum=4e9feebc142bbb6e453e1dc3277e09ec45c8ef081b5ee2a029e6684b5905ba99
|
||||||
|
@ -28,6 +28,10 @@ if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSES/Qt-GPL-exception-1.0.txt
|
||||||
|
}
|
||||||
|
|
||||||
#post_build() {
|
#post_build() {
|
||||||
# ninja -C build ${makejobs} lib/qt6/libexec/qhelpgenerator
|
# ninja -C build ${makejobs} lib/qt6/libexec/qhelpgenerator
|
||||||
#}
|
#}
|
||||||
|
|
Loading…
Add table
Reference in a new issue