kde-frameworks/attica: 6.12.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-03-15 21:46:27 +01:00
parent 1588293633
commit 83e8a4c17d
2 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST attica-5.116.0.tar.xz 69496 BLAKE2B 35fc798b71eb77a33e9f1c7b5a03866d47a970b268e56e6466dcceb61f676d775d6b4d1bacd2fa807005b6b6c9659aaa1065d2e31154b2cadf0431f1781ddb33 SHA512 79a2378d7c8019d16692c7286e079cd29155e5f17256f189aa31e47a6b81e9b7f6ad0d5412388065b309bdc71b4efb72ebb043d587fc41d8ef2a918571c64306
DIST attica-6.10.0.tar.xz 68596 BLAKE2B aa7dbe30933c66ec9c253b1e53d87a9d1dd24cb61400f5d2fa2f6201acb87505cccc30795b952fb4c4a05c01fa99d086b9ea3dd9740277eb046bc6a08a1827f8 SHA512 b58bc1b81cd75fdce795e4406788712ca546a5e11c11482485d9a02c8db9e55d34ad158459c347f2d5acd8e3c6a58ceffa1bad85fde02d9e6c0106af2947ec05
DIST attica-6.11.0.tar.xz 68592 BLAKE2B 167ac870abb93e4cbea17960f1ad62d17530c3fa9c8dad302089698a0f4cd1a134ccec954d6920ee775672e122bf4adbaea1830248a9f60c98ac5c532c952afd SHA512 728da177ef9589af0fc3ab00111324a477992fb465aacb95fcd2cfbe127e779264094975a484964b3eb28718232b338c08a472a35fe89757e21876eb5cb33921
DIST attica-6.12.0.tar.xz 68604 BLAKE2B b854fb4af6a7669648bbe41db9990491688b8f199fd4d7e3ed7f8e7f896d45b6b4150c7c2a9981a3b3405ea36fde88625b2bb68adffe48af348db9895bef0ff7 SHA512 5c58e74b14cfa95b2a26d5387e4d340ca4cafe38886117b61192d3943ebdfb2c1445c8bfafda25b57ad689664d57a4a610fc9e1e494d7775f6e6fdac33edfcb9

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="Framework providing access to Open Collaboration Services"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[network]"
DEPEND="${RDEPEND}"
CMAKE_SKIP_TESTS=(
# requires network access, bug #661230
providertest
)