mate-themes: 3.20.8 -> 3.20.10
This commit is contained in:
parent
ea9d390c1a
commit
1f7871fa93
@ -1,27 +1,27 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, mate, gnome3, gtk2, gtk_engines,
|
{ stdenv, fetchurl, pkgconfig, intltool, mate, gnome3, gtk2, gtk_engines,
|
||||||
gtk-engine-murrine, gdk_pixbuf, librsvg }:
|
gtk-engine-murrine, gdk_pixbuf, librsvg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-themes-${version}";
|
name = "mate-themes-${version}";
|
||||||
version = "${major-ver}.${minor-ver}";
|
version = "${major-ver}.${minor-ver}";
|
||||||
major-ver = gnome3.version;
|
major-ver = gnome3.version;
|
||||||
minor-ver = {
|
minor-ver = {
|
||||||
"3.18" = "2";
|
"3.18" = "3";
|
||||||
"3.20" = "8";
|
"3.20" = "10";
|
||||||
}."${major-ver}";
|
}."${major-ver}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/themes/${major-ver}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/themes/${major-ver}/${name}.tar.xz";
|
||||||
sha256 = {
|
sha256 = {
|
||||||
"3.18" = "1yy22nk450wsx0mlsvdalkyj41mijlvy8s6kifh98d4dnk8dvgfj";
|
"3.18" = "09vglvjnjnm95wxw5b7pn6rf5xrr3nfyqs5c3y1c72z4p3w8qqn5";
|
||||||
"3.20" = "14jl3mbhzm7k2ilp8nmdwy9wrbmc7mbg2i0arf479xs2h7dz06f6";
|
"3.20" = "0bhhidip8qbsq69a9n0dmxfryhvzngiy59vnms6xhya9n7y19hci";
|
||||||
}."${major-ver}";
|
}."${major-ver}";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
|
|
||||||
buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gtk-engine-murrine
|
buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gtk-engine-murrine
|
||||||
gdk_pixbuf librsvg ];
|
gdk_pixbuf librsvg ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A set of themes from MATE";
|
description = "A set of themes from MATE";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user