mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
qt6-shadertools: update to 6.7.2.
This commit is contained in:
parent
d32895f2a5
commit
174a535fbe
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'qt6-shadertools'
|
# Template file for 'qt6-shadertools'
|
||||||
pkgname=qt6-shadertools
|
pkgname=qt6-shadertools
|
||||||
version=6.6.0
|
version=6.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-base"
|
hostmakedepends="perl qt6-base"
|
||||||
makedepends="qt6-base-devel"
|
makedepends="qt6-base-private-devel"
|
||||||
depends="libqt6shadertools>=${version}_${revision}"
|
depends="libqt6shadertools>=${version}_${revision}"
|
||||||
short_desc="Cross-platform application and UI framework - shadertools"
|
short_desc="Cross-platform application and UI framework - shadertools"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtshadertools-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtshadertools-everywhere-src-${version}.tar.xz"
|
||||||
checksum=3690327dc550144b8102be2bb7f6dc995ccbe3584041094ad021a83737ef9875
|
checksum=edfa34c0ac8c00fcaa949df1d8e7a77d89dadd6386e683ce6c3e3b117e2f7cc1
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue