mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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 | | ------ | ------ | ------ | ------ | ------ | ------ | |  |  |  |  |  |  | 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/ ```
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
# SPDX-FileCopyrightText: None
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
Dependencies:
|
|
- 'on': ['@all']
|
|
'require':
|
|
'frameworks/extra-cmake-modules': '@latest-kf6'
|
|
'frameworks/kauth': '@latest-kf6'
|
|
'frameworks/kconfig': '@latest-kf6'
|
|
'frameworks/kcoreaddons': '@latest-kf6'
|
|
'frameworks/ki18n': '@latest-kf6'
|
|
'frameworks/kio': '@latest-kf6'
|
|
'frameworks/kitemmodels': '@latest-kf6'
|
|
'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'
|
|
'plasma/kwayland': '@same'
|
|
'plasma/libkscreen': '@same'
|
|
'plasma/libplasma': '@same'
|
|
'plasma/kwin': '@same'
|
|
'plasma/plasma-workspace': '@same'
|
|
'libraries/kirigami-addons': '@latest-kf6'
|
|
Options:
|
|
require-passing-tests-on: ['Linux', 'FreeBSD']
|
|
|
|
RuntimeDependencies:
|
|
- 'on': ['Linux']
|
|
'require':
|
|
'plasma/plasma-nm': '@same'
|
|
'plasma/plasma-pa': '@same'
|
|
'plasma/bluedevil': '@same'
|
|
'plasma/milou': '@same'
|
|
'plasma/qqc2-breeze-style': '@same'
|
|
'frameworks/bluez-qt': '@latest-kf6'
|
|
- 'on': ['Linux', 'FreeBSD']
|
|
'require':
|
|
'plasma/milou': '@same'
|