summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.11/kdenetwork/kopete.nix
blob: 961d646474e7ae5476a03e81225e7810bb8ddd71 (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
27
{ kde, kdelibs, speex, libmsn, libotr, kdepimlibs, qimageblitz, libktorrent,
  jasper, libidn, mediastreamer, msilbc, pkgconfig, libxslt, giflib,
  libgadu, boost, qca2, gpgme, sqlite, telepathy_qt, shared_desktop_ontologies,
  libjpeg, libmms, ortp, srtp, libv4l}:

kde {

# TODO: libmeanwhile, xmms, jsoncpp
# commented out deps seem to not be needed anymore, but why so many?

  buildInputs = [
    kdelibs qca2 mediastreamer libgadu # telepathy_qt shared_desktop_ontologies  gpgme 
    kdepimlibs qimageblitz sqlite jasper libotr libmsn giflib # libktorrent libjpeg 
    libidn libxslt boost # speex  libmms msilbc
    ortp srtp libv4l
  ];

  nativeBuildInputs = [ pkgconfig ];

  KDEDIRS = libktorrent;

  cmakeFlags = [ "-DBUILD_skypebuttons=TRUE" ];

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