net-misc/kio-zeroconf: 25.04.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-17 01:21:00 +02:00
parent a1e5aa9d63
commit ce343ad332
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kio-zeroconf-24.12.3.tar.xz 44904 BLAKE2B e10395e32776e0b5fb43c91e8a72f2f0a611fd9341843fb3d8a3d3206d45980a97a68da8076d8bb2c077a39878de53cc35c00dd1e8032de39d8171da9bbdf7c7 SHA512 650373204c0922ce3a99dc7327149c800c1975625c33b97a27ea94948cfa410dd584207d05da71fcba090982e30cc211f7c73e4895fcab02ad9c2f79934a8a1b
DIST kio-zeroconf-25.04.0.tar.xz 44924 BLAKE2B 65c084c796001a60fc3f8ac4f70f6e9fa81d98962960e5522dbb5c96a716bef84fc9944cd4a574b0758b47d5a9cb4553302644ec9906d120be674c5f056d5eeb SHA512 aca1724fa1d532c9932959e69ecd53fcb665b4cd1b8dc94e57387cc620853d8946eaf351d1a2b22c1e04c7272e409b0222ec44ed03f1c7c1e94d6f6f3a356fdf

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.9.0
QTMIN=6.7.2
inherit ecm gear.kde.org
DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service Discovery)"
LICENSE="GPL-2+"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus]
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kdnssd-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
"
RDEPEND="${DEPEND}
!<net-misc/kio-zeroconf-23.08.5-r2:5
!net-misc/kio-zeroconf-common
"