blob: 4488a869c50985a3e6e9fe9e047357dfbb5a7b84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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=""
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}
)
|