diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-01 15:43:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-01 15:49:57 +0200 |
commit | cf09a200af027a95d29ea325e365cdfad83954a5 (patch) | |
tree | 00548e20d5b5ce583d8459b94ec3c4b3932ad786 /net-misc | |
parent | app-dicts/myspell-hu: EAPI 7 -> 8 (diff) | |
download | gentoo-cf09a200af027a95d29ea325e365cdfad83954a5.tar.gz gentoo-cf09a200af027a95d29ea325e365cdfad83954a5.tar.bz2 gentoo-cf09a200af027a95d29ea325e365cdfad83954a5.zip |
net-misc/kio-zeroconf-common: Install zeroconf.desktop and metainfo.xml
Bug: https://bugs.gentoo.org/938885
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.05.2-r1.ebuild | 24 | ||||
-rw-r--r-- | net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0-r1.ebuild | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2-r1.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2-r1.ebuild new file mode 100644 index 000000000000..f1f40621d14d --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2-r1.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="amd64 arm64 ~ppc64 x86" + +RDEPEND=" + !<net-misc/kio-zeroconf-23.08.5-r2:5 + !<net-misc/kio-zeroconf-24.05.2-r2: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} +) diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0-r1.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0-r1.ebuild new file mode 100644 index 000000000000..4ab4638c9e5a --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0-r1.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="~amd64 ~arm64 ~ppc64 ~x86" + +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} +) |