mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Add KXmlRpcClient recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7109
This commit is contained in:
14
recipes-kf5/tier3/kxmlrpcclient.inc
Normal file
14
recipes-kf5/tier3/kxmlrpcclient.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "KXmlRpcClient"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/kxmlrpcclient/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase ki18n kio"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/kxmlrpcclient;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
inherit gettext
|
||||
inherit python3native
|
||||
2
recipes-kf5/tier3/kxmlrpcclient_5.36.0.bb
Normal file
2
recipes-kf5/tier3/kxmlrpcclient_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user