forked from mirrors/nixpkgs
kdepim-runtime-4.4.92
svn path=/nixpkgs/trunk/; revision=23265
This commit is contained in:
parent
b16167a028
commit
6345fa2d1d
|
@ -61,7 +61,8 @@
|
|||
kdeutils = callPackage ./utils { };
|
||||
kdewebdev = callPackage ./webdev { };
|
||||
|
||||
kdepim_runtime = callPackage ../kde-4.4/pim-runtime { };
|
||||
#kdepim_runtime = callPackage ../kde-4.4/pim-runtime { };
|
||||
kdepim_runtime = callPackage ./pim-runtime { };
|
||||
kdepim = callPackage ../kde-4.4/pim { };
|
||||
### DEVELOPMENT
|
||||
|
||||
|
|
14
pkgs/desktops/kde-4.5/pim-runtime/default.nix
Normal file
14
pkgs/desktops/kde-4.5/pim-runtime/default.nix
Normal file
|
@ -0,0 +1,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.";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue