mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
qt6-webchannel: update to 6.4.2.
This commit is contained in:
parent
3b3b1f6f53
commit
1b284b0679
1 changed files with 7 additions and 3 deletions
|
@ -1,21 +1,25 @@
|
||||||
# Template file for 'qt6-webchannel'
|
# Template file for 'qt6-webchannel'
|
||||||
pkgname=qt6-webchannel
|
pkgname=qt6-webchannel
|
||||||
version=6.4.0
|
version=6.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
|
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
||||||
makedepends="qt6-base-devel qt6-declarative-devel qt6-websockets-devel"
|
makedepends="qt6-base-devel qt6-declarative-devel qt6-websockets-devel"
|
||||||
short_desc="Cross-platform application and UI framework - webchannel"
|
short_desc="Cross-platform application and UI framework - webchannel"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebchannel-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebchannel-everywhere-src-${version}.tar.xz"
|
||||||
checksum=528f6d837cc58854deaddafbb76eb237f4dbd688a4407b438ab9c0db1613695a
|
checksum=06657b2b2509f26c733b7c40da0dbb8571a215b97f99685a6fc3bc51dcbebd87
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/tests
|
||||||
|
}
|
||||||
|
|
||||||
qt6-webchannel-devel_package() {
|
qt6-webchannel-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1
|
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1
|
||||||
qt6-websockets-devel>=${version}_1"
|
qt6-websockets-devel>=${version}_1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue