picom-allusive: remove

This commit is contained in:
Thiago Kenji Okada
2024-02-13 21:07:46 +00:00
parent 621c9a4f91
commit f68c5bb998
3 changed files with 1 additions and 28 deletions
@@ -1,26 +0,0 @@
{ 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
View File
@@ -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
-2
View File
@@ -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 { };