mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-24 22:36:22 +02:00
61 lines
1.6 KiB
PHP
61 lines
1.6 KiB
PHP
DESCRIPTION = "Plama Framework"
|
|
HOMEPAGE = "https://api.kde.org/plasma-framework/html/index.html"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kactivities \
|
|
karchive \
|
|
kconfig \
|
|
kconfig-native \
|
|
kconfigwidgets \
|
|
kdbusaddons \
|
|
kdeclarative \
|
|
kglobalaccel \
|
|
kguiaddons \
|
|
kiconthemes \
|
|
kio \
|
|
kcoreaddons-native \
|
|
kauth-native \
|
|
kservice \
|
|
kwindowsystem \
|
|
kxmlgui \
|
|
knotifications \
|
|
kpackage \
|
|
kpackage-native \
|
|
kwayland \
|
|
kirigami \
|
|
gzip-native \
|
|
"
|
|
|
|
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/*.so \
|
|
${libdir}/plugins/kpackage/packagestructure/*.so \
|
|
${libdir}/plugins/plasma/scriptengines/*.so \
|
|
${libdir}/qml/org/kde/plasma/accessdenied/* \
|
|
${libdir}/qml/org/kde/plasma \
|
|
${libdir}/qml/org/kde/kirigami.2 \
|
|
${libdir}/qml/QtQuick/Controls.2/Plasma \
|
|
${libdir}/qml/QtQuick/Controls/Styles/Plasma \
|
|
${datadir}/plasma/services/*.operations \
|
|
${datadir}/plasma/desktoptheme/air/* \
|
|
${datadir}/plasma/desktoptheme/air/*/* \
|
|
${datadir}/plasma/desktoptheme/breeze-dark/* \
|
|
${datadir}/plasma/desktoptheme/breeze-dark/*/* \
|
|
${datadir}/plasma/desktoptheme/breeze-light/* \
|
|
${datadir}/plasma/desktoptheme/breeze-light/*/* \
|
|
${datadir}/plasma/desktoptheme/default/* \
|
|
${datadir}/plasma/desktoptheme/default/*/* \
|
|
${datadir}/plasma/desktoptheme/oxygen/* \
|
|
${datadir}/plasma/desktoptheme/oxygen/*/* \
|
|
"
|