1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-30 10:25:12 +01:00

18 lines
648 B
Makefile
Raw Normal View History

################################################################################
#
# kf5-plasma-pa
#
################################################################################
2020-11-02 20:55:40 +01:00
KF5_PLASMA_PA_VERSION = 5.20.2
KF5_PLASMA_PA_SITE = https://download.kde.org/stable/plasma/$(KF5_PLASMA_PA_VERSION)
KF5_PLASMA_PA_SOURCE = plasma-pa-$(KF5_PLASMA_PA_VERSION).tar.xz
KF5_PLASMA_PA_LICENSE = BSD-3-Clause
KF5_PLASMA_PA_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
KF5_PLASMA_PA_DEPENDENCIES = host-pkgconf libcanberra kf5-plasma-framework kf5-kwayland
KF5_PLASMA_PA_INSTALL_STAGING = YES
KF5_PLASMA_PA_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))