devilspie2: 0.39 -> 0.42

This commit is contained in:
ndowens 2017-03-19 20:02:30 -05:00
parent 7d3d0ff0a0
commit baf07b580c

View file

@ -2,18 +2,15 @@
stdenv.mkDerivation rec {
name = "devilspie2-${version}";
version = "0.39";
version = "0.42";
src = fetchurl {
url = "http://download.savannah.gnu.org/releases/devilspie2/devilspie2_0.39-src.tar.gz";
sha256 = "07b74ffc078e5f01525d9da7a1978b4c1a9725b814b344f83a1a203cf4caae09";
url = "http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${version}-src.tar.gz";
sha256 = "119zb9x5i3y4cp30h4113psqxb5d7zxiyijpq02g8kds1wqvrx8i";
};
buildInputs = [ intltool pkgconfig glib gtk lua libwnck3 ];
patchPhase = ''
sed -i -e s@/usr/local@$out@ Makefile
'';
nativeBuildInputs = [ intltool pkgconfig ];
buildInputs = [ glib gtk lua libwnck3 ];
installPhase = ''
mkdir -p $out/bin $out/share/man/man1
@ -22,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Devilspie2 is a window matching utility";
description = "A window matching utility";
longDescription = ''
Devilspie2 is a window matching utility, allowing the user to
perform scripted actions on windows as they are created. For