ckb-next: 0.2.9 -> 0.3.2

In this update:

* binaries `ckb` and `ckb-daemon` are renamed to `ckb-next` and `ckb-next-daemon`
* build system changed from qmake to cmake
* the directory searched for animation plugins no longer needs to be patched, as a result of the build system change
* modprobe patch has been bumped, since the source repository layout has changed
* the cmake scripts are quite FHS-centric and require patching to fix install locations
This commit is contained in:
Kier Davis
2018-10-22 13:22:01 +01:00
parent 119d539d72
commit 85526bce87
6 changed files with 108 additions and 40 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ in
systemd.services.ckb = {
description = "Corsair Keyboard Daemon";
wantedBy = ["multi-user.target"];
script = "${cfg.package}/bin/ckb-daemon";
script = "${cfg.package}/bin/ckb-next-daemon";
serviceConfig = {
Restart = "always";
StandardOutput = "syslog";