kblocks: init at 20.04.3

gstqt5
freezeboy 2020-07-26 01:15:28 +02:00
parent 48c5f496e5
commit 214647d544
3 changed files with 23 additions and 1 deletions

View File

@ -97,6 +97,7 @@ let
kapptemplate = callPackage ./kapptemplate.nix { };
kate = callPackage ./kate.nix {};
katomic = callPackage ./katomic.nix {};
kblocks = callPackage ./kblocks.nix {};
kbounce = callPackage ./kbounce.nix {};
kbreakout = callPackage ./kbreakout.nix {};
kcachegrind = callPackage ./kcachegrind.nix {};

View File

@ -0,0 +1,21 @@
{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio, libkdegames }:
mkDerivation {
name = "kblocks";
meta = with lib; {
homepage = "https://kde.org/applications/en/games/org.kde.kblocks";
description = "KBlocks is the classic falling blocks game";
maintainers = with maintainers; [ freezeboy ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
libkdegames
kdoctools
ki18n
kio
];
}

View File

@ -21052,7 +21052,7 @@ in
inherit (kdeApplications)
akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b
kaddressbook kalzium kapptemplate kapman kate katomic kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
kaddressbook kalzium kapptemplate kapman kate katomic kblocks kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo kleopatra klettres klines kmag kmail kmines kmix kmplot knetwalk kolourpaint kompare konsole yakuake
kpkpass kitinerary kontact korganizer krdc krfb ksquares ksystemlog ktouch kturtle kwalletmanager kwave marble minuet okular picmi spectacle;