oxygen-icons: 4.5.0, use kdePackage

svn path=/nixpkgs/trunk/; revision=23009
This commit is contained in:
Yury G. Kudryashov 2010-08-06 20:21:08 +00:00
parent c766124771
commit 98c5daffeb

View file

@ -1,16 +1,14 @@
{stdenv, fetchurl, cmake}: {kdePackage, cmake}:
stdenv.mkDerivation rec { kdePackage {
name = "oxygen-icons-4.4.92"; pn = "oxygen-icons";
src = fetchurl { v = "4.5.0";
url = "mirror://kde/unstable/4.4.92/src/${name}.tar.bz2"; sha256 = "11wlrxnral4q5wi46p1di1cff4vr5da35a8dv2xx3ag6lnhqvjqi";
sha256 = "1aqc5p93c9jz660x94pxx7anamrpmwd490jy0lw38y99lbdhgz9k"; } {
};
buildInputs = [ cmake ]; buildInputs = [ cmake ];
meta = with stdenv.lib; { meta = {
description = "KDE Oxygen theme icons"; description = "KDE Oxygen theme icons";
longDescription = "Contains icons for the KDE Oxygen theme, which is the default icon theme since KDE 4.3"; longDescription = "Contains icons for the KDE Oxygen theme, which is the default icon theme since KDE 4.3";
license = "GPL"; license = "GPL";
maintainers = [ maintainers.sander ];
}; };
} }