mirror of
https://github.com/KDE/kasts.git
synced 2024-12-14 18:01:03 +01:00
633f4fd0f0
This contains the following changes: - Use separate db connections for feed updates (required for multithreading. - Add ThreadWeaver dependency. - Port update job from KJob to ThreadWeaver::Job - This should also solve the bug where the update process would hang on the "processEvents" call, which was intended to keep the UI responsive during updates. BUG: 452585
14 lines
423 B
YAML
14 lines
423 B
YAML
# SPDX-FileCopyrightText: 2021 Tobias Fella <fella@posteo.de>
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
Dependencies:
|
|
- 'on': ['@all']
|
|
'require':
|
|
'frameworks/extra-cmake-modules': '@stable'
|
|
'frameworks/kcoreaddons': '@stable'
|
|
'frameworks/kirigami': '@stable'
|
|
'frameworks/syndication': '@stable'
|
|
'frameworks/ki18n': '@stable'
|
|
'frameworks/kconfig': '@stable'
|
|
'frameworks/threadweaver': '@stable'
|