matcha-theme: change name to matcha-gtk-theme

Upstream renamed the git repository.
gstqt5
José Romildo Malaquias 2020-05-09 07:28:28 -03:00
parent b1f802994e
commit 256cb06d87
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "matcha";
pname = "matcha-gtk-theme";
version = "2020-04-08";
src = fetchFromGitHub {
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "A stylish Design theme for GTK based desktop environments";
description = "A stylish flat Design theme for GTK based desktop environments";
homepage = "https://vinceliuice.github.io/theme-matcha";
license = licenses.gpl3;
platforms = platforms.unix;

View File

@ -275,6 +275,7 @@ mapAliases ({
man_db = man-db; # added 2016-05
manpages = man-pages; # added 2015-12-06
mariadb-client = hiPrio mariadb.client; #added 2019.07.28
matcha = throw "matcha was renamed to matcha-gtk-theme"; # added 2020-05-09
matrique = spectral; # added 2020-01-27
mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
mess = mame; # added 2019-10-30

View File

@ -17990,7 +17990,7 @@ in
manrope = callPackage ../data/fonts/manrope { };
matcha = callPackage ../data/themes/matcha { };
matcha-gtk-theme = callPackage ../data/themes/matcha { };
materia-theme = callPackage ../data/themes/materia-theme { };