From 92ed229ed9214b803d45db543a307360c1640ddd Mon Sep 17 00:00:00 2001 From: cutefishd Date: Fri, 9 Apr 2021 19:55:54 +0800 Subject: [PATCH] Rename to core --- CMakeLists.txt | 2 +- README.md | 2 +- debian/changelog | 2 +- debian/control | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 787a05b..50243db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(components) +project(core) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/README.md b/README.md index 3e8e7b9..2fee3e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Components +# Core System backend and start session and more. diff --git a/debian/changelog b/debian/changelog index 97d1426..5ed7449 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-components (0.1) UNRELEASED; urgency=low +cutefish-core (0.1) UNRELEASED; urgency=low * Initial release (CutefishOS) diff --git a/debian/control b/debian/control index 6dc0f1e..abebed4 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: cutefish-components +Source: cutefish-core Section: devel Priority: optional Maintainer: CutefishOS @@ -19,7 +19,7 @@ Build-Depends: cmake, Standards-Version: 4.5.0 Homepage: https://github.com/cutefishos/terminal -Package: cutefish-components +Package: cutefish-core Architecture: any Depends: qml-module-qtquick-controls2, qml-module-qtquick2,