705d15ec1f
The tracked source tree was stuck at KF6 6.10.0 with QML/Quick/kcmshell stripped out and kcmoduleloader/kcmultidialog gutted by sed/python hacks. Replace the local source with the upstream 6.27.0 tarball content, keeping only the .clang-format and docs/ extras. This restores: - add_subdirectory(qml) / (quick) / (kcmshell) - kcmoduleqml.cpp/h, KF6KCMUtilsQuick, Qt6::Qml/Quick/QuickWidgets links - kcmoduleloader.cpp and kcmultidialog.cpp QML code paths - ECMQmlModule and KF6KIO find_package in top-level CMakeLists.txt - Qt6Qml find_dependency in KF6KCMUtilsConfig.cmake.in Shrink the recipe build script to use cookbook_apply_patches of the external 01-initial-migration.patch and remove all sed/python hacks. Shrink the migration patch to only disable ki18n_install(po) (translations remain deferred until lupdate/lrelease is built for target).
22 lines
407 B
YAML
22 lines
407 B
YAML
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
maintainer:
|
|
description: Utilities for working with KCModules
|
|
tier: 3
|
|
type: integration
|
|
platforms:
|
|
- name: Linux
|
|
- name: FreeBSD
|
|
- name: Windows
|
|
- name: macOS
|
|
portingAid: false
|
|
deprecated: false
|
|
release: true
|
|
libraries:
|
|
- cmake: "KF6::KCMUtils"
|
|
cmakename: KF6KCMUtils
|
|
|
|
public_lib: true
|
|
group: Frameworks
|
|
subgroup: Tier 3
|