mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
qt6-3d: update to 6.8.1.
This commit is contained in:
parent
1d23265c52
commit
5f168b6c1a
2 changed files with 16 additions and 2 deletions
1
srcpkgs/qt6-3d-private-devel
Symbolic link
1
srcpkgs/qt6-3d-private-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
qt6-3d
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-3d'
|
||||
pkgname=qt6-3d
|
||||
version=6.7.2
|
||||
version=6.8.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt6-declarative-host-tools"
|
||||
|
@ -11,7 +11,20 @@ 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"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt3d-everywhere-src-${version}.tar.xz"
|
||||
checksum=8bc087d904973133186e58471845c5df376bbfdcfcf079fda287e1cda27c8adf
|
||||
checksum=08b006871b7bad92597c6b588ca921f630131e579e25079e49c0b34c0d7c4236
|
||||
|
||||
subpackages="qt6-3d-private-devel qt6-3d-devel"
|
||||
|
||||
qt6-3d-private-devel_package() {
|
||||
depends="qt6-3d-devel>=${version}_${revision}"
|
||||
short_desc+=" - private development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/qt6/mkspecs/modules/*_private.pri"
|
||||
for dir in $(cd ${DESTDIR} && find usr/include -type d -name private); do
|
||||
vmove "$dir"
|
||||
done
|
||||
}
|
||||
}
|
||||
|
||||
qt6-3d-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue