commit: a62785a8af30a3fa64465481e0e0a5b0938202bc 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:33:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62785a8
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> ...k-meta-25.12.2.ebuild => kdenetwork-meta-25.12.2-r1.ebuild} | 10 ++++++---- kde-apps/kdenetwork-meta/metadata.xml | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.2.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.2-r1.ebuild similarity index 84% rename from kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.2.ebuild rename to kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.2-r1.ebuild index 698cd9c9c4c9..0acdb5f6182a 100644 --- a/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.2.ebuild +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-25.12.2-r1.ebuild @@ -9,15 +9,13 @@ HOMEPAGE="https://apps.kde.org/" LICENSE="metapackage" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -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 8e8db383c492..efd03364418f 100644 --- a/kde-apps/kdenetwork-meta/metadata.xml +++ b/kde-apps/kdenetwork-meta/metadata.xml @@ -14,5 +14,6 @@ <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>
