Merge pull request #79117 from dtzWill/update/ktimetracker-5.0.1
ktimetracker: init at 5.0.1
This commit is contained in:
commit
5895af59b6
32
pkgs/applications/office/ktimetracker/default.nix
Normal file
32
pkgs/applications/office/ktimetracker/default.nix
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{ mkDerivation, lib, fetchurl, cmake, pkgconfig, extra-cmake-modules,
|
||||||
|
kconfig, kconfigwidgets, kdbusaddons, kdoctools, ki18n, kidletime,
|
||||||
|
kjobwidgets, kio, knotifications, kwindowsystem, kxmlgui, ktextwidgets,
|
||||||
|
kcalendarcore
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation rec {
|
||||||
|
pname = "ktimetracker";
|
||||||
|
version = "5.0.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz";
|
||||||
|
sha256 = "0jp63fby052rapjjaz413b1wjz4qsgpxh82y2d75jzimch0n5s02";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
cmake pkgconfig extra-cmake-modules
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
kconfig kconfigwidgets kdbusaddons kdoctools ki18n kidletime kjobwidgets
|
||||||
|
kio knotifications kwindowsystem kxmlgui ktextwidgets
|
||||||
|
kcalendarcore
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Todo management and time tracking application";
|
||||||
|
license = licenses.gpl2;
|
||||||
|
homepage = "https://userbase.kde.org/KTimeTracker";
|
||||||
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
};
|
||||||
|
}
|
@ -19917,6 +19917,8 @@ in
|
|||||||
|
|
||||||
ksuperkey = callPackage ../tools/X11/ksuperkey { };
|
ksuperkey = callPackage ../tools/X11/ksuperkey { };
|
||||||
|
|
||||||
|
ktimetracker = libsForQt5.callPackage ../applications/office/ktimetracker { };
|
||||||
|
|
||||||
ktorrent = libsForQt5.callPackage ../applications/networking/p2p/ktorrent { };
|
ktorrent = libsForQt5.callPackage ../applications/networking/p2p/ktorrent { };
|
||||||
|
|
||||||
kubecfg = callPackage ../applications/networking/cluster/kubecfg { };
|
kubecfg = callPackage ../applications/networking/cluster/kubecfg { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user