icewm: 2.3.4 -> 2.6.0

This commit is contained in:
AndersonTorres 2021-08-02 16:03:56 -03:00
parent 0d0a612f40
commit a1479b3998

View file

@ -1,9 +1,8 @@
{ lib
, stdenv
, fetchFromGitHub
, cmake
, pkg-config
, asciidoc
, cmake
, expat
, fontconfig
, freetype
@ -11,6 +10,7 @@
, gdk-pixbuf
, gdk-pixbuf-xlib
, gettext
, giflib
, glib
, imlib2
, libICE
@ -30,22 +30,22 @@
, libpthreadstubs
, libsndfile
, libtiff
, giflib
, libxcb
, mkfontdir
, pcre
, perl
, pkg-config
}:
stdenv.mkDerivation rec {
pname = "icewm";
version = "2.3.4";
version = "2.6.0";
src = fetchFromGitHub {
owner = "ice-wm";
repo = pname;
rev = version;
hash = "sha256-UyLefj0eY/m3Of51NdhMNMq3z+kaLK28zDe63hbDK5A=";
hash = "sha256-R06tiWS9z6K5Nbi+vvk7DyozpcFdrHleMeh7Iq/FfHQ=";
};
nativeBuildInputs = [
@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
gdk-pixbuf
gdk-pixbuf-xlib
gettext
giflib
glib
imlib2
libICE
@ -81,13 +82,15 @@ stdenv.mkDerivation rec {
libpthreadstubs
libsndfile
libtiff
giflib
libxcb
mkfontdir
pcre
];
cmakeFlags = [ "-DPREFIX=$out" "-DCFGDIR=/etc/icewm" ];
cmakeFlags = [
"-DPREFIX=$out"
"-DCFGDIR=/etc/icewm"
];
# install legacy themes
postInstall = ''