mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Get buildroot-external tree to reflect 2022.02.1
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
This commit is contained in:
2
buildroot-external/package/kf5-layer-shell-qt/Config.in
Normal file
2
buildroot-external/package/kf5-layer-shell-qt/Config.in
Normal file
@ -0,0 +1,2 @@
|
||||
config BR2_PACKAGE_KF5_LAYER_SHELL_QT
|
||||
bool "kf5-layer-shell-qt"
|
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 f591600cc0697cc94ce765bd17b1f9e3ab52d3d58c4de89e2820de3a7377b279 layer-shell-qt-5.24.5.tar.xz
|
@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# kf5-layer-shell-qt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KF5_LAYER_SHELL_QT_VERSION = 5.24.5
|
||||
KF5_LAYER_SHELL_QT_SITE = https://download.kde.org/stable/plasma/$(KF5_LAYER_SHELL_QT_VERSION)
|
||||
KF5_LAYER_SHELL_QT_SOURCE = layer-shell-qt-$(KF5_LAYER_SHELL_QT_VERSION).tar.xz
|
||||
KF5_LAYER_SHELL_QT_LICENSE = BSD-3-Clause
|
||||
KF5_LAYER_SHELL_QT_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
|
||||
|
||||
KF5_LAYER_SHELL_QT_DEPENDENCIES = host-pkgconf kf5-plasma-framework kf5-kwayland
|
||||
KF5_LAYER_SHELL_QT_INSTALL_STAGING = YES
|
||||
KF5_LAYER_SHELL_QT_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
$(eval $(cmake-package))
|
Reference in New Issue
Block a user