mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qttranslations: add 5.15.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST qttranslations-everywhere-opensource-src-5.15.17.tar.xz 1628896 BLAKE2B fa9c05518fde7c3c3330970e0549a63a9e1b006d7fdcc08020b84fa753e0dc06269f2ab2c3e516feab360e4c47af3d059280fe9fb3f8921e49e9757ae87c82c7 SHA512 3e24d734b6e3f46837d6c0cfdc59b0d049edfad6218c5e8667d6e30f2f333a9b670985e6ee03fc547671781df5cd95721c353a0505e90d6bda4ee42e8a4feb3a
|
||||
DIST qttranslations-everywhere-opensource-src-5.15.18.tar.xz 1612872 BLAKE2B b550aeb57c8496e244dabe2aa86c3fbdb8291c1a24642b4e3005b3b0dcb36f8b425921d611e4171d01eb20fe1387f402de4051bcb2fef40b7ab55f56deacc40c SHA512 52a1ca84c01c4a2728d1b7a3168c8d6ffd12f8e8528d729b422d9339a01dcbcb5a768999a252b28b6f4041eb20f874fe74c0389724c54a09ec9dfe42312b4af9
|
||||
DIST qttranslations-everywhere-src-6.10.0.tar.xz 1626156 BLAKE2B eb3ed27a73caba91ab22c052b7cc0fb5d99f7aa2788b4bdb547cfa0ff271e46c83aa5ef47cd2b6d0056d403969b408abbb5e14a598e176f3bf07f6d2b28342fb SHA512 d3037fab8f08b34f2c110f82bc6fb098a61fb804cba6d6767da61c95709ff8fd70ac7948d35f0dc6a0806d6d6a2a64ef0f3194f3d26b6777d561637af01ce15d
|
||||
DIST qttranslations-everywhere-src-6.9.3.tar.xz 1663376 BLAKE2B aa740b439e8373cf80961987aec1719e9f3d12a7aa8622ff47608d83bc98f3da978c198d25a313d69351d0ba258594823e7861ef143bbdb31ef9dfce36e44c4e SHA512 aced12a0247adc3a252d66f68e8c36bda49434ec55fa3c436b54d5b4d1c181100adbab78a3df7ecd058b0fd6d548cd9abdb9f22d116098624e929cb9f3de624c
|
||||
|
||||
17
dev-qt/qttranslations/qttranslations-5.15.18.ebuild
Normal file
17
dev-qt/qttranslations/qttranslations-5.15.18.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt5 framework"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=dev-qt/qtcore-${QT5_PV}*"
|
||||
BDEPEND="=dev-qt/linguist-tools-${QT5_PV}*"
|
||||
Reference in New Issue
Block a user