about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdenetwork/kopete.nix
blob: e8eab764419af6d193d4a72ce3271115f279ca01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ kde, kdelibs, libmsn, libotr, kdepimlibs, qimageblitz, libktorrent,
  jasper, libidn, mediastreamer, pkgconfig, libxslt, giflib,
  libgadu, boost, qca2, sqlite, jsoncpp,
  ortp, srtp, libv4l }:

kde {

# TODO: libmeanwhile, xmms, jsoncpp(not found), kleopatra(from kdepim but doesn't install headers?),

  buildInputs = [
    kdelibs qca2 mediastreamer libgadu jsoncpp
    kdepimlibs qimageblitz sqlite jasper libotr libmsn giflib
    libidn libxslt boost boost.lib
    ortp srtp libv4l
  ];

  nativeBuildInputs = [ pkgconfig ];

  KDEDIRS = libktorrent;

  cmakeFlags = [ "-DBUILD_skypebuttons=TRUE" ];

  meta = {
    description = "A KDE multi-protocol IM client";
  };
}