commit: 1d6af5d19da4c5d370441656537c98ec300103bc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Feb 13 11:30:37 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Feb 13 13:25:26 2026 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d6af5d1
kde-apps/kdenetwork-meta: Add IUSE zeroconf for pkgs w/ non-optional kdnssd Merge IUSE screencast (kde-apps/krfb) into zeroconf, no need to make it more complicated. Bug: https://bugs.gentoo.org/969175 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.49.9999.ebuild | 10 ++++++---- kde-apps/kdenetwork-meta/kdenetwork-meta-9999.ebuild | 10 ++++++---- kde-apps/kdenetwork-meta/metadata.xml | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.49.9999.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.49.9999.ebuild index e7520704f2..b11e7035d8 100644 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.49.9999.ebuild +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.49.9999.ebuild @@ -9,15 +9,13 @@ HOMEPAGE="https://apps.kde.org/" LICENSE="metapackage" SLOT="0" KEYWORDS="" -IUSE="+bittorrent dropbox samba +screencast +webengine" +IUSE="+bittorrent dropbox samba +webengine +zeroconf" 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}:* @@ -25,7 +23,6 @@ RDEPEND=" ) 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}:* @@ -33,4 +30,9 @@ RDEPEND=" >=kde-misc/kio-gdrive-${PV}:* >=net-im/neochat-${PV} ) + zeroconf? ( + >=kde-apps/krdc-${PV}:* + >=kde-apps/krfb-${PV}:* + >=net-misc/kio-zeroconf-${PV}:* + ) " diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-9999.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-9999.ebuild index e7520704f2..b11e7035d8 100644 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-9999.ebuild +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-9999.ebuild @@ -9,15 +9,13 @@ HOMEPAGE="https://apps.kde.org/" LICENSE="metapackage" SLOT="0" KEYWORDS="" -IUSE="+bittorrent dropbox samba +screencast +webengine" +IUSE="+bittorrent dropbox samba +webengine +zeroconf" 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}:* @@ -25,7 +23,6 @@ RDEPEND=" ) 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}:* @@ -33,4 +30,9 @@ RDEPEND=" >=kde-misc/kio-gdrive-${PV}:* >=net-im/neochat-${PV} ) + zeroconf? ( + >=kde-apps/krdc-${PV}:* + >=kde-apps/krfb-${PV}:* + >=net-misc/kio-zeroconf-${PV}:* + ) " diff --git a/kde-apps/kdenetwork-meta/metadata.xml b/kde-apps/kdenetwork-meta/metadata.xml index 8e8db383c4..06f03a8f0c 100644 --- a/kde-apps/kdenetwork-meta/metadata.xml +++ b/kde-apps/kdenetwork-meta/metadata.xml @@ -12,7 +12,7 @@ <flag name="bittorrent">Pull in <pkg>net-p2p/ktorrent</pkg> for BitTorrent protocol support</flag> <flag name="dropbox">Enable support for Dropbox in <pkg>kde-apps/dolphin</pkg> via <pkg>kde-apps/dolphin-plugins-dropbox</pkg></flag> <flag name="samba">Enable support for <pkg>net-fs/samba</pkg> file sharing plugin from within file properties</flag> - <flag name="screencast">Pull in <pkg>kde-apps/krfb</pkg> for Plasma desktop sharing support</flag> <flag name="webengine">Enable support for Google Drive integration via <pkg>kde-misc/kio-gdrive</pkg></flag> + <flag name="zeroconf">Pull in packages using <pkg>kde-frameworks/kdnssd</pkg></flag> </use> </pkgmetadata>
