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:
parent
31d2d5a382
commit
74f5c7f3d1
@ -3,15 +3,16 @@
|
|||||||
, xorgproto, libxcb ,xcbutilrenderutil, xcbutilimage, pixman, libev
|
, xorgproto, libxcb ,xcbutilrenderutil, xcbutilimage, pixman, libev
|
||||||
, dbus, libconfig, libdrm, libGL, pcre, libX11
|
, dbus, libconfig, libdrm, libGL, pcre, libX11
|
||||||
, libXinerama, libXext, xwininfo, libxdg_basedir }:
|
, libXinerama, libXext, xwininfo, libxdg_basedir }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "compton";
|
pname = "picom";
|
||||||
version = "7.2";
|
version = "7.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yshui";
|
owner = "yshui";
|
||||||
repo = "compton";
|
repo = "picom";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vwa5f0nifc1913diqd6cp5k1dlfyc2ijxbcdj1s37ywpx6c63c3";
|
sha256 = "1l48fxl04vkzr4r94sl37nbbw7a621rn8sxmkbdv4252i1gjxd4z";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/compton-trans \
|
wrapProgram $out/bin/picom-trans \
|
||||||
--prefix PATH : ${lib.makeBinPath [ xwininfo ]}
|
--prefix PATH : ${lib.makeBinPath [ xwininfo ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -57,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
well-defined and proper place.
|
well-defined and proper place.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/yshui/compton";
|
homepage = "https://github.com/yshui/picom";
|
||||||
maintainers = with maintainers; [ ertes enzime twey ];
|
maintainers = with maintainers; [ ertes enzime twey ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
@ -71,6 +71,7 @@ mapAliases ({
|
|||||||
clawsMail = claws-mail; # added 2016-04-29
|
clawsMail = claws-mail; # added 2016-04-29
|
||||||
clutter_gtk = clutter-gtk; # added 2018-02-25
|
clutter_gtk = clutter-gtk; # added 2018-02-25
|
||||||
conkerorWrapper = conkeror; # added 2015-01
|
conkerorWrapper = conkeror; # added 2015-01
|
||||||
|
compton = picom; # added 2019-12-02
|
||||||
compton-git = compton; # added 2019-05-20
|
compton-git = compton; # added 2019-05-20
|
||||||
conntrack_tools = conntrack-tools; # added 2018-05
|
conntrack_tools = conntrack-tools; # added 2018-05
|
||||||
cool-old-term = cool-retro-term; # added 2015-01-31
|
cool-old-term = cool-retro-term; # added 2015-01-31
|
||||||
|
@ -22215,7 +22215,7 @@ in
|
|||||||
|
|
||||||
inherit (xorg) xcompmgr;
|
inherit (xorg) xcompmgr;
|
||||||
|
|
||||||
compton = callPackage ../applications/window-managers/compton {};
|
picom = callPackage ../applications/window-managers/picom {};
|
||||||
|
|
||||||
xdaliclock = callPackage ../tools/misc/xdaliclock {};
|
xdaliclock = callPackage ../tools/misc/xdaliclock {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user