mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-13 01:33:45 +01:00
e84818f62e
- 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
18 lines
696 B
Makefile
18 lines
696 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|