JingOS-team / plasma-phone-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plasma-phone-components

plasma-phone-components is based on KDE/plasma-phone-components gitlab

Introduction

UI components for Plasma Phone. It provids Status-panel Quick-settings Lock-Screen and Home-Screen

Dependencies:

  • KDE Frameworks 5
  • oFono
  • libqofono
  • ofono-phonesim
  • CMake
  • Qt5
  • GStreamer
  • GLIB2
  • GObject
  • ECM

Building and Installing

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

##Usage

QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phone"

Links

About

License:GNU General Public License v2.0


Languages

Language:QML 71.8%Language:C++ 22.6%Language:CMake 3.2%Language:QMake 1.0%Language:JavaScript 0.8%Language:Shell 0.6%