diff options
| -rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/attica/attica-6.9.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..cfa881f80e1 --- /dev/null +++ b/kde-frameworks/attica/Manifest @@ -0,0 +1 @@ +DIST attica-6.9.0.tar.xz 68588 BLAKE2B 00af228e57a3d2adbee336a99cc99f08048fc40e21a8e38576f7ab6fa597aeea2cee80fd6a8af1066e58453191229c4228e8642de3bff55a4f04cb74462a0cf8 SHA512 1c7c9f667cc8b615db09b06e560782bcd837cc316226aeda6f99cae8e917fd5158a7e14a4f383b7e30c771437d599f22f94ce75165893ca3fe170c5a1fe71f28 diff --git a/kde-frameworks/attica/attica-6.9.0.ebuild b/kde-frameworks/attica/attica-6.9.0.ebuild new file mode 100644 index 00000000000..3ed8b116def --- /dev/null +++ b/kde-frameworks/attica/attica-6.9.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.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 +) |
