mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
68 lines
1.8 KiB
PHP
68 lines
1.8 KiB
PHP
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2018 Alistair Francis <alistair.francis@wdc.com>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
PR = "r0"
|
|
|
|
SRC_URI:append:jh7110 = " \
|
|
file://0001-Use-VisionFive2-specific-MESA-Fork.patch \
|
|
"
|
|
|
|
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 \
|
|
"
|
|
|
|
require plasma-framework_metainfo.inc
|
|
inherit cmake_kf5
|
|
inherit ki18n
|
|
inherit kdoctools
|
|
inherit reuse_license_checksums
|
|
|
|
FILES:${PN} += " \
|
|
${libdir}/plugins/*.so \
|
|
${libdir}/plugins/kf5/kirigami/KirigamiPlasmaStyle.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/*/* \
|
|
"
|