From e4b1c074caec2f0534427b9a631b6b8d648db5cd Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 17 Apr 2025 01:19:54 +0200 Subject: [PATCH] kde-apps/kdenetwork-meta: 25.04.0 version bump Signed-off-by: Andreas Sturmlechner --- .../kdenetwork-meta-25.04.0.ebuild | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 kde-apps/kdenetwork-meta/kdenetwork-meta-25.04.0.ebuild diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-25.04.0.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-25.04.0.ebuild new file mode 100644 index 0000000000000..fad5b7ed8c0b7 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-25.04.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" +HOMEPAGE="https://apps.kde.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="+bittorrent dropbox samba +screencast +webengine" + +RDEPEND=" + >=kde-apps/kget-${PV}:* + >=kde-apps/krdc-${PV}:* + >=kde-misc/kdeconnect-${PV}:* + >=net-im/tokodon-${PV} + >=net-irc/konversation-${PV}:* + >=net-misc/kio-zeroconf-${PV}:* + >=net-news/alligator-${PV} + bittorrent? ( + >=net-libs/libktorrent-${PV}:* + >=net-p2p/ktorrent-${PV}:* + ) + dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:* ) + samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:* ) + screencast? ( >=kde-apps/krfb-${PV}:* ) + webengine? ( + >=kde-apps/kaccounts-integration-${PV}:* + >=kde-apps/kaccounts-providers-${PV}:* + >=kde-apps/signon-kwallet-extension-${PV}:* + >=kde-misc/kio-gdrive-${PV}:* + >=net-im/neochat-${PV} + ) +"