mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-3d: update to 6.3.1.
This commit is contained in:
parent
799242c0cc
commit
88b2d2ced0
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'qt6-3d'
|
# Template file for 'qt6-3d'
|
||||||
pkgname=qt6-3d
|
pkgname=qt6-3d
|
||||||
version=6.3.0
|
version=6.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qt3d-everywhere-src-${version}"
|
wrksrc="qt3d-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_HOST_PATH=/usr"
|
|
||||||
hostmakedepends="perl qt6-declarative-devel"
|
hostmakedepends="perl qt6-declarative-devel"
|
||||||
makedepends="qt6-declarative-devel qt6-shadertools-devel libassimp-devel
|
makedepends="qt6-declarative-devel qt6-shadertools-devel libassimp-devel
|
||||||
libatomic-devel"
|
libatomic-devel"
|
||||||
|
@ -13,7 +12,7 @@ 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/qt3d-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt3d-everywhere-src-${version}.tar.xz"
|
||||||
checksum=74e762380dad34887878b9124dbfb981d5cf4b8b807281ff8bff311145b54de1
|
checksum=9919b66dfb253fa26db1a7d664358cbc07f46c8810082ee3120d0a54b153edfe
|
||||||
|
|
||||||
qt6-3d-devel_package() {
|
qt6-3d-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue