mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
flat-plat: 20170917 -> 20171005 and renamed to materia-theme
This commit is contained in:
parent
b02b224027
commit
4afb28a892
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, gnome3, libxml2, gtk-engine-murrine, gdk_pixbuf, librsvg }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "flat-plat-gtk-theme-${version}";
|
||||
version = "20170917";
|
||||
name = "materia-theme-${version}";
|
||||
version = "20171005";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nana-4";
|
||||
repo = "Flat-Plat";
|
||||
repo = "materia-theme";
|
||||
rev = "v${version}";
|
||||
sha256 = "17r4wl27yx49xg0l3s5d67174r63p4cw6cbdmzl81if7iab69hv0";
|
||||
sha256 = "0znm7mx2nv2sgvy8fyams1ckp1ly3nbbs0k09d24w1zzd90xhzqp";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gnome3.glib libxml2 ];
|
||||
@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Material Design-like theme for GTK+ based desktop environments";
|
||||
homepage = https://github.com/nana-4/Flat-Plat;
|
||||
description = "A Material Design-like theme for GNOME/GTK+ based desktop environments (formerly Flat-Plat)";
|
||||
homepage = https://github.com/nana-4/materia-theme;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.mounium ];
|
@ -18994,8 +18994,6 @@ with pkgs;
|
||||
|
||||
fceux = callPackage ../misc/emulators/fceux { };
|
||||
|
||||
flat-plat = callPackage ../misc/themes/flat-plat { };
|
||||
|
||||
flockit = callPackage ../tools/backup/flockit { };
|
||||
|
||||
foldingathome = callPackage ../misc/foldingathome { };
|
||||
@ -19078,6 +19076,9 @@ with pkgs;
|
||||
|
||||
martyr = callPackage ../development/libraries/martyr { };
|
||||
|
||||
# previously known as flat-plat
|
||||
materia-theme = callPackage ../misc/themes/materia-theme { };
|
||||
|
||||
mess = callPackage ../misc/emulators/mess {
|
||||
inherit (pkgs.gnome2) GConf;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user