summaryrefslogtreecommitdiff
path: root/kde-frameworks/attica
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-6.14.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..20024b79765
--- /dev/null
+++ b/kde-frameworks/attica/Manifest
@@ -0,0 +1 @@
+DIST attica-6.14.0.tar.xz 68588 BLAKE2B 6fe15acc177fd9032bbcb4d68f3224dc4687866600032915b59c571aa7a0b831c07db260aca74580e54fde4c0b03255c1261285ff260cbf938343bc87582244f SHA512 d0def5457ec0d178db416165e6314d28f9799265037857b1b95aed239958701aa84cbe9008d033952b44a6f1bae36b79d728eb1009a8cc3fad77888d434c2c8e
diff --git a/kde-frameworks/attica/attica-6.14.0.ebuild b/kde-frameworks/attica/attica-6.14.0.ebuild
new file mode 100644
index 00000000000..9042d900eeb
--- /dev/null
+++ b/kde-frameworks/attica/attica-6.14.0.ebuild
@@ -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 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[network]"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+ # requires network access, bug #661230
+ providertest
+)