1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-13 01:33:45 +01:00
OpenVoiceOS/buildroot-external/package/kf5-kscreenlocker/kf5-kscreenlocker.mk
j1nx e84818f62e 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
2022-05-12 10:46:41 +02:00

19 lines
710 B
Makefile

################################################################################
#
# kf5-kscreenlocker
#
################################################################################
KF5_KSCREENLOCKER_VERSION = 5.24.5
KF5_KSCREENLOCKER_SITE = https://download.kde.org/stable/plasma/$(KF5_KSCREENLOCKER_VERSION)
KF5_KSCREENLOCKER_SOURCE = kscreenlocker-$(KF5_KSCREENLOCKER_VERSION).tar.xz
KF5_KSCREENLOCKER_LICENSE = BSD-3-Clause
KF5_KSCREENLOCKER_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
KF5_KSCREENLOCKER_DEPENDENCIES = host-pkgconf kf5-plasma-framework kf5-kwayland \
kf5-layer-shell-qt
KF5_KSCREENLOCKER_INSTALL_STAGING = YES
KF5_KSCREENLOCKER_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))