mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
55e6e70049
- next to go is plasma-nano - then mycroft-gui-mark-2
20 lines
624 B
Makefile
20 lines
624 B
Makefile
################################################################################
|
|
#
|
|
# kf5-kitemviews
|
|
#
|
|
################################################################################
|
|
|
|
KF5_KITEMVIEWS_VERSION = $(KF5_VERSION)
|
|
KF5_KITEMVIEWS_SITE = $(KF5_SITE)
|
|
KF5_KITEMVIEWS_SOURCE = kitemviews-$(KF5_KITEMVIEWS_VERSION).tar.xz
|
|
KF5_KITEMVIEWS_LICENSE = BSD-3-Clause
|
|
KF5_KITEMVIEWS_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
|
|
|
|
KF5_KITEMVIEWS_DEPENDENCIES = host-pkgconf
|
|
KF5_KITEMVIEWS_INSTALL_STAGING = YES
|
|
KF5_KITEMVIEWS_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
KF5_KITEMVIEWS_CONF_OPTS = -DBUILD_DESIGNERPLUGIN=OFF
|
|
|
|
$(eval $(cmake-package))
|