dev-qt/qttranslations: add 6.11.2

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-08-18 07:15:58 -04:00
parent b214e93b79
commit 49c66da2f7
2 changed files with 17 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qttranslations-everywhere-src-6.11.1.tar.xz 1684616 BLAKE2B 0b2ad946d1deab2cb45fe4a857db157228d4dc9164c5292af4fbc75834b785db512bf0c99cef0b4a0790564a9d038230fe6a2a78c23549f6a41aa3415b386eaf SHA512 e09c2be4ce6160c9cc853a96051a5f1a7d1bc8ba407cba781db48d3f6bc658c1d9fdb999ca3c41f26b3cb3a26ece62e7439437f4445cfc71afccb5dc3987dff4
DIST qttranslations-everywhere-src-6.11.2.tar.xz 1691056 BLAKE2B 9ed5f2fba6aaeca2bfb72e0c7a338de4d33def1e77005f6d34d62ec5590f6d5cdcc5288ecbc93c20afd212afc2663e1b2f32135aebbd8fd794850f9c5eb35fdc SHA512 827b257708d83013b3dac75ca4275b7fbf48465addb96bac139ddb0ab518de83ca5a6aa7ebc24a38970b214bfbf0a99056d5ac4e9f3720876e11db6b7046eb67

View File

@@ -0,0 +1,16 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QT6_RESTRICT_TESTS=1 # no tests
inherit qt6-build
DESCRIPTION="Translation files for the Qt6 framework"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
DEPEND="~dev-qt/qtbase-${PV}:6"
BDEPEND="~dev-qt/qttools-${PV}:6[linguist]"