3
0
Fork 0
forked from mirrors/nixpkgs

Adding the Oxygen-GTK theme

svn path=/nixpkgs/trunk/; revision=25676
This commit is contained in:
Cillian de Roiste 2011-01-23 21:04:12 +00:00
parent 2088daff1a
commit 5f3455dde5
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ stdenv, fetchurl,
cmake, glib, gtk, pkgconfig }:
stdenv.mkDerivation rec {
name = "oxygen-gtk";
version = "1.0.1";
src = fetchurl {
url = "mirror://kde/stable/${name}/${version}/src/${name}-${version}.tar.bz2";
sha256 = "0ki8qllr5ai48bl2pz8rxzf5cax08ckhgrn0nlf815ba83jfar32";
};
buildInputs = [ cmake glib gtk pkgconfig ];
meta = {
description = "Port of the default KDE widget theme (Oxygen), to gtk";
homepage = https://projects.kde.org/projects/playground/artwork/oxygen-gtk;
licence = "LGPLv2";
};
}

View file

@ -7158,6 +7158,10 @@ let
pkgs_for_46.newScope pkgs_for_46.kde46;
};
oxygen_gtk = callPackage ../misc/themes/gtk2/oxygen-gtk {
inherit (gtkLibs) glib gtk;
};
xfce = xfce4;
xfce4 = recurseIntoAttrs