shift-shell/.kde-ci.yml

43 lines
1.3 KiB
YAML
Raw Normal View History

2021-10-05 13:47:35 +00:00
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
2025-02-05 06:51:16 +00:00
- 'on': ['@all']
'require':
2023-03-02 07:19:14 +00:00
'frameworks/extra-cmake-modules': '@latest-kf6'
kcm: Implement minimal Waydroid support I prefer create MR now to avoid biggest merge request. It add minimalist implementation: - First configuration of Waydroid - Stop / Start Waydroid session - Configure properties of Waydroid - Display current ip of Waydroid | Not installed | First initialization | initializing | SessionNotStarted | SessionStarting | SessionStarted | | ------ | ------ | ------ | ------ | ------ | ------ | | ![Copie_d_écran_20250705_162112](/uploads/66844057ee6c955803288993809616fa/Copie_d_écran_20250705_162112.png) | ![Copie_d_écran_20250707_234822](/uploads/133779f8d4a70551a321938a7193aa3d/Copie_d_écran_20250707_234822.png) | ![Copie_d_écran_20250707_234829](/uploads/bacecd42875e3afd48dba2f9472b0f13/Copie_d_écran_20250707_234829.png) | ![Copie_d_écran_20250707_234908](/uploads/c6eff9833e33f30797088e327fcf6ea3/Copie_d_écran_20250707_234908.png) | ![Copie_d_écran_20250707_234919](/uploads/1927e2334d7e3b5790e5fab9037feff7/Copie_d_écran_20250707_234919.png) | ![Copie_d_écran_20250707_235239](/uploads/9be45b0a7b5f988de0e9ac297a2447c8/Copie_d_écran_20250707_235239.png) | Linked to https://invent.kde.org/teams/plasma-mobile/issues/-/issues/307 **Note for Reviewer**: In my local environment, i need to add manually the KAuth files otherwise polkit not recognize the implementation. ``` sudo cp ~/kde/usr/share/dbus-1/system-services/org.kde.plasma.mobileshell.waydroidhelper.service /usr/share/dbus-1/system-services/ sudo cp ~/kde/usr/share/dbus-1/system.d/org.kde.plasma.mobileshell.waydroidhelper.conf /usr/share/dbus-1/system.d/ sudo cp ~/kde/usr/share/polkit-1/actions/org.kde.plasma.mobileshell.waydroidhelper.policy /usr/share/polkit-1/actions/ ```
2025-07-10 16:00:41 +00:00
'frameworks/kauth': '@latest-kf6'
2023-03-02 07:19:14 +00:00
'frameworks/kconfig': '@latest-kf6'
'frameworks/kcoreaddons': '@latest-kf6'
'frameworks/ki18n': '@latest-kf6'
'frameworks/kio': '@latest-kf6'
'frameworks/kitemmodels': '@latest-kf6'
2023-03-02 07:19:14 +00:00
'frameworks/knotifications': '@latest-kf6'
'frameworks/kpackage': '@latest-kf6'
'frameworks/kservice': '@latest-kf6'
'frameworks/kwindowsystem': '@latest-kf6'
'frameworks/modemmanager-qt': '@latest-kf6'
'frameworks/networkmanager-qt': '@latest-kf6'
'frameworks/kjobwidgets': '@latest-kf6'
2023-11-08 09:16:49 +00:00
'plasma/kwayland': '@same'
'plasma/libkscreen': '@same'
'plasma/libplasma': '@same'
2021-10-05 13:47:35 +00:00
'plasma/kwin': '@same'
2022-02-11 05:22:33 +00:00
'plasma/plasma-workspace': '@same'
2023-03-09 13:16:54 +00:00
'libraries/kirigami-addons': '@latest-kf6'
Options:
2025-02-05 06:51:16 +00:00
require-passing-tests-on: ['Linux', 'FreeBSD']
2025-08-21 11:32:41 +00:00
run-qmllint: true
RuntimeDependencies:
2025-02-05 06:51:16 +00:00
- 'on': ['Linux']
'require':
'plasma/plasma-nm': '@same'
'plasma/plasma-pa': '@same'
2023-10-14 16:34:04 +00:00
'plasma/bluedevil': '@same'
'plasma/milou': '@same'
'plasma/qqc2-breeze-style': '@same'
'frameworks/bluez-qt': '@latest-kf6'
2025-02-05 06:51:16 +00:00
- 'on': ['Linux', 'FreeBSD']
'require':
'plasma/milou': '@same'