Files
meta-kf5/recipes-kf5/tier3/krunner.inc
Volker Krause e5e32bcb41 Move from anongit.kde.org to invent.kde.org
anongit has been switched off in favor of Gitlab.
2020-06-11 17:06:14 +02:00

33 lines
663 B
PHP

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 \
libxml2-native \
kconfig \
kconfig-native \
kcoreaddons \
kcoreaddons-native \
kio \
kauth-native \
kservice \
plasma-framework \
kpackage-native \
solid \
threadweaver \
"
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kf5
inherit ki18n
FILES_${PN} += " \
${libdir}/qml/org/kde/runnermodel/* \
"