1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add plasma-workspace and its dependencies

This commit is contained in:
j1nx
2020-10-21 15:49:35 +02:00
parent 059d330aa9
commit 92f5fd1ffb
73 changed files with 771 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
config BR2_PACKAGE_KF5_KITEMMODELS
bool "kf5-kitemmodels"

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 6569e289ac9263d87ef6641fe2f3914b9ace6814832ac9c61825b1c6805ae371 kitemmodels-5.73.0.tar.xz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# kf5-kitemmodels
#
################################################################################
KF5_KITEMMODELS_VERSION = $(KF5_VERSION)
KF5_KITEMMODELS_SITE = $(KF5_SITE)
KF5_KITEMMODELS_SOURCE = kitemmodels-$(KF5_KITEMMODELS_VERSION).tar.xz
KF5_KITEMMODELS_LICENSE = BSD-3-Clause
KF5_KITEMMODELS_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
KF5_KITEMMODELS_DEPENDENCIES = host-pkgconf
KF5_KITEMMODELS_INSTALL_STAGING = YES
KF5_KITEMMODELS_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))