Rename to core

pull/2/head
cutefishd 5 years ago
parent bd21012e6a
commit 92ed229ed9

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(components)
project(core)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

@ -1,4 +1,4 @@
# Components
# Core
System backend and start session and more.

2
debian/changelog vendored

@ -1,4 +1,4 @@
cutefish-components (0.1) UNRELEASED; urgency=low
cutefish-core (0.1) UNRELEASED; urgency=low
* Initial release (CutefishOS) <cutefishos@foxmail.com>

4
debian/control vendored

@ -1,4 +1,4 @@
Source: cutefish-components
Source: cutefish-core
Section: devel
Priority: optional
Maintainer: CutefishOS <cutefishos@foxmail.com>
@ -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,

Loading…
Cancel
Save