mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-location: update to 6.7.2.
This commit is contained in:
parent
6a01b304ce
commit
24450b29d3
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'qt6-location'
|
# Template file for 'qt6-location'
|
||||||
pkgname=qt6-location
|
pkgname=qt6-location
|
||||||
version=6.6.0
|
version=6.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
||||||
makedepends="qt6-serialport-devel qt6-declarative-devel qt6-position-devel"
|
makedepends="qt6-serialport-devel qt6-declarative-private-devel qt6-position-devel
|
||||||
|
qt6-base-private-devel"
|
||||||
short_desc="Cross-platform application and UI framework - location"
|
short_desc="Cross-platform application and UI framework - location"
|
||||||
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/qtlocation-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlocation-everywhere-src-${version}.tar.xz"
|
||||||
checksum=f5968be76108bf22af334b403027cf0a859284cb824250e728bb8daca2d70794
|
checksum=f232da58bf1189b69f1f7029417ddfeffcfb801b275aedc720e38244f88a485d
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
|
export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue