summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 17:13:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:06:13 +0100
commit64cb8dd0b313bab336110140e6020334d6de8f21 (patch)
tree87714b750b62788cc86a4413c3a56528ade1b943 /net-misc
parentnet-misc/kio-zeroconf: 24.08.3 version bump (diff)
downloadgentoo-64cb8dd0b313bab336110140e6020334d6de8f21.tar.gz
gentoo-64cb8dd0b313bab336110140e6020334d6de8f21.tar.bz2
gentoo-64cb8dd0b313bab336110140e6020334d6de8f21.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/Manifest1
-rw-r--r--net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.3.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/Manifest b/net-misc/kio-zeroconf-common/Manifest
index f11b9fd32f27..471dc1a6eda6 100644
--- a/net-misc/kio-zeroconf-common/Manifest
+++ b/net-misc/kio-zeroconf-common/Manifest
@@ -1,2 +1,3 @@
DIST kio-zeroconf-24.08.1.tar.xz 44896 BLAKE2B b49fbb9c8b4ccce222196470cbb80cd70398beb7e46ab5782925f59bbbaff61618ef32b243d9fa17f8e7e6ef984080029ed313fdeefc1a230cf51a6fc7e3ff07 SHA512 8d20bc685a5746073e8ee34c1b9546e86315e9cbe614837e03980a67df51a6d27edabbb5ada9ebe5e750a9d21621339c49b06de8ac714f821780debfd1bc0e28
DIST kio-zeroconf-24.08.2.tar.xz 44900 BLAKE2B 7fc482aade8d9ecb9b0dfa47005132e82ebf0cdbd898d87fda6ed4cae04c566decc0fe5122195a38596f7b39e2ae42c7b705d0ede9e8d36b2870d680a10541b6 SHA512 d08da9dd8bfa7a457f20c0f43cc0015c0f30344469b3631ccff610aaed6bac7710086a62fed7fee8ea9cbfa11c5b122d2c8b8fd98667690c84d0c7e96f88e57b
+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 000000000000..4ab4638c9e5a
--- /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}
+)