mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-11 21:49:34 +02:00
Add KRunner recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7120
This commit is contained in:
34
recipes-kf5/tier3/krunner.inc
Normal file
34
recipes-kf5/tier3/krunner.inc
Normal file
@@ -0,0 +1,34 @@
|
||||
DESCRIPTION = "KRunner"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/krunner/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
kconfig \
|
||||
kcoreaddons \
|
||||
ki18n \
|
||||
kio \
|
||||
kservice \
|
||||
plasma-framework \
|
||||
solid \
|
||||
threadweaver \
|
||||
"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/krunner;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
inherit gettext
|
||||
inherit python3native
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/qml/org/kde/runnermodel/* \
|
||||
${datadir}/kservicetypes5/*.desktop \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${datadir}/kdevappwizard/templates/* \
|
||||
"
|
||||
2
recipes-kf5/tier3/krunner_5.36.0.bb
Normal file
2
recipes-kf5/tier3/krunner_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user