KDE Applications 20.12.3 -> KDE Gear 21.04.0

launchpad/nixpkgs/master
Thomas Tuegel 3 years ago
parent 912c8262b4
commit 799f351997
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 4
      nixos/modules/services/x11/desktop-managers/plasma5.nix
  2. 2
      pkgs/applications/kde/fetch.sh
  3. 1800
      pkgs/applications/kde/srcs.nix
  4. 10
      pkgs/top-level/qt5-packages.nix

@ -8,7 +8,7 @@ let
cfg = xcfg.desktopManager.plasma5;
libsForQt5 = pkgs.plasma5Packages;
inherit (libsForQt5) kdeApplications kdeFrameworks plasma5;
inherit (libsForQt5) kdeGear kdeFrameworks plasma5;
inherit (pkgs) writeText;
pulseaudio = config.hardware.pulseaudio;
@ -213,7 +213,7 @@ in
environment.systemPackages =
with libsForQt5;
with plasma5; with kdeApplications; with kdeFrameworks;
with plasma5; with kdeGear; with kdeFrameworks;
[
frameworkintegration
kactivities

@ -1 +1 @@
WGET_ARGS=( http://download.kde.org/stable/release-service/20.12.3/src -A '*.tar.xz' )
WGET_ARGS=( http://download.kde.org/stable/release-service/21.04.0/src -A '*.tar.xz' )

File diff suppressed because it is too large Load Diff

@ -35,17 +35,17 @@ let
};
in (lib.makeOverridable mkPlasma5 attrs);
kdeApplications = let
mkApplications = import ../applications/kde;
kdeGear = let
mkGear = import ../applications/kde;
attrs = {
inherit libsForQt5;
inherit (pkgs) lib fetchurl;
};
in (lib.makeOverridable mkApplications attrs);
in (lib.makeOverridable mkGear attrs);
in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeApplications // qt5 // {
in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeGear // qt5 // {
inherit kdeFrameworks plasma5 kdeApplications qt5;
inherit kdeFrameworks plasma5 kdeGear qt5;
### LIBRARIES

Loading…
Cancel
Save