Commit ead776d8 authored by José Romildo's avatar José Romildo
Browse files

layan-kde: 2022-02-13 -> unstable-2023-09-30

- Update version
- Propagate sddm theme dependencies to user env
parent a1faa830
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitHub
, kdeclarative
, plasma-framework
, plasma-workspace
, gitUpdater
}:

stdenv.mkDerivation rec {
  pname = "layan-kde";
  version = "2022-02-13";
  version = "unstable-2023-09-30";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "09z90g13l26v23nwr8n5bapwldp3hhdrdikynvm4vvb7qsvb4vrp";
    rev = "7ab7cd7461dae8d8d6228d3919efbceea5f4272c";
    hash = "sha256-Wh8tZcQEdTTlgtBf4ovapojHcpPBZDDkWOclmxZv9zA=";
  };

  # Propagate sddm theme dependencies to user env otherwise sddm does
  # not find them. Putting them in buildInputs is not enough.
  propagatedUserEnvPkgs = [
    kdeclarative.bin
    plasma-framework
    plasma-workspace
  ];

  postPatch = ''
    patchShebangs install.sh

    substituteInPlace install.sh \
      --replace '$HOME/.local' $out \
      --replace '$HOME/.config' $out/share

    substituteInPlace sddm/*/Main.qml \
      --replace /usr $out
  '';

  installPhase = ''
+3 −1
Original line number Diff line number Diff line
@@ -29507,7 +29507,9 @@ with pkgs;
  layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { };
  layan-kde = callPackage ../data/themes/layan-kde { };
  layan-kde = callPackage ../data/themes/layan-kde {
    inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace;
  };
  lao = callPackage ../data/fonts/lao { };