diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-11 19:41:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-11 19:41:51 +0100 |
commit | 9aafc41af115868b69ae96d4e288d32946520216 (patch) | |
tree | 8b02467367fdd6a32640a79b9e495617f2e810e5 /net-misc | |
parent | net-misc/kio-zeroconf: Add 24.12 stable branch (diff) | |
download | kde-9aafc41af115868b69ae96d4e288d32946520216.tar.gz kde-9aafc41af115868b69ae96d4e288d32946520216.tar.bz2 kde-9aafc41af115868b69ae96d4e288d32946520216.zip |
net-misc/kio-zeroconf-common: Add 24.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.49.9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.49.9999.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.49.9999.ebuild new file mode 100644 index 0000000000..4488a869c5 --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.49.9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="false" +KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 +inherit ecm-common gear.kde.org + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" + +RDEPEND=" + !<net-misc/kio-zeroconf-23.08.5-r2:5 + !<net-misc/kio-zeroconf-24.08.0-r1:6 +" + +ECM_INSTALL_FILES=( + kdedmodule/org.kde.kdnssd.xml:\${KDE_INSTALL_DBUSINTERFACEDIR} + kioworker/zeroconf.desktop:\${KDE_INSTALL_DATADIR}/remoteview + org.kde.kio_zeroconf.metainfo.xml:\${KDE_INSTALL_METAINFODIR} +) |