From 837ad05668ce8d251a2764f9e9a320d44649b768 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Tue, 18 Jan 2022 11:02:38 -0500 Subject: [PATCH] Update repo names to plasma-mobile --- CMakeLists.txt | 2 +- README.md | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0439ba00..9905285d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) -project(plasma-phone-components) +project(plasma-mobile) set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.86") diff --git a/README.md b/README.md index 3d606fb2..9d0cf0b7 100644 --- a/README.md +++ b/README.md @@ -3,24 +3,24 @@ - 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 * [components/mobileshell](components/mobileshell) - shell component library * [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.) * [quicksettings](quicksettings) - quick settings packages for the action drawer -## Links -* 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 +### 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.