Files
meta-kf5/recipes-kf5/tier3/purpose.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

34 lines
727 B
PHP

DESCRIPTION = "Purpose"
HOMEPAGE = "https://api.kde.org/frameworks/purpose/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
PR = "r0"
DEPENDS = " \
qtbase \
qtdeclarative \
kcoreaddons \
kcoreaddons-native \
ki18n \
kconfig \
kconfig-native \
kio \
kauth-native \
kirigami \
"
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kf5
inherit gettext
inherit python3native
inherit kdoctools
FILES_${PN} += " \
${libdir}/plugins/kf5/kfileitemaction \
${libdir}/plugins/kf5/purpose \
${libdir}/qml/org/kde/purpose \
${datadir}/icons/hicolor \
"