kde-plasma/kdecoration: 6.3.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-05-06 20:56:19 +02:00
parent 44c71715bf
commit 2dca660638
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kdecoration-6.3.4.tar.xz 57572 BLAKE2B 107e3833c628da4a3d6ee831b0ee87bd578a742750c1aa40b3e683ff3eed54a0dddd62561b630750e8fbc98b1cf965059b0d5ae76f7521a4094f23c8314545aa SHA512 df022a2d0f3b77889805a200c8b71a9c00be961c2848493a93b0f7d48be5abec258437e6a0017012ce2d51104091c3d528e1f6e705c6462523036be3aee04550
DIST kdecoration-6.3.5.tar.xz 57576 BLAKE2B 1e658e4c3184fab78ab83ed74cb91f6cc2283c9d050b2e331bf1a706f49d4ee17bb78fdcdf6a2d297a4ea673c4366a3e01ca736e4c3bc71db049a9b6dab24b18 SHA512 dd7f4b8a1e9fd31a7f6f11d4be936da7ef0bbc1f7ff2f1cf18a1a91db143ad75b134f76403e265598efad464f715693098ea62f161d4f952add845f68cb6fcbc

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="forceoptional"
KFMIN=6.10.0
QTMIN=6.8.1
inherit ecm plasma.kde.org
DESCRIPTION="Plugin based library to create window decorations"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}"