mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-15 10:28:50 +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
20 lines
713 B
Makefile
20 lines
713 B
Makefile
################################################################################
|
|
#
|
|
# kf5-kwin
|
|
#
|
|
################################################################################
|
|
|
|
KF5_KWIN_VERSION = 5.24.5
|
|
KF5_KWIN_SITE = https://download.kde.org/stable/plasma/$(KF5_KWIN_VERSION)
|
|
KF5_KWIN_SOURCE = kwin-$(KF5_KWIN_VERSION).tar.xz
|
|
KF5_KWIN_LICENSE = BSD-3-Clause
|
|
KF5_KWIN_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
|
|
|
|
KF5_KWIN_DEPENDENCIES = host-pkgconf qt5sensors kf5-plasma-framework kf5-kwayland \
|
|
kf5-kwayland-server kf5-kidletime kf5-kinit kf5-kcmutils \
|
|
kf5-knewstuff kf5-attica kf5-kdecoration kf5-kscreenlocker
|
|
KF5_KWIN_INSTALL_STAGING = YES
|
|
KF5_KWIN_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
$(eval $(cmake-package))
|