Merge pull request #80925 from romildo/upd.mate
mate.mate-themes: 3.22.20 -> 3.22.21
This commit is contained in:
commit
b775f1fb66
@ -1,21 +1,23 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, mate, gtk2, gtk3,
|
{ stdenv, fetchurl, pkgconfig, gettext, mate-icon-theme, gtk2, gtk3,
|
||||||
gtk_engines, gtk-engine-murrine, gdk-pixbuf, librsvg }:
|
gtk_engines, gtk-engine-murrine, gdk-pixbuf, librsvg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mate-themes";
|
pname = "mate-themes";
|
||||||
version = "3.22.20";
|
version = "3.22.21";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pub.mate-desktop.org/releases/themes/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "https://pub.mate-desktop.org/releases/themes/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx";
|
sha256 = "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gtk3 ];
|
nativeBuildInputs = [ pkgconfig gettext gtk3 ];
|
||||||
|
|
||||||
buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gdk-pixbuf librsvg ];
|
buildInputs = [ mate-icon-theme gtk2 gtk_engines gdk-pixbuf librsvg ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
|
dontDropIconThemeCache = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
|
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user