kteatime: init at 20.04.3
This commit is contained in:
parent
cd235e3a15
commit
c561811dbd
@ -175,6 +175,7 @@ let
|
|||||||
kspaceduel = callPackage ./kspaceduel.nix {};
|
kspaceduel = callPackage ./kspaceduel.nix {};
|
||||||
ksudoku = callPackage ./ksudoku.nix {};
|
ksudoku = callPackage ./ksudoku.nix {};
|
||||||
ksystemlog = callPackage ./ksystemlog.nix {};
|
ksystemlog = callPackage ./ksystemlog.nix {};
|
||||||
|
kteatime = callPackage ./kteatime.nix {};
|
||||||
ktimer = callPackage ./ktimer.nix {};
|
ktimer = callPackage ./ktimer.nix {};
|
||||||
ktnef = callPackage ./ktnef.nix {};
|
ktnef = callPackage ./ktnef.nix {};
|
||||||
ktouch = callPackage ./ktouch.nix {};
|
ktouch = callPackage ./ktouch.nix {};
|
||||||
|
23
pkgs/applications/kde/kteatime.nix
Normal file
23
pkgs/applications/kde/kteatime.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kconfig, kcrash, kiconthemes, knotifyconfig }:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "kteatime";
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://kde.org/applications/en/utilities/org.kde.kteatime";
|
||||||
|
description = "KTeaTime is a handy timer for steeping tea";
|
||||||
|
maintainers = with maintainers; [ freezeboy ];
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
kdoctools
|
||||||
|
ki18n
|
||||||
|
kconfig
|
||||||
|
kcrash
|
||||||
|
kiconthemes
|
||||||
|
knotifyconfig
|
||||||
|
];
|
||||||
|
}
|
@ -21054,7 +21054,7 @@ in
|
|||||||
akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b
|
akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b
|
||||||
kaddressbook kalzium kapptemplate kapman kate katomic kblackbox kblocks kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog kdiamond
|
kaddressbook kalzium kapptemplate kapman kate katomic kblackbox kblocks kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog kdiamond
|
||||||
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo killbots kleopatra klettres klines kmag kmail kmines kmix kmplot kollision knavalbattle knetwalk knights kolourpaint kompare konsole yakuake
|
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo killbots kleopatra klettres klines kmag kmail kmines kmix kmplot kollision knavalbattle knetwalk knights kolourpaint kompare konsole yakuake
|
||||||
kpkpass kitinerary kontact korganizer krdc kreversi krfb kshisen ksquares ksystemlog ktimer ktouch kturtle kwalletmanager kwave marble minuet okular picmi spectacle;
|
kpkpass kitinerary kontact korganizer krdc kreversi krfb kshisen ksquares ksystemlog kteatime ktimer ktouch kturtle kwalletmanager kwave marble minuet okular picmi spectacle;
|
||||||
|
|
||||||
okteta = libsForQt5.callPackage ../applications/editors/okteta { };
|
okteta = libsForQt5.callPackage ../applications/editors/okteta { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user