From f8b75cc7a05ad7bd1a764ab205c59ed62a763fd8 Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Belanger Date: Fri, 17 Nov 2023 21:52:24 +0000 Subject: [PATCH] qqc2-breeze-style: introduce recipe --- recipes-plasma/qqc2-breeze-style.inc | 23 +++++++++++++++++++++ recipes-plasma/qqc2-breeze-style_5.27.80.bb | 6 ++++++ 2 files changed, 29 insertions(+) create mode 100644 recipes-plasma/qqc2-breeze-style.inc create mode 100644 recipes-plasma/qqc2-breeze-style_5.27.80.bb diff --git a/recipes-plasma/qqc2-breeze-style.inc b/recipes-plasma/qqc2-breeze-style.inc new file mode 100644 index 0000000..26c9f61 --- /dev/null +++ b/recipes-plasma/qqc2-breeze-style.inc @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: 2023 Maxime Roussin-Bélanger +# +# SPDX-License-Identifier: MIT + +SUMMARY = "Breeze inspired QtQuickControls 2 Style" +HOMEPAGE = "https://invent.kde.org/plasma/qqc2-breeze-style" +LICENSE = "LGPL-3.0-only" +PR = "r0" + +DEPENDS = " \ + qtdeclarative \ + kirigami \ + kquickcharts \ +" + +inherit cmake_plasma +inherit reuse_license_checksums + +FILES:${PN} += " \ + ${libdir}/plugins/kf6/kirigami/platform/*.so \ + ${libdir}/qml/org/kde/kirigami/* \ + ${libdir}/qml/org/kde/breeze/* \ +" diff --git a/recipes-plasma/qqc2-breeze-style_5.27.80.bb b/recipes-plasma/qqc2-breeze-style_5.27.80.bb new file mode 100644 index 0000000..c56b8a6 --- /dev/null +++ b/recipes-plasma/qqc2-breeze-style_5.27.80.bb @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI += "https://download.kde.org/unstable/plasma/5.27.80/qqc2-breeze-style-5.27.80.tar.xz" +SRC_URI[sha256sum] = "9dbd730d7585cb8cbfa3eab0db3fbbdb4e42b4b34cd71b902dd3f4e0dbad0f9d"