summaryrefslogtreecommitdiff
path: root/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-09 11:11:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-09 11:11:11 +0000
commit90a73bb153519a9eac2a23eb9029b99b759e7892 (patch)
tree6d01f49a1e594c9324241c03aac67a635f828834 /kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild
parentf6f5cf314dddfbfe0f8c848dc9e07436b032562c (diff)
gentoo auto-resync : 09:12:2023 - 11:11:11
Diffstat (limited to 'kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild')
-rw-r--r--kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild
new file mode 100644
index 000000000000..9164da2c2042
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 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="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+bittorrent dropbox samba +screencast +webengine"
+
+RDEPEND="
+ >=kde-apps/kget-${PV}:${SLOT}
+ >=kde-apps/krdc-${PV}:${SLOT}
+ >=kde-misc/kdeconnect-${PV}:${SLOT}
+ >=net-im/neochat-${PV}
+ >=net-im/tokodon-${PV}
+ >=net-irc/konversation-${PV}:${SLOT}
+ >=net-misc/kio-zeroconf-${PV}:${SLOT}
+ >=net-news/alligator-${PV}
+ bittorrent? (
+ >=net-libs/libktorrent-${PV}:${SLOT}
+ >=net-p2p/ktorrent-${PV}:${SLOT}
+ )
+ dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} )
+ samba? ( >=kde-apps/kdenetwork-filesharing-${PV}:${SLOT} )
+ screencast? ( >=kde-apps/krfb-${PV}:${SLOT} )
+ webengine? ( >=kde-misc/kio-gdrive-${PV}:${SLOT} )
+"