diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:51:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 18:59:17 +0200 |
commit | 179f09bdd7253e3451ca66c4d3057cd8b62fbfd7 (patch) | |
tree | 1e53bb4dd540dbc44d75fcaef10dd7a4f3583a00 /net-misc | |
parent | net-misc/kio-zeroconf: 24.08.2 version bump (diff) | |
download | kde-179f09bdd7253e3451ca66c4d3057cd8b62fbfd7.tar.gz kde-179f09bdd7253e3451ca66c4d3057cd8b62fbfd7.tar.bz2 kde-179f09bdd7253e3451ca66c4d3057cd8b62fbfd7.zip |
net-misc/kio-zeroconf-common: 24.08.2 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.2.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..73bfa8a1bf --- /dev/null +++ b/net-misc/kio-zeroconf-common/Manifest @@ -0,0 +1 @@ +DIST kio-zeroconf-24.08.2.tar.xz 44900 BLAKE2B 7fc482aade8d9ecb9b0dfa47005132e82ebf0cdbd898d87fda6ed4cae04c566decc0fe5122195a38596f7b39e2ae42c7b705d0ede9e8d36b2870d680a10541b6 SHA512 d08da9dd8bfa7a457f20c0f43cc0015c0f30344469b3631ccff610aaed6bac7710086a62fed7fee8ea9cbfa11c5b122d2c8b8fd98667690c84d0c7e96f88e57b diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.2.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.2.ebuild new file mode 100644 index 0000000000..4ab4638c9e --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.2.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} +) |