summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-19 20:58:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-19 21:24:39 +0200
commit6d8cb172fa565aa6b85af23654f7dbf9a4b1ce03 (patch)
tree7bb959be635c52ee281575a3eef6209711ae6d6c /kde-frameworks/attica/attica-5.116.0.ebuild
parentkde-frameworks/frameworkintegration: 5.116.0 version bump (diff)
downloadgentoo-6d8cb172fa565aa6b85af23654f7dbf9a4b1ce03.tar.gz
gentoo-6d8cb172fa565aa6b85af23654f7dbf9a4b1ce03.tar.bz2
gentoo-6d8cb172fa565aa6b85af23654f7dbf9a4b1ce03.zip
kde-frameworks/attica: 5.116.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica/attica-5.116.0.ebuild')
-rw-r--r--kde-frameworks/attica/attica-5.116.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/attica/attica-5.116.0.ebuild b/kde-frameworks/attica/attica-5.116.0.ebuild
new file mode 100644
index 000000000000..08f8a4795f05
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.116.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=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing access to Open Collaboration Services"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND=">=dev-qt/qtnetwork-${QTMIN}:5"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+ # requires network access, bug #661230
+ providertest
+)