Commit f68c5bb9 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

picom-allusive: remove

parent 621c9a4f
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{ picom, lib, fetchFromGitHub, installShellFiles, pcre }:

picom.overrideAttrs (oldAttrs: rec {
  pname = "picom-allusive";
  version = "1.2.5";

  src = fetchFromGitHub {
    owner = "allusive-dev";
    repo = "picom-allusive";
    rev = version;
    hash = "sha256-yM4TJjoVs+i33m/u/oWlx1TDKJrgwlfiGu72DOL/tl8=";
  };

  nativeBuildInputs = [ installShellFiles pcre ] ++ oldAttrs.nativeBuildInputs;

  postInstall = ''
    installManPage $src/man/picom.1.gz
  '' + (lib.optionalString (oldAttrs ? postInstall) oldAttrs.postInstall);

  meta = (builtins.removeAttrs oldAttrs.meta [ "longDescription" ]) // {
    description = "A fork of picom featuring improved animations and other features";
    homepage = "https://github.com/allusive-dev/picom-allusive";
    license = with lib.licenses; [ mit mpl20 ];
    maintainers = with lib.maintainers; [ allusive iogamaster ];
  };
})
+1 −0
Original line number Diff line number Diff line
@@ -824,6 +824,7 @@ mapAliases ({
  pharo-spur64 = pharo; # Added 2022-08-03
  phodav_2_0 = throw "'phodav_2_0' has been renamed to/replaced by 'phodav'"; # Added 2023-02-21
  photoflow = throw "photoflow was removed because it was broken and unmaintained by upstream"; # Added 2023-03-10
  picom-allusive = throw "picom-allusive was renamed to compfy and is being abandoned by upstream"; # Added 2024-02-13

  # Obsolete PHP version aliases
  php80 = throw "php80 has been dropped due to the lack of maintenance from upstream for future releases"; # Added 2023-06-21
+0 −2
Original line number Diff line number Diff line
@@ -36440,8 +36440,6 @@ with pkgs;
  picom = callPackage ../applications/window-managers/picom { };
  picom-allusive = callPackage ../applications/window-managers/picom/picom-allusive.nix { };
  picom-jonaburg = callPackage ../applications/window-managers/picom/picom-jonaburg.nix { };
  picom-next = callPackage ../applications/window-managers/picom/picom-next.nix { };