From 5337669c32822af6c61c5fdfc26451b499889538 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sun, 14 Jan 2024 21:10:45 +0100 Subject: [PATCH] plasma-welcome: initial packaging --- recipes-plasma/plasma-welcome.inc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-plasma/plasma-welcome.inc diff --git a/recipes-plasma/plasma-welcome.inc b/recipes-plasma/plasma-welcome.inc new file mode 100644 index 0000000..2ebc3b6 --- /dev/null +++ b/recipes-plasma/plasma-welcome.inc @@ -0,0 +1,31 @@ +# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "Welcome Center" +HOMEPAGE = "https://invent.kde.org/plasma/plasma-welcome" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977" +PR = "r0" + +DEPENDS = " \ + kcmutils \ + kconfig \ + kconfigwidgets \ + kdbusaddons \ + ki18n \ + kio \ + kservice \ + kirigami \ + kirigami-addons \ + kjobwidgets \ + knewstuff \ + ksvg \ + kwindowsystem \ + libplasma \ + qtbase \ + qtdeclarative \ +" + +inherit cmake_plasma +inherit mime-xdg