Merge pull request #27136 from gnidorah/gtk-bluecurve
gtk-engine-bluecurve: init at 1.0
This commit is contained in:
commit
8c1c2a5bd4
21
pkgs/misc/themes/gtk2/gtk-engine-bluecurve/default.nix
Normal file
21
pkgs/misc/themes/gtk2/gtk-engine-bluecurve/default.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk2 }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "gtk-engine-bluecurve-1.0";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://ftp.gnome.org/pub/gnome/teams/art.gnome.org/archive/themes/gtk2/GTK2-Wonderland-Engine-1.0.tar.bz2";
|
||||||
|
sha256 = "1nim3lhmbs5mw1hh76d9258c1p923854x2j6i30gmny812c7qjnm";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
|
|
||||||
|
buildInputs = [ gtk2 ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Original Bluecurve engine from Red Hat's artwork package";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.gnidorah ];
|
||||||
|
};
|
||||||
|
}
|
@ -17693,6 +17693,8 @@ with pkgs;
|
|||||||
|
|
||||||
gtk_engines = callPackage ../misc/themes/gtk2/gtk-engines { };
|
gtk_engines = callPackage ../misc/themes/gtk2/gtk-engines { };
|
||||||
|
|
||||||
|
gtk-engine-bluecurve = callPackage ../misc/themes/gtk2/gtk-engine-bluecurve { };
|
||||||
|
|
||||||
gtk-engine-murrine = callPackage ../misc/themes/gtk2/gtk-engine-murrine { };
|
gtk-engine-murrine = callPackage ../misc/themes/gtk2/gtk-engine-murrine { };
|
||||||
|
|
||||||
gnome_themes_standard = gnome3.gnome_themes_standard;
|
gnome_themes_standard = gnome3.gnome_themes_standard;
|
||||||
|
Loading…
Reference in New Issue
Block a user