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