Merge pull request #33785 from romildo/upd.zuki-themes

zuki-themes: 3.24-2 -> 3.24-3
This commit is contained in:
Jörg Thalheim 2018-01-13 13:04:20 +00:00 committed by GitHub
commit 1e2b7d3146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "zuki-themes-${version}";
version = "3.24-2";
version = "3.24-3";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "zuki-themes";
rev = "v${version}";
sha256 = "1js92qq1zi3iq40nl6n0m52hhhn9ql9i7y8ycg8vw3w0v8xyb4km";
sha256 = "02zallh1kwxp3sarz6nxm6j7v1rf6wwz7gf8gn81xslqjg188dq6";
};
buildInputs = [ gdk_pixbuf gtk_engines ];
@ -19,11 +19,11 @@ stdenv.mkDerivation rec {
installPhase = ''
install -dm 755 $out/share/themes
cp -va Zuki* $out/share/themes/
cp -a Zuki* $out/share/themes/
'';
meta = {
description = "A selection of themes for GTK3, gnome-shell and more";
description = "Themes for GTK3, gnome-shell and more";
homepage = https://github.com/lassekongo83/zuki-themes;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;