dev-qt/qtshadertools: add 6.11.0_rc

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-03-03 02:06:55 -05:00
parent 5a840dd927
commit cf78423062
2 changed files with 18 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST qtshadertools-everywhere-src-6.10.1.tar.xz 1152220 BLAKE2B f311fbb8196b6ab3431f2d491d6c2538421505e88ba328a17b51cb075a9617ae8297d09f7f9a611385346b1a48080f6f41b12b4f98aadae17c10231374ad3ba5 SHA512 99f25a0e1bd565adf6a99b354fed00918c0ee681b0cba331ffd4c70625814b0694da5a389af7253bbebf3950b0144dce68bc6fef4390da539365ec0146a2ae03
DIST qtshadertools-everywhere-src-6.10.2.tar.xz 1152340 BLAKE2B 8d6ced25bfdbdbb1a7f21f7e5c1f05bb2ca7144d4b360f3e87ca5978347f37ffb12f0873745b73ecf130e38749e7d861965275a880c9a92eafa03e3bd61b419e SHA512 819a51a8dc2cd0f915a442c92374051945363df5d2196062e07338b0f0435514650a25bb21a3962c7f2921e9eebb1c3432c7d1bdc5f4ffefc24146d8eef5e882
DIST qtshadertools-everywhere-src-6.11.0-rc.tar.xz 1216864 BLAKE2B 826b136f10b4d73ebb57679f530e135976213d0203944b325a5c3bd6019e215833ab11a090016ae085df25acccca3de53a642ff0f389efea47d02428542bd285 SHA512 f13aad3c6206461c3a1d88f0bc9ac2c023736d29db84f38886273d5a83d9192d02c4b2bb943b396c94c2509c672164edd4efd336d402684acca211664b2ba9fe

View File

@@ -0,0 +1,17 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt6-build
DESCRIPTION="Qt APIs and Tools for Graphics Pipelines"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
RDEPEND="
~dev-qt/qtbase-${PV}:6[gui]
"
DEPEND="${RDEPEND}"