diff options
| -rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/attica/attica-6.6.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest new file mode 100644 index 00000000000..4813afe6f61 --- /dev/null +++ b/kde-frameworks/attica/Manifest @@ -0,0 +1 @@ +DIST attica-6.6.0.tar.xz 68596 BLAKE2B 699b182e93a83ad467d504362e7bd6bf7206c01d34ec441833b980b1f4a37831400324a0b740f86b12473200908ebd528c27ed087e58856fb31c70a619789d95 SHA512 01befc5c59f9d1e3fdf7465bba692ff97f395654c843dd4245b5b64e3c60a07f33d8ce591f46e05d9b1b28d0d8400d8f47b66b676db1a7a800fbf6ea61c092fd diff --git a/kde-frameworks/attica/attica-6.6.0.ebuild b/kde-frameworks/attica/attica-6.6.0.ebuild new file mode 100644 index 00000000000..967b159c0b3 --- /dev/null +++ b/kde-frameworks/attica/attica-6.6.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +QTMIN=6.6.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 +) |
