kde-frameworks: Add KDE Frameworks 5.46.0
[gentoo.git] / kde-frameworks / kxmlrpcclient / kxmlrpcclient-5.46.0.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_TEST="true"
7 inherit kde5
8
9 DESCRIPTION="Framework providing client-side support for the XML-RPC protocol"
10 LICENSE="BSD-2"
11 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
12 IUSE=""
13
14 DEPEND="
15         $(add_frameworks_dep kcoreaddons)
16         $(add_frameworks_dep ki18n)
17         $(add_frameworks_dep kio)
18         $(add_qt_dep qtxml)
19 "
20 RDEPEND="${DEPEND}"