summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/pim-runtime/default.nix
blob: 2d1787f62a756238c5f202dbfa6026dd444e07d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdePackage, cmake, kdelibs, qt4, kdepimlibs, akonadi, pkgconfig, boost, shared_mime_info, libxml2, shared_desktop_ontologies, soprano, strigi, automoc4, libxslt }:

kdePackage rec {
	pn = "kdepim-runtime";
	v = "4.4.92";
	stable = false;
	subdir = "kdepim/${v}/src";

	buildInputs = [ automoc4 cmake kdelibs qt4 kdepimlibs akonadi pkgconfig boost shared_mime_info shared_desktop_ontologies libxml2 soprano strigi libxslt ];

  meta = {
    description = "Runtime files for KDE PIM: akonadi agents etc.";
  };
}