diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:49:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 18:59:14 +0200 |
commit | 1f7ae42297e7664e401964cf18042622ed8cc7ee (patch) | |
tree | e7b9dffa1ac11da3fdac75ec126efc2640c047d5 /kde-apps | |
parent | kde-apps/kaccounts-providers: 24.08.2 version bump (diff) | |
download | kde-1f7ae42297e7664e401964cf18042622ed8cc7ee.tar.gz kde-1f7ae42297e7664e401964cf18042622ed8cc7ee.tar.bz2 kde-1f7ae42297e7664e401964cf18042622ed8cc7ee.zip |
kde-apps/kdenetwork-meta: 24.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.2.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.2.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.2.ebuild new file mode 100644 index 0000000000..72e182fac7 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-24.08.2.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} + ) +" |