summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-6.4.0.ebuild21
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..6b23f37aaff
--- /dev/null
+++ b/kde-frameworks/attica/Manifest
@@ -0,0 +1 @@
+DIST attica-6.4.0.tar.xz 68472 BLAKE2B 4dc259a1c1dbca6567fc8ea150358de5c0d702115d3f63f3f6d7cde3b5283e2070c6b9fddde475a33314aa29797a0d5e836bf1804f1125381a7f917ca4f395cb SHA512 6f7685513cf205bb24343398e14fb05244b646dbd1edff0f853b081f60fe7e94ba5c84266eff3f8c86ccfcd7d9b3b628b76e6695be2c5db8a28c635d06f0bb40
diff --git a/kde-frameworks/attica/attica-6.4.0.ebuild b/kde-frameworks/attica/attica-6.4.0.ebuild
new file mode 100644
index 00000000000..d5ff0482cee
--- /dev/null
+++ b/kde-frameworks/attica/attica-6.4.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 ~riscv"
+IUSE=""
+
+RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[network]"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+ # requires network access, bug #661230
+ providertest
+)