3c668adea1
svn path=/nixpkgs/branches/kde-4.7/; revision=27815
18 lines
408 B
Nix
18 lines
408 B
Nix
{ automoc4, cmake, kde, kdelibs, qt4, strigi, soprano
|
|
, shared_desktop_ontologies, glib, phonon
|
|
}:
|
|
|
|
kde.package {
|
|
|
|
buildInputs =
|
|
[ cmake kdelibs qt4 automoc4 strigi soprano shared_desktop_ontologies
|
|
glib phonon
|
|
];
|
|
|
|
meta = {
|
|
description = "Base KDE applications, including the Dolphin file manager and Konqueror web browser";
|
|
license = "GPLv2";
|
|
kde.name = "kde-baseapps";
|
|
};
|
|
}
|