1
1
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:
j1nx
2022-05-12 10:46:41 +02:00
parent 2ebb462737
commit e84818f62e
382 changed files with 859 additions and 38843 deletions

View File

@ -0,0 +1,2 @@
config BR2_PACKAGE_KF5_LAYER_SHELL_QT
bool "kf5-layer-shell-qt"

View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 f591600cc0697cc94ce765bd17b1f9e3ab52d3d58c4de89e2820de3a7377b279 layer-shell-qt-5.24.5.tar.xz

View File

@ -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))