about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/base/default.nix
blob: f06bf0033085c44b011cf43e9d0796832b66d413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ kde, cmake, perl, qt4, kdelibs, pciutils, libraw1394 , automoc4, strigi
, qimageblitz, soprano}:

kde.package {
  preConfigure = "cd apps";

  buildInputs = [ cmake perl qt4 kdelibs pciutils libraw1394 automoc4
    strigi qimageblitz ];

  meta = {
    description = "KDE Base components";
    longDescription = "Applications that form the KDE desktop, like Plasma, System Settings, Konqueror, Dolphin, Kate, and Konsole";
    license = "GPL";
    kde = {
      name = "kdebase";
      version = "4.5.2";
    };
  };
}