Add kdebase-workspace-4.5.0

svn path=/nixpkgs/trunk/; revision=23123
This commit is contained in:
Yury G. Kudryashov 2010-08-11 17:33:57 +00:00
parent 2449006cb6
commit 2050c3da77
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ kdePackage, cmake, perl, python, pam, consolekit
, qt4, sip, pyqt4, kdelibs, kdepimlibs, kdebindings
, libXi, libXau, libXdmcp, libXtst, libXcomposite, libXdamage, libXScrnSaver
, lm_sensors, libxklavier, libusb, libpthreadstubs, boost
, automoc4, strigi, soprano, qimageblitz, akonadi
, libdbusmenu_qt
}:
kdePackage {
pn = "kdebase-workspace";
v = "4.5.0";
buildInputs = [ cmake perl python qt4 pam consolekit sip pyqt4 kdelibs libXtst
kdepimlibs kdebindings boost libusb libXi libXau libXdmcp
libXcomposite libXdamage libXScrnSaver lm_sensors libxklavier automoc4
strigi soprano qimageblitz akonadi libpthreadstubs libdbusmenu_qt ];
meta = {
description = "KDE Workspace";
longDescription = "KDE base components that are only required to work with X11 such KDM and KWin";
license = "GPL";
};
}

View file

@ -36,6 +36,8 @@
### BASE
kdebase = callPackage ./base { };
kdebase_workspace = callPackage ./base-workspace { };
### DEVELOPMENT
kdebindings = callPackage ./bindings { };