summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-24 14:36:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-24 14:49:54 +0200
commit3d81a1b2e521d8f3573d299d1bfcd969eb83f87d (patch)
treecc0203403964bcc993dbd4628d5fe545c11a3f12 /kde-apps/kdenetwork-meta
parentkde-apps/kaccounts-providers: 24.08.0 version bump (diff)
downloadgentoo-3d81a1b2e521d8f3573d299d1bfcd969eb83f87d.tar.gz
gentoo-3d81a1b2e521d8f3573d299d1bfcd969eb83f87d.tar.bz2
gentoo-3d81a1b2e521d8f3573d299d1bfcd969eb83f87d.zip
kde-apps/kdenetwork-meta: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdenetwork-meta')
-rw-r--r--kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.0.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.0.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.0.ebuild
new file mode 100644
index 000000000000..72e182fac7cd
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 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}
+ )
+"