plasma-sdk: initial commit
From repo: Applications useful for Plasma development. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
51
recipes-plasma/plasma-sdk.inc
Normal file
51
recipes-plasma/plasma-sdk.inc
Normal file
@@ -0,0 +1,51 @@
|
||||
# SPDX-FileCopyrightText: 2024 Marc Ferland <marc.ferland@sonatest.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DESCRIPTION = "Plasma-SDK"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "BSD-2-Clause & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \
|
||||
file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977 \
|
||||
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
|
||||
file://LICENSES/LGPL-2.0-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
||||
file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += " \
|
||||
kcoreaddons \
|
||||
karchive \
|
||||
kcompletion \
|
||||
kconfig \
|
||||
kconfigwidgets \
|
||||
kdbusaddons \
|
||||
ki18n \
|
||||
kiconthemes \
|
||||
kitemmodels \
|
||||
kio \
|
||||
ktexteditor \
|
||||
kwidgetsaddons \
|
||||
ksvg \
|
||||
libplasma \
|
||||
plasma5support \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
kirigami \
|
||||
"
|
||||
|
||||
inherit cmake_plasma
|
||||
inherit kf6-kdoctools
|
||||
|
||||
PACKAGES =+ "${PN}-zsh-completions"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/kpackage \
|
||||
${datadir}/plasma/shells \
|
||||
"
|
||||
|
||||
FILES:${PN}-zsh-completions += " \
|
||||
${datadir}/zsh \
|
||||
"
|
||||
6
recipes-plasma/plasma-sdk_6.1.4.bb
Normal file
6
recipes-plasma/plasma-sdk_6.1.4.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${PN}.inc
|
||||
SRC_URI += "https://download.kde.org/stable/plasma/6.1.4/plasma-sdk-6.1.4.tar.xz"
|
||||
SRC_URI[sha256sum] = "f0664a22ee99f415050bc2ed583d8a137214acb282930cb0f1e0d9b17ed2734a"
|
||||
Reference in New Issue
Block a user