2010-09-09 13:04:56 -07:00
|
|
|
{ kde, cmake, perl, qt4, kdelibs, pciutils, libraw1394 , automoc4, strigi
|
|
|
|
, qimageblitz, soprano}:
|
2010-08-10 12:57:53 -07:00
|
|
|
|
2010-08-29 14:20:38 -07:00
|
|
|
kde.package {
|
2010-08-10 12:57:53 -07:00
|
|
|
preConfigure = "cd apps";
|
|
|
|
|
|
|
|
buildInputs = [ cmake perl qt4 kdelibs pciutils libraw1394 automoc4
|
2010-09-09 13:04:56 -07:00
|
|
|
strigi qimageblitz ];
|
2010-08-10 12:57:53 -07:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "KDE Base components";
|
|
|
|
longDescription = "Applications that form the KDE desktop, like Plasma, System Settings, Konqueror, Dolphin, Kate, and Konsole";
|
|
|
|
license = "GPL";
|
2011-02-02 05:54:35 -08:00
|
|
|
kde.name = "kdebase";
|
2010-08-10 12:57:53 -07:00
|
|
|
};
|
|
|
|
}
|