Add kdetoys-4.5.0

svn path=/nixpkgs/trunk/; revision=23198
This commit is contained in:
Yury G. Kudryashov 2010-08-17 09:57:03 +00:00
parent 501117b1c5
commit ee967575e6
2 changed files with 14 additions and 0 deletions

View File

@ -51,6 +51,8 @@
kdemultimedia = callPackage ./multimedia { };
kdetoys = callPackage ./toys { };
kdeartwork = callPackage ./artwork { };
### DEVELOPMENT

View File

@ -0,0 +1,12 @@
{kdePackage, cmake, qt4, perl, kdelibs, kdebase_workspace, automoc4}:
kdePackage {
pn = "kdetoys";
v = "4.5.0";
buildInputs = [ cmake qt4 perl kdelibs kdebase_workspace automoc4 ];
meta = {
description = "KDE Toys";
license = "GPL";
};
}