mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-24 22:36:22 +02:00
34 lines
727 B
PHP
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 \
|
|
"
|