Add KCompletion recipe

Summary: Based on a work branch found in Johan's repo.

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D6998
This commit is contained in:
Volker Krause
2017-07-30 17:50:03 +02:00
parent 8f4435fcba
commit fa75ce0819
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION = "KCompletion"
HOMEPAGE = "https://api.kde.org/frameworks/kcompletion/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
PR = "r0"
DEPENDS = "qtbase kwidgetsaddons kconfig kconfig-native"
SRC_URI = "git://anongit.kde.org/kcompletion;nobranch=1"
S = "${WORKDIR}/git"
inherit cmake_kf5
FILES_${PN}-dev += " \
${libdir}/cmake/KF5Completion/*.cmake \
${prefix}/mkspecs/modules/qt_KCompletion.pri \
"

View File

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