kreversi: init at 20.04.3
This commit is contained in:
parent
05ec46b114
commit
d166d7bc6f
@ -162,6 +162,7 @@ let
|
|||||||
ksquares = callPackage ./ksquares.nix {};
|
ksquares = callPackage ./ksquares.nix {};
|
||||||
kqtquickcharts = callPackage ./kqtquickcharts.nix {};
|
kqtquickcharts = callPackage ./kqtquickcharts.nix {};
|
||||||
kpkpass = callPackage ./kpkpass.nix {};
|
kpkpass = callPackage ./kpkpass.nix {};
|
||||||
|
kreversi = callPackage ./kreversi.nix {};
|
||||||
krdc = callPackage ./krdc.nix {};
|
krdc = callPackage ./krdc.nix {};
|
||||||
krfb = callPackage ./krfb.nix {};
|
krfb = callPackage ./krfb.nix {};
|
||||||
kruler = callPackage ./kruler.nix {};
|
kruler = callPackage ./kruler.nix {};
|
||||||
|
19
pkgs/applications/kde/kreversi.nix
Normal file
19
pkgs/applications/kde/kreversi.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ mkDerivation, lib, extra-cmake-modules, libkdegames, kdeclarative }:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "kreversi";
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://kde.org/applications/en/games/org.kde.kreversi";
|
||||||
|
description = "KReversi is a simple one player strategy game played against the computer";
|
||||||
|
maintainers = with maintainers; [ freezeboy ];
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
kdeclarative
|
||||||
|
libkdegames
|
||||||
|
];
|
||||||
|
}
|
@ -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 kblocks 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 killbots kleopatra klettres klines kmag kmail kmines kmix kmplot knetwalk kolourpaint kompare konsole yakuake
|
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo killbots 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;
|
kpkpass kitinerary kontact korganizer krdc kreversi krfb ksquares ksystemlog 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