aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 15:17:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 18:30:34 +0100
commit3880056d9c07d3a535b86bc83717c73a306ff837 (patch)
tree8a78a7a067d234169d7ec4225b34fca30981b4ff /net-misc
parentnet-misc/kio-zeroconf: 24.11.80 version bump (diff)
downloadkde-3880056d9c07d3a535b86bc83717c73a306ff837.tar.gz
kde-3880056d9c07d3a535b86bc83717c73a306ff837.tar.bz2
kde-3880056d9c07d3a535b86bc83717c73a306ff837.zip
net-misc/kio-zeroconf-common: 24.11.80 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.11.80.ebuild24
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..6a6a3a1160
--- /dev/null
+++ b/net-misc/kio-zeroconf-common/Manifest
@@ -0,0 +1 @@
+DIST kio-zeroconf-24.11.80.tar.xz 44904 BLAKE2B 5712706564c65312b8fdf3366412e41a56f7b566e0789f5c05a88d5c8a4074c0e2546d88c8882303333c440448e2424573faabaed5f80837ebd4330ff67dbb0b SHA512 9354e877302be2298b0f44908f812123608d3a3f03f1a13cf516d94d095a4f0465b3f4a8fccb600e5c91fc360ad82b2b0a6fac8fe7772da0293de179236ef048
diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.11.80.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.11.80.ebuild
new file mode 100644
index 0000000000..4ab4638c9e
--- /dev/null
+++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.11.80.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}
+)