compton/picom: 7.2 -> 7.5

Also change the derivation attribute and name to Picom, a maintained
fork of Compton.
This commit is contained in:
adisbladis 2019-12-02 12:43:48 +00:00
parent 31d2d5a382
commit 74f5c7f3d1
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
3 changed files with 9 additions and 7 deletions

View file

@ -3,15 +3,16 @@
, xorgproto, libxcb ,xcbutilrenderutil, xcbutilimage, pixman, libev
, dbus, libconfig, libdrm, libGL, pcre, libX11
, libXinerama, libXext, xwininfo, libxdg_basedir }:
stdenv.mkDerivation rec {
pname = "compton";
version = "7.2";
pname = "picom";
version = "7.5";
src = fetchFromGitHub {
owner = "yshui";
repo = "compton";
repo = "picom";
rev = "v${version}";
sha256 = "1vwa5f0nifc1913diqd6cp5k1dlfyc2ijxbcdj1s37ywpx6c63c3";
sha256 = "1l48fxl04vkzr4r94sl37nbbw7a621rn8sxmkbdv4252i1gjxd4z";
fetchSubmodules = true;
};
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
postInstall = ''
wrapProgram $out/bin/compton-trans \
wrapProgram $out/bin/picom-trans \
--prefix PATH : ${lib.makeBinPath [ xwininfo ]}
'';
@ -57,7 +58,7 @@ stdenv.mkDerivation rec {
well-defined and proper place.
'';
license = licenses.mit;
homepage = "https://github.com/yshui/compton";
homepage = "https://github.com/yshui/picom";
maintainers = with maintainers; [ ertes enzime twey ];
platforms = platforms.linux;
};

View file

@ -71,6 +71,7 @@ mapAliases ({
clawsMail = claws-mail; # added 2016-04-29
clutter_gtk = clutter-gtk; # added 2018-02-25
conkerorWrapper = conkeror; # added 2015-01
compton = picom; # added 2019-12-02
compton-git = compton; # added 2019-05-20
conntrack_tools = conntrack-tools; # added 2018-05
cool-old-term = cool-retro-term; # added 2015-01-31

View file

@ -22215,7 +22215,7 @@ in
inherit (xorg) xcompmgr;
compton = callPackage ../applications/window-managers/compton {};
picom = callPackage ../applications/window-managers/picom {};
xdaliclock = callPackage ../tools/misc/xdaliclock {};