kdeconnect-kde/.kde-ci.yml
Yoram Bar-Haim 7b1f10d4d5 Add support for phone side telephony plugin on Linux.
## Summary

Add support for Phone side (like in the Android and SailfishOS apps) to telephony plugin.
this requires ModemManager to work.
Call state notifications are currently supported, more capabilities are possible.

Tested on PinePhone but should probably work on every linux Phone with ModemManager.
to test, pair kdeconnect on your linux phone to desktop, and call your phone.
you should get notification on the desktop, telling you that phone call is incoming.
2022-12-28 01:06:22 +00:00

33 lines
1,021 B
YAML

# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kitemmodels': '@stable'
'frameworks/kcontacts': '@stable'
'frameworks/kirigami': '@stable'
'frameworks/kdbusaddons': '@stable'
'frameworks/knotifications': '@stable'
'frameworks/kiconthemes': '@stable'
'frameworks/kio': '@stable'
'frameworks/kcmutils': '@stable'
'frameworks/kservice': '@stable'
'frameworks/solid': '@stable'
'frameworks/kpeople': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/qqc2-desktop-style': '@stable'
- 'on': ['Linux', 'FreeBSD']
'require':
'frameworks/kpackage': '@stable'
'libraries/pulseaudio-qt': '@stable'
'libraries/plasma-wayland-protocols': '@stable'
- 'on': ['Linux']
'require':
'frameworks/modemmanager-qt': '@stable'