coreaction: init at 4.2.0

This commit is contained in:
dan4ik 2021-07-22 10:50:52 +07:00
parent 5efc01ff8f
commit 6fdc7e6a88
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{ mkDerivation, lib, fetchFromGitLab, qtsvg, qtbase, libcsys, libcprime, cmake, ninja, }:
mkDerivation rec {
pname = "coreaction";
version = "4.2.0";
src = fetchFromGitLab {
owner = "cubocore/coreapps";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5qEZNLvbgLoAOXij0wXoVw2iyvytsYZikSJDm6F6ddc=";
};
nativeBuildInputs = [
cmake
ninja
];
buildInputs = [
qtsvg
qtbase
libcsys
libcprime
];
meta = with lib; {
description = "A side bar for showing widgets from the C Suite";
homepage = "https://gitlab.com/cubocore/coreapps/coreaction";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = platforms.linux;
};
}

View File

@ -23469,6 +23469,8 @@ in
copyq = libsForQt5.callPackage ../applications/misc/copyq { }; copyq = libsForQt5.callPackage ../applications/misc/copyq { };
coreaction = libsForQt5.callPackage ../applications/misc/coreaction { };
corectrl = libsForQt5.callPackage ../applications/misc/corectrl { }; corectrl = libsForQt5.callPackage ../applications/misc/corectrl { };
coriander = callPackage ../applications/video/coriander { coriander = callPackage ../applications/video/coriander {