System integration for Insider Program, mainly provides plugin for Control Center to provide a GUI to toggle features or components which are already in "Tech Preview" stage.
Check debian/control
for build-time and runtime dependencies, or use cmake
to check the missing required dependencies.
Regular CMake building steps applies, in short:
$ mkdir build && cd build
$ cmake ..
$ cmake --build .
After building, a libdcc-insider-plugin.so
binary can be found inside the build folder. And you can optionally install it by:
$ cmake --build . --target install # only do this if you know what you are doing
This plugin can also be tested without installing by using the --spec
argument of dde-control-center
, you might need to add a soft link of libdcc-update-plugin.so
from the system to the build folder since this is a "sub-page" plugin that will be shown as a part of the Control Center's "Update" module.
A debian
folder is provided to build the package under the deepin linux desktop distribution. To build the package, use the following command:
$ sudo apt build-dep . # install build dependencies
$ dpkg-buildpackage -uc -us -nc -b # build binary package(s)
dcc-insider-plugin is licensed under GPL-3.0-or-later.