1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-15 18:39:05 +01:00
OpenVoiceOS/buildroot-external/package/kf5-kiconthemes/kf5-kiconthemes.mk
Peter Steenbergen 55e6e70049 MycroftOS: GUI: More work.. Plasma-framework now included.
- next to go is plasma-nano
- then mycroft-gui-mark-2
2020-05-12 10:42:39 +02:00

20 lines
651 B
Makefile

################################################################################
#
# kf5-kiconthemes
#
################################################################################
KF5_KICONTHEMES_VERSION = $(KF5_VERSION)
KF5_KICONTHEMES_SITE = $(KF5_SITE)
KF5_KICONTHEMES_SOURCE = kiconthemes-$(KF5_KICONTHEMES_VERSION).tar.xz
KF5_KICONTHEMES_LICENSE = BSD-3-Clause
KF5_KICONTHEMES_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
KF5_KICONTHEMES_DEPENDENCIES = host-pkgconf kf5-kitemviews
KF5_KICONTHEMES_INSTALL_STAGING = YES
KF5_KICONTHEMES_SUPPORTS_IN_SOURCE_BUILD = NO
KF5_KICONTHEMES_CONF_OPTS = -DBUILD_DESIGNERPLUGIN=OFF
$(eval $(cmake-package))