diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-05 21:02:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-05 22:03:12 +0100 |
commit | 7d07ab681041eae25f7c2fd656f2c00fc1e846d5 (patch) | |
tree | 85e952eeec83bc7cbad5e0f24da45f73096c2dda /net-misc | |
parent | net-misc/kio-zeroconf: 24.08.3 version bump (diff) | |
download | kde-7d07ab681041eae25f7c2fd656f2c00fc1e846d5.tar.gz kde-7d07ab681041eae25f7c2fd656f2c00fc1e846d5.tar.bz2 kde-7d07ab681041eae25f7c2fd656f2c00fc1e846d5.zip |
net-misc/kio-zeroconf-common: 24.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kio-zeroconf-common/Manifest | 1 | ||||
-rw-r--r-- | net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.3.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/Manifest b/net-misc/kio-zeroconf-common/Manifest new file mode 100644 index 0000000000..7159fe6477 --- /dev/null +++ b/net-misc/kio-zeroconf-common/Manifest @@ -0,0 +1 @@ +DIST kio-zeroconf-24.08.3.tar.xz 44896 BLAKE2B 28e0acfbc943c4942e65e87a6d5f10dccbd17d61372b592d7167a1de0103fa54007b399036531897a942ced0e6dcd9cd26a757dda9244d6dc643cf9c57d1d2e8 SHA512 5b88d06d998702556bb0f2c533b12c289f039ed7803e9785f224b21509bf5dd4de2e17c3c6cddfa70bd374aab6b9c63a8d2b24e8019e2a4d33b8a8b0412007c5 diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.3.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.3.ebuild new file mode 100644 index 0000000000..4ab4638c9e --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.3.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} +) |