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,