plano-theme: 3.28-2 -> 3.28-3 (#46892)
This commit is contained in:
parent
c73b9cf6ab
commit
32cd582645
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "plano-theme-${version}";
|
name = "plano-theme-${version}";
|
||||||
version = "3.28-2";
|
version = "3.28-3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lassekongo83";
|
owner = "lassekongo83";
|
||||||
repo = "plano-theme";
|
repo = "plano-theme";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xd8xpd8pxxsx6nqrxv2scm9fy6vig8qyxdydgkzhpscrjg9iq9f";
|
sha256 = "0k9jgnifc2s8vsw9fanknx1mg8vlh6qa1cbb910nm4vgrxsbrc74";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gdk_pixbuf gtk_engines ];
|
buildInputs = [ gdk_pixbuf gtk_engines ];
|
||||||
@ -23,11 +23,11 @@ stdenv.mkDerivation rec {
|
|||||||
rm $out/share/themes/Plano/LICENSE
|
rm $out/share/themes/Plano/LICENSE
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Flat theme for GNOME & Xfce4";
|
description = "Flat theme for GNOME & Xfce4";
|
||||||
homepage = https://github.com/lassekongo83/plano-theme;
|
homepage = https://github.com/lassekongo83/plano-theme;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user