Update repo names to plasma-mobile

This commit is contained in:
Devin Lin 2022-01-18 11:02:38 -05:00
parent dd4000d838
commit 837ad05668
2 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(plasma-phone-components) project(plasma-mobile)
set(QT_MIN_VERSION "5.15.0") set(QT_MIN_VERSION "5.15.0")
set(KF5_MIN_VERSION "5.86") set(KF5_MIN_VERSION "5.86")

View file

@ -3,24 +3,24 @@
- SPDX-License-Identifier: CC0-1.0 - SPDX-License-Identifier: CC0-1.0
--> -->
# plasma-phone-components # Plasma Mobile
UI components for Plasma Mobile. This repository contains shell components for Plasma Mobile.
Locations: ### Links
* Project page: https://invent.kde.org/plasma/plasma-mobile
* Issues relating to the shell: https://invent.kde.org/plasma/plasma-mobile/-/issues
* General Plasma Mobile issues: https://invent.kde.org/teams/plasma-mobile/issues/-/issues
* Development channel: https://matrix.to/#/#plasmamobile:matrix.org
### Locations
* [applets](applets) - plasmoids * [applets](applets) - plasmoids
* [components/mobileshell](components/mobileshell) - shell component library * [components/mobileshell](components/mobileshell) - shell component library
* [containments](containments) - shell panels (homescreen, status bar, task panel) * [containments](containments) - shell panels (homescreen, status bar, task panel)
* [look-and-feel](look-and-feel/contents) - Plasma look-and-feel packages (ex. lockscreen, logout, etc.) * [look-and-feel](look-and-feel/contents) - Plasma look-and-feel packages (ex. lockscreen, logout, etc.)
* [quicksettings](quicksettings) - quick settings packages for the action drawer * [quicksettings](quicksettings) - quick settings packages for the action drawer
## Links ### Test on a development machine
* Project page: https://invent.kde.org/plasma/plasma-phone-components
* Issues relating to the shell: https://invent.kde.org/plasma/plasma-phone-components/-/issues
* General Plasma Mobile issues: https://invent.kde.org/teams/plasma-mobile/issues/-/issues
* Development channel: https://matrix.to/#/#plasmamobile:matrix.org
## Test on a development machine
It is recommended to use `kdesrc-build` to build this from source. See [this page](https://community.kde.org/Get_Involved/development) in order to set it up. It is recommended to use `kdesrc-build` to build this from source. See [this page](https://community.kde.org/Get_Involved/development) in order to set it up.