plasma5Packages: add missing homepages and descriptions

Adapted from <https://apps.kde.org/>.

+152 -39
+2
pkgs/applications/kde/akregator.nix
··· 12 mkDerivation { 13 pname = "akregator"; 14 meta = { 15 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 16 maintainers = kdepimTeam; 17 };
··· 12 mkDerivation { 13 pname = "akregator"; 14 meta = { 15 + homepage = "https://apps.kde.org/akregator/"; 16 + description = "KDE feed reader"; 17 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 18 maintainers = kdepimTeam; 19 };
+1
pkgs/applications/kde/ark/default.nix
··· 30 qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath extraTools) ]; 31 32 meta = with lib; { 33 description = "Graphical file compression/decompression utility"; 34 license = with licenses; [ gpl2 lgpl3 ] ++ optional unfreeEnableUnrar unfree; 35 maintainers = [ maintainers.ttuegel ];
··· 30 qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath extraTools) ]; 31 32 meta = with lib; { 33 + homepage = "https://apps.kde.org/ark/"; 34 description = "Graphical file compression/decompression utility"; 35 license = with licenses; [ gpl2 lgpl3 ] ++ optional unfreeEnableUnrar unfree; 36 maintainers = [ maintainers.ttuegel ];
+2
pkgs/applications/kde/dolphin.nix
··· 11 mkDerivation { 12 pname = "dolphin"; 13 meta = { 14 license = with lib.licenses; [ gpl2 fdl12 ]; 15 maintainers = [ lib.maintainers.ttuegel ]; 16 broken = lib.versionOlder qtbase.version "5.14";
··· 11 mkDerivation { 12 pname = "dolphin"; 13 meta = { 14 + homepage = "https://apps.kde.org/dolphin/"; 15 + description = "KDE file manager"; 16 license = with lib.licenses; [ gpl2 fdl12 ]; 17 maintainers = [ lib.maintainers.ttuegel ]; 18 broken = lib.versionOlder qtbase.version "5.14";
+1
pkgs/applications/kde/dragon.nix
··· 10 mkDerivation { 11 pname = "dragon"; 12 meta = { 13 license = with lib.licenses; [ gpl2 fdl12 ]; 14 description = "A simple media player for KDE"; 15 maintainers = [ lib.maintainers.jonathanreeve ];
··· 10 mkDerivation { 11 pname = "dragon"; 12 meta = { 13 + homepage = "https://apps.kde.org/dragonplayer/"; 14 license = with lib.licenses; [ gpl2 fdl12 ]; 15 description = "A simple media player for KDE"; 16 maintainers = [ lib.maintainers.jonathanreeve ];
+1
pkgs/applications/kde/elisa.nix
··· 40 ]; 41 42 meta = with lib; { 43 description = "A simple media player for KDE"; 44 license = licenses.gpl3; 45 maintainers = with maintainers; [ peterhoeg ];
··· 40 ]; 41 42 meta = with lib; { 43 + homepage = "https://apps.kde.org/elisa/"; 44 description = "A simple media player for KDE"; 45 license = licenses.gpl3; 46 maintainers = with maintainers; [ peterhoeg ];
+2
pkgs/applications/kde/filelight.nix
··· 7 mkDerivation { 8 pname = "filelight"; 9 meta = { 10 license = with lib.licenses; [ gpl2 ]; 11 maintainers = with lib.maintainers; [ fridh vcunat ]; 12 broken = lib.versionOlder qtbase.version "5.13";
··· 7 mkDerivation { 8 pname = "filelight"; 9 meta = { 10 + description = "Disk usage statistics"; 11 + homepage = "https://apps.kde.org/filelight/"; 12 license = with lib.licenses; [ gpl2 ]; 13 maintainers = with lib.maintainers; [ fridh vcunat ]; 14 broken = lib.versionOlder qtbase.version "5.13";
+2
pkgs/applications/kde/gwenview.nix
··· 9 mkDerivation { 10 pname = "gwenview"; 11 meta = { 12 license = with lib.licenses; [ gpl2 fdl12 ]; 13 maintainers = [ lib.maintainers.ttuegel ]; 14 };
··· 9 mkDerivation { 10 pname = "gwenview"; 11 meta = { 12 + homepage = "https://apps.kde.org/gwenview/"; 13 + description = "KDE image viewer"; 14 license = with lib.licenses; [ gpl2 fdl12 ]; 15 maintainers = [ lib.maintainers.ttuegel ]; 16 };
+2
pkgs/applications/kde/k3b.nix
··· 10 mkDerivation { 11 pname = "k3b"; 12 meta = with lib; { 13 license = with licenses; [ gpl2Plus ]; 14 maintainers = with maintainers; [ sander phreedom ]; 15 platforms = platforms.linux;
··· 10 mkDerivation { 11 pname = "k3b"; 12 meta = with lib; { 13 + homepage = "https://apps.kde.org/k3b/"; 14 + description = "Disk burning application"; 15 license = with licenses; [ gpl2Plus ]; 16 maintainers = with maintainers; [ sander phreedom ]; 17 platforms = platforms.linux;
+2
pkgs/applications/kde/kaddressbook.nix
··· 10 mkDerivation { 11 pname = "kaddressbook"; 12 meta = { 13 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 14 maintainers = kdepimTeam; 15 };
··· 10 mkDerivation { 11 pname = "kaddressbook"; 12 meta = { 13 + homepage = "https://apps.kde.org/kaddressbook/"; 14 + description = "KDE contact manager"; 15 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 16 maintainers = kdepimTeam; 17 };
+2
pkgs/applications/kde/kalarm.nix
··· 19 mkDerivation { 20 pname = "kalarm"; 21 meta = { 22 license = with lib.licenses; [ gpl2 ]; 23 maintainers = [ lib.maintainers.rittelle ]; 24 };
··· 19 mkDerivation { 20 pname = "kalarm"; 21 meta = { 22 + homepage = "https://apps.kde.org/kalarm/"; 23 + description = "Personal alarm scheduler"; 24 license = with lib.licenses; [ gpl2 ]; 25 maintainers = [ lib.maintainers.rittelle ]; 26 };
+5 -1
pkgs/applications/kde/kamoso.nix
··· 37 "--prefix GST_PLUGIN_PATH : ${lib.makeSearchPath "lib/gstreamer-1.0" gst}" 38 ]; 39 40 - meta.license = with lib.licenses; [ lgpl21Only gpl3Only ]; 41 }
··· 37 "--prefix GST_PLUGIN_PATH : ${lib.makeSearchPath "lib/gstreamer-1.0" gst}" 38 ]; 39 40 + meta = { 41 + homepage = "https://apps.kde.org/kamoso/"; 42 + description = "A simple and friendly program to use your camera"; 43 + license = with lib.licenses; [ lgpl21Only gpl3Only ]; 44 + }; 45 }
+2
pkgs/applications/kde/kate.nix
··· 10 mkDerivation { 11 pname = "kate"; 12 meta = { 13 license = with lib.licenses; [ gpl3 lgpl3 lgpl2 ]; 14 maintainers = [ lib.maintainers.ttuegel ]; 15 };
··· 10 mkDerivation { 11 pname = "kate"; 12 meta = { 13 + homepage = "https://apps.kde.org/kate/"; 14 + description = "Advanced text editor"; 15 license = with lib.licenses; [ gpl3 lgpl3 lgpl2 ]; 16 maintainers = [ lib.maintainers.ttuegel ]; 17 };
+5 -1
pkgs/applications/kde/kbreakout.nix
··· 11 12 mkDerivation { 13 pname = "kbreakout"; 14 - meta.license = with lib.licenses; [ lgpl21 gpl3 ]; 15 outputs = [ "out" "dev" ]; 16 nativeBuildInputs = [ 17 cmake extra-cmake-modules
··· 11 12 mkDerivation { 13 pname = "kbreakout"; 14 + meta = { 15 + homepage = "KBreakOut"; 16 + description = "Breakout-like game"; 17 + license = with lib.licenses; [ lgpl21 gpl3 ]; 18 + }; 19 outputs = [ "out" "dev" ]; 20 nativeBuildInputs = [ 21 cmake extra-cmake-modules
+2
pkgs/applications/kde/kcachegrind.nix
··· 8 mkDerivation { 9 pname = "kcachegrind"; 10 meta = { 11 license = with lib.licenses; [ gpl2 ]; 12 maintainers = with lib.maintainers; [ orivej ]; 13 };
··· 8 mkDerivation { 9 pname = "kcachegrind"; 10 meta = { 11 + homepage = "https://apps.kde.org/kcachegrind/"; 12 + description = "Profiler frontend"; 13 license = with lib.licenses; [ gpl2 ]; 14 maintainers = with lib.maintainers; [ orivej ]; 15 };
+2
pkgs/applications/kde/kcalc.nix
··· 8 mkDerivation { 9 pname = "kcalc"; 10 meta = { 11 license = with lib.licenses; [ gpl2 ]; 12 maintainers = [ lib.maintainers.fridh ]; 13 };
··· 8 mkDerivation { 9 pname = "kcalc"; 10 meta = { 11 + homepage = "https://apps.kde.org/kcalc/"; 12 + description = "Scientific calculator"; 13 license = with lib.licenses; [ gpl2 ]; 14 maintainers = [ lib.maintainers.fridh ]; 15 };
+1
pkgs/applications/kde/kcharselect.nix
··· 7 mkDerivation { 8 pname = "kcharselect"; 9 meta = { 10 license = lib.licenses.gpl2Plus; 11 maintainers = [ lib.maintainers.schmittlauch ]; 12 description = "A tool to select special characters from all installed fonts and copy them into the clipboard";
··· 7 mkDerivation { 8 pname = "kcharselect"; 9 meta = { 10 + homepage = "https://apps.kde.org/kcharselect/"; 11 license = lib.licenses.gpl2Plus; 12 maintainers = [ lib.maintainers.schmittlauch ]; 13 description = "A tool to select special characters from all installed fonts and copy them into the clipboard";
+2
pkgs/applications/kde/kcolorchooser.nix
··· 7 mkDerivation { 8 pname = "kcolorchooser"; 9 meta = { 10 license = with lib.licenses; [ mit ]; 11 maintainers = [ lib.maintainers.ttuegel ]; 12 };
··· 7 mkDerivation { 8 pname = "kcolorchooser"; 9 meta = { 10 + homepage = "https://apps.kde.org/kcolorchooser/"; 11 + description = "Color chooser"; 12 license = with lib.licenses; [ mit ]; 13 maintainers = [ lib.maintainers.ttuegel ]; 14 };
+2
pkgs/applications/kde/kdebugsettings.nix
··· 9 mkDerivation { 10 pname = "kdebugsettings"; 11 meta = { 12 license = with lib.licenses; [ gpl2 ]; 13 maintainers = [ lib.maintainers.rittelle ]; 14 broken = lib.versionOlder qtbase.version "5.13";
··· 9 mkDerivation { 10 pname = "kdebugsettings"; 11 meta = { 12 + homepage = "https://apps.kde.org/kdebugsettings/"; 13 + description = "KDE debug settings"; 14 license = with lib.licenses; [ gpl2 ]; 15 maintainers = [ lib.maintainers.rittelle ]; 16 broken = lib.versionOlder qtbase.version "5.13";
+2
pkgs/applications/kde/kdenlive/default.nix
··· 101 ''; 102 103 meta = { 104 license = with lib.licenses; [ gpl2Plus ]; 105 maintainers = with lib.maintainers; [ turion ]; 106 };
··· 101 ''; 102 103 meta = { 104 + homepage = "https://apps.kde.org/kdenlive/"; 105 + description = "Video editor"; 106 license = with lib.licenses; [ gpl2Plus ]; 107 maintainers = with lib.maintainers; [ turion ]; 108 };
+2
pkgs/applications/kde/kdialog.nix
··· 8 pname = "kdialog"; 9 10 meta = { 11 license = with lib.licenses; [ gpl2 fdl12 ]; 12 maintainers = with lib.maintainers; [ peterhoeg ]; 13 };
··· 8 pname = "kdialog"; 9 10 meta = { 11 + homepage = "https://apps.kde.org/kdialog/"; 12 + description = "Display dialog boxes from shell scripts"; 13 license = with lib.licenses; [ gpl2 fdl12 ]; 14 maintainers = with lib.maintainers; [ peterhoeg ]; 15 };
+2
pkgs/applications/kde/kfind.nix
··· 7 mkDerivation { 8 pname = "kfind"; 9 meta = { 10 license = with lib.licenses; [ gpl2 ]; 11 maintainers = [ lib.maintainers.iblech ]; 12 };
··· 7 mkDerivation { 8 pname = "kfind"; 9 meta = { 10 + homepage = "https://apps.kde.org/kfind/"; 11 + description = "Find files/folders"; 12 license = with lib.licenses; [ gpl2 ]; 13 maintainers = [ lib.maintainers.iblech ]; 14 };
+2
pkgs/applications/kde/kgeography.nix
··· 7 mkDerivation { 8 pname = "kgeography"; 9 meta = { 10 license = with lib.licenses; [ gpl2 ]; 11 maintainers = [ lib.maintainers.globin ]; 12 };
··· 7 mkDerivation { 8 pname = "kgeography"; 9 meta = { 10 + homepage = "https://apps.kde.org/kgeography/"; 11 + description = "Geography trainer"; 12 license = with lib.licenses; [ gpl2 ]; 13 maintainers = [ lib.maintainers.globin ]; 14 };
+2
pkgs/applications/kde/kget.nix
··· 16 ]; 17 18 meta = with lib; { 19 license = with licenses; [ gpl2 ]; 20 maintainers = with maintainers; [ peterhoeg ]; 21 };
··· 16 ]; 17 18 meta = with lib; { 19 + homepage = "https://apps.kde.org/kget/"; 20 + description = "Download manager"; 21 license = with licenses; [ gpl2 ]; 22 maintainers = with maintainers; [ peterhoeg ]; 23 };
+2
pkgs/applications/kde/kgpg.nix
··· 18 wrapProgram "$out/bin/kgpg" --prefix PATH : "${lib.makeBinPath [ gnupg ]}" 19 ''; 20 meta = { 21 license = [ lib.licenses.gpl2 ]; 22 maintainers = [ lib.maintainers.ttuegel ]; 23 };
··· 18 wrapProgram "$out/bin/kgpg" --prefix PATH : "${lib.makeBinPath [ gnupg ]}" 19 ''; 20 meta = { 21 + homepage = "https://apps.kde.org/kgpg/"; 22 + description = "Encryption tool"; 23 license = [ lib.licenses.gpl2 ]; 24 maintainers = [ lib.maintainers.ttuegel ]; 25 };
+9 -5
pkgs/applications/kde/khelpcenter.nix
··· 1 - { 2 - mkDerivation, 3 - extra-cmake-modules, kdoctools, 4 - grantlee, kcmutils, kconfig, kcoreaddons, kdbusaddons, ki18n, 5 - kinit, khtml, kservice, xapian 6 }: 7 8 mkDerivation { ··· 12 grantlee kcmutils kconfig kcoreaddons kdbusaddons khtml 13 ki18n kinit kservice xapian 14 ]; 15 }
··· 1 + { lib, mkDerivation 2 + , extra-cmake-modules, kdoctools 3 + , grantlee, kcmutils, kconfig, kcoreaddons, kdbusaddons, ki18n 4 + , kinit, khtml, kservice, xapian 5 }: 6 7 mkDerivation { ··· 11 grantlee kcmutils kconfig kcoreaddons kdbusaddons khtml 12 ki18n kinit kservice xapian 13 ]; 14 + meta = with lib; { 15 + homepage = "https://apps.kde.org/help/"; 16 + description = "Help center"; 17 + license = licenses.gpl2Plus; 18 + }; 19 }
+2 -1
pkgs/applications/kde/kig.nix
··· 8 mkDerivation { 9 pname = "kig"; 10 meta = { 11 license = with lib.licenses; [ gpl2 ]; 12 maintainers = with lib.maintainers; [ raskin ]; 13 }; ··· 16 boost karchive kcrash kiconthemes kparts ktexteditor qtsvg qtxmlpatterns 17 ]; 18 } 19 -
··· 8 mkDerivation { 9 pname = "kig"; 10 meta = { 11 + homepage = "https://apps.kde.org/kig/"; 12 + description = "Interactive geometry"; 13 license = with lib.licenses; [ gpl2 ]; 14 maintainers = with lib.maintainers; [ raskin ]; 15 }; ··· 18 boost karchive kcrash kiconthemes kparts ktexteditor qtsvg qtxmlpatterns 19 ]; 20 }
+2
pkgs/applications/kde/kleopatra.nix
··· 8 mkDerivation { 9 pname = "kleopatra"; 10 meta = { 11 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 12 maintainers = kdepimTeam; 13 };
··· 8 mkDerivation { 9 pname = "kleopatra"; 10 meta = { 11 + homepage = "https://apps.kde.org/kleopatra/"; 12 + description = "Certificate manager and unified crypto GUI"; 13 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 14 maintainers = kdepimTeam; 15 };
+2
pkgs/applications/kde/kmahjongg.nix
··· 13 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 14 buildInputs = [ kdeclarative libkmahjongg knewstuff libkdegames ]; 15 meta = { 16 license = with lib.licenses; [ gpl2 ]; 17 maintainers = with lib.maintainers; [ ]; 18 };
··· 13 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 14 buildInputs = [ kdeclarative libkmahjongg knewstuff libkdegames ]; 15 meta = { 16 + description = "Mahjongg solitaire"; 17 + homepage = "https://apps.kde.org/kmahjongg/"; 18 license = with lib.licenses; [ gpl2 ]; 19 maintainers = with lib.maintainers; [ ]; 20 };
+2
pkgs/applications/kde/kmail.nix
··· 53 mkDerivation { 54 pname = "kmail"; 55 meta = { 56 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 57 maintainers = kdepimTeam; 58 };
··· 53 mkDerivation { 54 pname = "kmail"; 55 meta = { 56 + homepage = "https://apps.kde.org/kmail2/"; 57 + description = "Mail client"; 58 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 59 maintainers = kdepimTeam; 60 };
+2
pkgs/applications/kde/kmix.nix
··· 8 mkDerivation { 9 pname = "kmix"; 10 meta = { 11 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 12 maintainers = [ lib.maintainers.rongcuid ]; 13 };
··· 8 mkDerivation { 9 pname = "kmix"; 10 meta = { 11 + homepage = "https://apps.kde.org/kmix/"; 12 + description = "Sound mixer"; 13 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 14 maintainers = [ lib.maintainers.rongcuid ]; 15 };
+2
pkgs/applications/kde/kmplot.nix
··· 5 mkDerivation { 6 pname = "kmplot"; 7 meta = { 8 license = with lib.licenses; [ gpl2Plus fdl12 ]; 9 maintainers = [ lib.maintainers.orivej ]; 10 };
··· 5 mkDerivation { 6 pname = "kmplot"; 7 meta = { 8 + homepage = "https://apps.kde.org/kmplot/"; 9 + description = "Mathematical function plotter"; 10 license = with lib.licenses; [ gpl2Plus fdl12 ]; 11 maintainers = [ lib.maintainers.orivej ]; 12 };
+15 -11
pkgs/applications/kde/knotes.nix
··· 1 - { 2 - mkDerivation, 3 - extra-cmake-modules, kdoctools, 4 - kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, 5 - kdbusaddons, kdnssd, kglobalaccel, kiconthemes, kitemmodels, 6 - kitemviews, kcmutils, knewstuff, knotifications, knotifyconfig, 7 - kparts, ktextwidgets, kwidgetsaddons, kwindowsystem, 8 - grantlee, grantleetheme, qtx11extras, 9 - akonadi, akonadi-notes, akonadi-search, kcalutils, 10 - kontactinterface, libkdepim, kmime, pimcommon, kpimtextedit, 11 - kcalendarcore 12 }: 13 14 mkDerivation { ··· 25 akonadi-search 26 kcalendarcore 27 ]; 28 }
··· 1 + { lib, mkDerivation 2 + , extra-cmake-modules, kdoctools 3 + , kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash 4 + , kdbusaddons, kdnssd, kglobalaccel, kiconthemes, kitemmodels 5 + , kitemviews, kcmutils, knewstuff, knotifications, knotifyconfig 6 + , kparts, ktextwidgets, kwidgetsaddons, kwindowsystem 7 + , grantlee, grantleetheme, qtx11extras 8 + , akonadi, akonadi-notes, akonadi-search, kcalutils 9 + , kontactinterface, libkdepim, kmime, pimcommon, kpimtextedit 10 + , kcalendarcore 11 }: 12 13 mkDerivation { ··· 24 akonadi-search 25 kcalendarcore 26 ]; 27 + meta = with lib; { 28 + homepage = "https://apps.kde.org/knotes/"; 29 + description = "Popup notes"; 30 + license = licenses.gpl2Plus; 31 + }; 32 }
+2
pkgs/applications/kde/kolf.nix
··· 10 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 11 buildInputs = [ libkdegames kio ktextwidgets ]; 12 meta = { 13 license = with lib.licenses; [ gpl2 ]; 14 maintainers = with lib.maintainers; [ peterhoeg ]; 15 };
··· 10 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 11 buildInputs = [ libkdegames kio ktextwidgets ]; 12 meta = { 13 + homepage = "https://apps.kde.org/kolf/"; 14 + description = "Miniature golf"; 15 license = with lib.licenses; [ gpl2 ]; 16 maintainers = with lib.maintainers; [ peterhoeg ]; 17 };
+2
pkgs/applications/kde/kolourpaint.nix
··· 17 kguiaddons kio ktextwidgets kwidgetsaddons kxmlgui libkexiv2 18 ]; 19 meta = { 20 maintainers = [ lib.maintainers.fridh ]; 21 license = with lib.licenses; [ gpl2 ]; 22 };
··· 17 kguiaddons kio ktextwidgets kwidgetsaddons kxmlgui libkexiv2 18 ]; 19 meta = { 20 + homepage = "https://apps.kde.org/kolourpaint/"; 21 + description = "Paint program"; 22 maintainers = [ lib.maintainers.fridh ]; 23 license = with lib.licenses; [ gpl2 ]; 24 };
+5 -1
pkgs/applications/kde/kompare.nix
··· 7 8 mkDerivation { 9 pname = "kompare"; 10 - meta = { license = with lib.licenses; [ gpl2 ]; }; 11 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 12 buildInputs = [ 13 kiconthemes kparts ktexteditor kwidgetsaddons libkomparediff2
··· 7 8 mkDerivation { 9 pname = "kompare"; 10 + meta = { 11 + homepage = "https://apps.kde.org/kompare/"; 12 + description = "Diff/patch frontend"; 13 + license = with lib.licenses; [ gpl2 ]; 14 + }; 15 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 16 buildInputs = [ 17 kiconthemes kparts ktexteditor kwidgetsaddons libkomparediff2
+2
pkgs/applications/kde/konqueror.nix
··· 22 ''; 23 24 meta = { 25 license = with lib.licenses; [ gpl2 ]; 26 maintainers = with lib.maintainers; [ ]; 27 broken = lib.versionOlder qtbase.version "5.13";
··· 22 ''; 23 24 meta = { 25 + homepage = "https://apps.kde.org/konqueror/"; 26 + description = "Web browser, file manager and viewer"; 27 license = with lib.licenses; [ gpl2 ]; 28 maintainers = with lib.maintainers; [ ]; 29 broken = lib.versionOlder qtbase.version "5.13";
+2
pkgs/applications/kde/konquest.nix
··· 22 qtquickcontrols 23 ]; 24 meta = { 25 license = with lib.licenses; [ gpl2 ]; 26 maintainers = with lib.maintainers; [ lheckemann ]; 27 };
··· 22 qtquickcontrols 23 ]; 24 meta = { 25 + homepage = "https://apps.kde.org/konquest/"; 26 + description = "Galactic strategy game"; 27 license = with lib.licenses; [ gpl2 ]; 28 maintainers = with lib.maintainers; [ lheckemann ]; 29 };
+2
pkgs/applications/kde/konsole.nix
··· 10 mkDerivation { 11 pname = "konsole"; 12 meta = { 13 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 14 maintainers = with lib.maintainers; [ ttuegel turion ]; 15 };
··· 10 mkDerivation { 11 pname = "konsole"; 12 meta = { 13 + homepage = "https://apps.kde.org/konsole/"; 14 + description = "KDE terminal emulator"; 15 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 16 maintainers = with lib.maintainers; [ ttuegel turion ]; 17 };
+2
pkgs/applications/kde/kontact.nix
··· 10 mkDerivation { 11 pname = "kontact"; 12 meta = { 13 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 14 maintainers = kdepimTeam; 15 };
··· 10 mkDerivation { 11 pname = "kontact"; 12 meta = { 13 + homepage = "https://apps.kde.org/kontact/"; 14 + description = "Personal information manager"; 15 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 16 maintainers = kdepimTeam; 17 };
+2
pkgs/applications/kde/korganizer.nix
··· 13 mkDerivation { 14 pname = "korganizer"; 15 meta = { 16 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 17 maintainers = kdepimTeam; 18 };
··· 13 mkDerivation { 14 pname = "korganizer"; 15 meta = { 16 + homepage = "https://apps.kde.org/korganizer/"; 17 + description = "Personal organizer"; 18 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 19 maintainers = kdepimTeam; 20 };
+1
pkgs/applications/kde/krdc.nix
··· 18 ''; 19 meta = with lib; { 20 homepage = "http://www.kde.org"; 21 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; 22 maintainers = with maintainers; [ peterhoeg ]; 23 platforms = platforms.linux;
··· 18 ''; 19 meta = with lib; { 20 homepage = "http://www.kde.org"; 21 + description = "Remote desktop client"; 22 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; 23 maintainers = with maintainers; [ peterhoeg ]; 24 platforms = platforms.linux;
+2
pkgs/applications/kde/krfb.nix
··· 10 mkDerivation { 11 pname = "krfb"; 12 meta = { 13 license = with lib.licenses; [ gpl2 fdl12 ]; 14 maintainers = with lib.maintainers; [ jerith666 ]; 15 };
··· 10 mkDerivation { 11 pname = "krfb"; 12 meta = { 13 + homepage = "https://apps.kde.org/krfb/"; 14 + description = "Desktop sharing (VNC)"; 15 license = with lib.licenses; [ gpl2 fdl12 ]; 16 maintainers = with lib.maintainers; [ jerith666 ]; 17 };
+2
pkgs/applications/kde/kruler.nix
··· 7 mkDerivation { 8 pname = "kruler"; 9 meta = { 10 license = with lib.licenses; [ gpl2 ]; 11 maintainers = [ lib.maintainers.vandenoever ]; 12 };
··· 7 mkDerivation { 8 pname = "kruler"; 9 meta = { 10 + homepage = "https://apps.kde.org/kruler/"; 11 + description = "Screen ruler"; 12 license = with lib.licenses; [ gpl2 ]; 13 maintainers = [ lib.maintainers.vandenoever ]; 14 };
+5 -1
pkgs/applications/kde/kspaceduel.nix
··· 11 12 mkDerivation { 13 pname = "kspaceduel"; 14 - meta.license = with lib.licenses; [ lgpl21 gpl3 ]; 15 outputs = [ "out" "dev" ]; 16 nativeBuildInputs = [ 17 cmake extra-cmake-modules
··· 11 12 mkDerivation { 13 pname = "kspaceduel"; 14 + meta = { 15 + homepage = "https://apps.kde.org/kspaceduel/"; 16 + description = "Space arcade game"; 17 + license = with lib.licenses; [ lgpl21 gpl3 ]; 18 + }; 19 outputs = [ "out" "dev" ]; 20 nativeBuildInputs = [ 21 cmake extra-cmake-modules
+2
pkgs/applications/kde/ksudoku.nix
··· 12 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 13 buildInputs = [ libGLU kdeclarative libkdegames ]; 14 meta = { 15 license = with lib.licenses; [ gpl2 ]; 16 maintainers = with lib.maintainers; [ ]; 17 };
··· 12 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 13 buildInputs = [ libGLU kdeclarative libkdegames ]; 14 meta = { 15 + homepage = "https://apps.kde.org/ksudoku/"; 16 + description = "Suduko game"; 17 license = with lib.licenses; [ gpl2 ]; 18 maintainers = with lib.maintainers; [ ]; 19 };
+2
pkgs/applications/kde/ksystemlog.nix
··· 11 propagatedBuildInputs = [ karchive kconfig kio ]; 12 13 meta = with lib; { 14 license = with licenses; [ gpl2 ]; 15 maintainers = with maintainers; [ peterhoeg ]; 16 };
··· 11 propagatedBuildInputs = [ karchive kconfig kio ]; 12 13 meta = with lib; { 14 + homepage = "https://apps.kde.org/ksystemlog/"; 15 + description = "System log viewer"; 16 license = with licenses; [ gpl2 ]; 17 maintainers = with maintainers; [ peterhoeg ]; 18 };
+17 -17
pkgs/applications/kde/ktouch.nix
··· 7 , xorg 8 }: 9 10 - 11 - mkDerivation { 12 - pname = "ktouch"; 13 - meta = { 14 - license = lib.licenses.gpl2; 15 - maintainers = [ lib.maintainers.schmittlauch ]; 16 - description = "A touch typing tutor from the KDE software collection"; 17 - }; 18 - nativeBuildInputs = [ extra-cmake-modules kdoctools qtdeclarative ]; 19 - buildInputs = [ 20 - kconfig kconfigwidgets kcoreaddons kdeclarative ki18n 21 - kitemviews kcmutils kio knewstuff ktexteditor kwidgetsaddons 22 - kwindowsystem kxmlgui qtscript qtdeclarative kqtquickcharts 23 - qtx11extras qtgraphicaleffects qtxmlpatterns qtquickcontrols2 24 - xorg.libxkbfile xorg.libxcb 25 - ]; 26 27 - enableParallelBuilding = true; 28 }
··· 7 , xorg 8 }: 9 10 + mkDerivation { 11 + pname = "ktouch"; 12 + meta = { 13 + homepage = "https://apps.kde.org/ktouch/"; 14 + license = lib.licenses.gpl2; 15 + maintainers = [ lib.maintainers.schmittlauch ]; 16 + description = "A touch typing tutor from the KDE software collection"; 17 + }; 18 + nativeBuildInputs = [ extra-cmake-modules kdoctools qtdeclarative ]; 19 + buildInputs = [ 20 + kconfig kconfigwidgets kcoreaddons kdeclarative ki18n 21 + kitemviews kcmutils kio knewstuff ktexteditor kwidgetsaddons 22 + kwindowsystem kxmlgui qtscript qtdeclarative kqtquickcharts 23 + qtx11extras qtgraphicaleffects qtxmlpatterns qtquickcontrols2 24 + xorg.libxkbfile xorg.libxcb 25 + ]; 26 27 + enableParallelBuilding = true; 28 }
+3
pkgs/applications/kde/kwalletmanager.nix
··· 14 mkDerivation { 15 pname = "kwalletmanager"; 16 meta = { 17 license = with lib.licenses; [ gpl2 ]; 18 maintainers = with lib.maintainers; [ fridh ]; 19 };
··· 14 mkDerivation { 15 pname = "kwalletmanager"; 16 meta = { 17 + homepage = "https://apps.kde.org/kwalletmanager5/"; 18 + 19 + description = "KDE wallet management tool"; 20 license = with lib.licenses; [ gpl2 ]; 21 maintainers = with lib.maintainers; [ fridh ]; 22 };
+5 -1
pkgs/applications/kde/marble.nix
··· 7 8 mkDerivation { 9 pname = "marble"; 10 - meta.license = with lib.licenses; [ lgpl21 gpl3 ]; 11 outputs = [ "out" "dev" ]; 12 nativeBuildInputs = [ extra-cmake-modules kdoctools perl ]; 13 propagatedBuildInputs = [
··· 7 8 mkDerivation { 9 pname = "marble"; 10 + meta = { 11 + homepage = "https://apps.kde.org/marble/"; 12 + description = "Virtual globe"; 13 + license = with lib.licenses; [ lgpl21 gpl3 ]; 14 + }; 15 outputs = [ "out" "dev" ]; 16 nativeBuildInputs = [ extra-cmake-modules kdoctools perl ]; 17 propagatedBuildInputs = [
+2
pkgs/applications/kde/minuet.nix
··· 8 mkDerivation { 9 pname = "minuet"; 10 meta = with lib; { 11 license = with licenses; [ lgpl21 gpl3 ]; 12 maintainers = with maintainers; [ peterhoeg HaoZeke ]; 13 broken = lib.versionOlder qtbase.version "5.14";
··· 8 mkDerivation { 9 pname = "minuet"; 10 meta = with lib; { 11 + homepage = "https://apps.kde.org/minuet/"; 12 + description = "Music Education Software"; 13 license = with licenses; [ lgpl21 gpl3 ]; 14 maintainers = with maintainers; [ peterhoeg HaoZeke ]; 15 broken = lib.versionOlder qtbase.version "5.14";
+1
pkgs/applications/kde/okular.nix
··· 29 30 meta = with lib; { 31 homepage = "http://www.kde.org"; 32 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; 33 maintainers = with maintainers; [ ttuegel turion ]; 34 platforms = lib.platforms.linux;
··· 29 30 meta = with lib; { 31 homepage = "http://www.kde.org"; 32 + description = "KDE document viewer"; 33 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; 34 maintainers = with maintainers; [ ttuegel turion ]; 35 platforms = lib.platforms.linux;
+1
pkgs/applications/kde/picmi.nix
··· 6 mkDerivation { 7 pname = "picmi"; 8 meta = with lib; { 9 description = "Nonogram game"; 10 longDescription = ''The goal is to reveal the hidden pattern in the board by coloring or 11 leaving blank the cells in a grid according to numbers given at the side of the grid.
··· 6 mkDerivation { 7 pname = "picmi"; 8 meta = with lib; { 9 + homepage = "https://apps.kde.org/picmi/"; 10 description = "Nonogram game"; 11 longDescription = ''The goal is to reveal the hidden pattern in the board by coloring or 12 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
··· 10 mkDerivation { 11 pname = "pim-data-exporter"; 12 meta = { 13 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 14 maintainers = kdepimTeam; 15 };
··· 10 mkDerivation { 11 pname = "pim-data-exporter"; 12 meta = { 13 + homepage = "https://apps.kde.org/pimdataexporter/"; 14 + description = "Saves and restores all data from PIM apps"; 15 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 16 maintainers = kdepimTeam; 17 };
+2
pkgs/applications/kde/spectacle.nix
··· 20 ''; 21 propagatedUserEnvPkgs = [ kipi-plugins libkipi ]; 22 meta = with lib; { 23 maintainers = with maintainers; [ ttuegel ]; 24 broken = versionOlder qtbase.version "5.15"; 25 };
··· 20 ''; 21 propagatedUserEnvPkgs = [ kipi-plugins libkipi ]; 22 meta = with lib; { 23 + homepage = "https://apps.kde.org/spectacle/"; 24 + description = "Screenshot capture utility"; 25 maintainers = with maintainers; [ ttuegel ]; 26 broken = versionOlder qtbase.version "5.15"; 27 };