summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/base/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.5/base/default.nix')
-rw-r--r--pkgs/desktops/kde-4.5/base/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.5/base/default.nix b/pkgs/desktops/kde-4.5/base/default.nix
new file mode 100644
index 00000000000..02c38bacede
--- /dev/null
+++ b/pkgs/desktops/kde-4.5/base/default.nix
@@ -0,0 +1,18 @@
+{ kdePackage, cmake, perl, qt4, kdelibs, pciutils, libraw1394
+, automoc4, strigi, qimageblitz, soprano}:
+
+kdePackage {
+  pn = "kdebase";
+  v = "4.5.0";
+
+  preConfigure = "cd apps";
+
+  buildInputs = [ cmake perl qt4 kdelibs pciutils libraw1394 automoc4
+    strigi qimageblitz soprano ];
+
+  meta = {
+    description = "KDE Base components";
+    longDescription = "Applications that form the KDE desktop, like Plasma, System Settings, Konqueror, Dolphin, Kate, and Konsole";
+    license = "GPL";
+  };
+}