mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-24 22:36:22 +02:00
33 lines
758 B
PHP
33 lines
758 B
PHP
DESCRIPTION = "Workspace and cross-framework integration plugins"
|
|
HOMEPAGE = "https://api.kde.org/frameworks/frameworkintegration/html/index.html"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kconfig \
|
|
kconfig-native \
|
|
kconfigwidgets \
|
|
kcoreaddons-native \
|
|
kauth-native \
|
|
kiconthemes \
|
|
knotifications \
|
|
kwidgetsaddons \
|
|
kpackage \
|
|
kpackage-native \
|
|
knewstuff \
|
|
"
|
|
|
|
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake_kf5
|
|
inherit ki18n
|
|
inherit kdoctools
|
|
|
|
FILES_${PN} += " \
|
|
${libdir}/plugins/kf5/FrameworkIntegrationPlugin.so \
|
|
${datadir}/kf5/infopage \
|
|
"
|