icewm-1.3.7
svn path=/nixpkgs/trunk/; revision=31890
This commit is contained in:
parent
afc0aea6d1
commit
ed92080b8d
@ -1,29 +1,33 @@
|
|||||||
{ stdenv, fetchurl, gettext, libjpeg, libtiff, libungif, libpng, imlib
|
{ stdenv, fetchurl, gettext, libjpeg, libtiff, libungif, libpng, freetype
|
||||||
, xlibs, automake, pkgconfig, gtk }:
|
, fontconfig, xlibs, automake, pkgconfig, gdk_pixbuf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "icewm-1.3.6";
|
name = "icewm-1.3.7";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ gettext libjpeg libtiff libungif libpng imlib
|
[ gettext libjpeg libtiff libungif libpng
|
||||||
xlibs.libX11 xlibs.libXft xlibs.libXext xlibs.libXinerama xlibs.libXrandr
|
xlibs.libX11 xlibs.libXft xlibs.libXext xlibs.libXinerama xlibs.libXrandr
|
||||||
pkgconfig gtk
|
xlibs.libICE xlibs.libSM freetype fontconfig
|
||||||
|
pkgconfig gdk_pixbuf
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/icewm/${name}.tar.gz";
|
url = "mirror://sourceforge/icewm/${name}.tar.gz";
|
||||||
sha256 = "1pr7rc10rddwvy4ncng4mf5fpxd1nqjsw34xba9ngsg32rg57b91";
|
sha256 = "0yw813d8amrl0n1fvdiyznxah92wcylj9kj1qhjc6h73d827h6na";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = "-lfontconfig";
|
|
||||||
|
|
||||||
# The fuloong2f is not supported by 1.3.6 still
|
# The fuloong2f is not supported by 1.3.6 still
|
||||||
|
#
|
||||||
|
# Don't know whether 1.3.7 supports fuloong2f and don't know how to test it
|
||||||
|
# on x86_64 hardware. So I left this 'cp' -- urkud
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cp ${automake}/share/automake*/config.{sub,guess} .
|
cp -v ${automake}/share/automake*/config.{sub,guess} .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A window manager for the X Window System";
|
description = "A window manager for the X Window System";
|
||||||
homepage = http://www.icewm.org/;
|
homepage = http://www.icewm.org/;
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7041,9 +7041,7 @@ let
|
|||||||
|
|
||||||
icecat3Wrapper = wrapFirefox { browser = icecat3Xul; browserName = "icecat"; desktopName = "IceCat"; };
|
icecat3Wrapper = wrapFirefox { browser = icecat3Xul; browserName = "icecat"; desktopName = "IceCat"; };
|
||||||
|
|
||||||
icewm = callPackage ../applications/window-managers/icewm {
|
icewm = callPackage ../applications/window-managers/icewm { };
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
id3v2 = callPackage ../applications/audio/id3v2 { };
|
id3v2 = callPackage ../applications/audio/id3v2 { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user