mate-themes: build GTK icon cache
This commit is contained in:
parent
18d31c2d2d
commit
a49fbb6a05
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, mate, gtk2, gtk_engines,
|
{ stdenv, fetchurl, pkgconfig, intltool, mate, gtk2, gtk3,
|
||||||
gtk-engine-murrine, gdk_pixbuf, librsvg }:
|
gtk_engines, gtk-engine-murrine, gdk_pixbuf, librsvg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-themes-${version}";
|
name = "mate-themes-${version}";
|
||||||
@ -10,12 +10,16 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0538bw8qismp16ymxbjk0ww7yjw1ch5v3f3d4vib3770xvgmmcfm";
|
sha256 = "0538bw8qismp16ymxbjk0ww7yjw1ch5v3f3d4vib3770xvgmmcfm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool gtk3 ];
|
||||||
|
|
||||||
buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gdk_pixbuf librsvg ];
|
buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gdk_pixbuf librsvg ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A set of themes from MATE";
|
description = "A set of themes from MATE";
|
||||||
homepage = http://mate-desktop.org;
|
homepage = http://mate-desktop.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user