diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-25 10:06:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-25 10:27:58 +0200 |
commit | c385edeecf495bec520f8a348e490130a611c11f (patch) | |
tree | d320e59c778c7661f1a0f30c498defe34e08c8f1 /kde-apps/kdenetwork-meta | |
parent | kde-apps/kaccounts-providers: 23.08.0 version bump (diff) | |
download | gentoo-c385edeecf495bec520f8a348e490130a611c11f.tar.gz gentoo-c385edeecf495bec520f8a348e490130a611c11f.tar.bz2 gentoo-c385edeecf495bec520f8a348e490130a611c11f.zip |
kde-apps/kdenetwork-meta: 23.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-23.08.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.0.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.0.ebuild new file mode 100644 index 000000000000..2ceea6323fd9 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-23.08.0.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 +webengine" + +RDEPEND=" + >=kde-apps/kget-${PV}:${SLOT} + >=kde-apps/krdc-${PV}:${SLOT} + >=kde-apps/krfb-${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} ) + webengine? ( >=kde-misc/kio-gdrive-${PV}:${SLOT} ) +" |