···1010mkDerivation {
1111 pname = "dragon";
1212 meta = {
1313+ homepage = "https://apps.kde.org/dragonplayer/";
1314 license = with lib.licenses; [ gpl2 fdl12 ];
1415 description = "A simple media player for KDE";
1516 maintainers = [ lib.maintainers.jonathanreeve ];
+1
pkgs/applications/kde/elisa.nix
···4040 ];
41414242 meta = with lib; {
4343+ homepage = "https://apps.kde.org/elisa/";
4344 description = "A simple media player for KDE";
4445 license = licenses.gpl3;
4546 maintainers = with maintainers; [ peterhoeg ];
···77mkDerivation {
88 pname = "kcharselect";
99 meta = {
1010+ homepage = "https://apps.kde.org/kcharselect/";
1011 license = lib.licenses.gpl2Plus;
1112 maintainers = [ lib.maintainers.schmittlauch ];
1213 description = "A tool to select special characters from all installed fonts and copy them into the clipboard";
···29293030 meta = with lib; {
3131 homepage = "http://www.kde.org";
3232+ description = "KDE document viewer";
3233 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
3334 maintainers = with maintainers; [ ttuegel turion ];
3435 platforms = lib.platforms.linux;
+1
pkgs/applications/kde/picmi.nix
···66mkDerivation {
77 pname = "picmi";
88 meta = with lib; {
99+ homepage = "https://apps.kde.org/picmi/";
910 description = "Nonogram game";
1011 longDescription = ''The goal is to reveal the hidden pattern in the board by coloring or
1112 leaving blank the cells in a grid according to numbers given at the side of the grid.
+2
pkgs/applications/kde/pim-data-exporter.nix
···1010mkDerivation {
1111 pname = "pim-data-exporter";
1212 meta = {
1313+ homepage = "https://apps.kde.org/pimdataexporter/";
1414+ description = "Saves and restores all data from PIM apps";
1315 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
1416 maintainers = kdepimTeam;
1517 };