qqc2-breeze-style: introduce recipe
This commit is contained in:
committed by
Maxime Roussin-Belanger
parent
b1e6e057e7
commit
f8b75cc7a0
23
recipes-plasma/qqc2-breeze-style.inc
Normal file
23
recipes-plasma/qqc2-breeze-style.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
# SPDX-FileCopyrightText: 2023 Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
|
||||
#
|
||||
# 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/* \
|
||||
"
|
||||
6
recipes-plasma/qqc2-breeze-style_5.27.80.bb
Normal file
6
recipes-plasma/qqc2-breeze-style_5.27.80.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/unstable/plasma/5.27.80/qqc2-breeze-style-5.27.80.tar.xz"
|
||||
SRC_URI[sha256sum] = "9dbd730d7585cb8cbfa3eab0db3fbbdb4e42b4b34cd71b902dd3f4e0dbad0f9d"
|
||||
Reference in New Issue
Block a user