Add KCMUtils recipe

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7148
This commit is contained in:
Volker Krause
2017-08-05 14:28:33 +02:00
parent 2edbd1324e
commit 07c0c724f4
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
DESCRIPTION = "KCMUtils"
HOMEPAGE = "https://api.kde.org/frameworks/kcmutils/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r0"
DEPENDS = " \
qtbase \
kitemviews \
kconfigwidgets \
kcoreaddons \
kiconthemes \
ki18n \
kservice \
kxmlgui \
kdeclarative \
kpackage \
"
SRC_URI = "git://anongit.kde.org/kcmutils;nobranch=1"
S = "${WORKDIR}/git"
inherit cmake_kf5
inherit gettext
inherit python3native
FILES_${PN} += " \
${datadir}/kservicetypes5/*.desktop \
"

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"