mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +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
23 lines
636 B
Makefile
23 lines
636 B
Makefile
################################################################################
|
|
#
|
|
# kf5-kio
|
|
#
|
|
################################################################################
|
|
|
|
KF5_KIO_VERSION = $(KF5_VERSION)
|
|
KF5_KIO_SITE = $(KF5_SITE)
|
|
KF5_KIO_SOURCE = kio-$(KF5_KIO_VERSION).tar.xz
|
|
KF5_KIO_LICENSE = BSD-3-Clause
|
|
KF5_KIO_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
|
|
|
|
KF5_KIO_DEPENDENCIES = host-pkgconf kf5-kservice kf5-solid \
|
|
kf5-kjobwidgets kf5-ktextwidgets \
|
|
kf5-knotifications kf5-kded
|
|
|
|
KF5_KIO_INSTALL_STAGING = YES
|
|
KF5_KIO_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
KF5_KIO_CONF_OPTS = -DBUILD_DESIGNERPLUGIN=OFF
|
|
|
|
$(eval $(cmake-package))
|