qt6-shadertools: update to 6.5.0.
This commit is contained in:
parent
ac55919ae0
commit
893676fe7d
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-shadertools'
|
||||
pkgname=qt6-shadertools
|
||||
version=6.4.2
|
||||
version=6.5.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt6-base"
|
||||
|
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtshadertools-everywhere-src-${version}.tar.xz"
|
||||
checksum=fa65bff84d4e9c2cb4cbf6fb098207e0e23d863dbe675eb277034a29c226a217
|
||||
checksum=86618d037f3071f1f7ac5eb7ab76ae4e6f51cfddded0a402bb9aa7f3f79f5775
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
||||
|
@ -31,12 +31,12 @@ qt6-shadertools-devel_package() {
|
|||
pkg_install() {
|
||||
local _f
|
||||
vmove usr/include
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/qt6/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
vmove usr/lib/qt6/modules
|
||||
for _f in ${DESTDIR}/usr/lib/cmake/*; do
|
||||
case "$_f" in
|
||||
*ToolsTools) ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue