673e66e3a3
svn path=/nixpkgs/trunk/; revision=24092
232 lines
7.6 KiB
Nix
232 lines
7.6 KiB
Nix
pkgs:
|
|
|
|
pkgs.recurseIntoAttrs (rec {
|
|
inherit (pkgs) qt4 stdenv;
|
|
|
|
### SUPPORT
|
|
automoc4 = import ./support/automoc4 {
|
|
inherit (pkgs) stdenv fetchurl lib cmake;
|
|
inherit (pkgs) qt4;
|
|
};
|
|
|
|
phonon = import ./support/phonon {
|
|
inherit (pkgs) stdenv fetchurl cmake pkgconfig;
|
|
inherit (pkgs) qt4 xineLib;
|
|
pulseaudio = if pkgs.getConfig ["phonon" "pulseaudioSupport"] true then pkgs.pulseaudio else null;
|
|
inherit (pkgs.gst_all) gstreamer gstPluginsBase;
|
|
inherit (pkgs.xlibs) libXau libXdmcp libpthreadstubs;
|
|
inherit automoc4;
|
|
};
|
|
|
|
strigi = import ./support/strigi {
|
|
inherit (pkgs) stdenv fetchurl lib cmake perl;
|
|
inherit (pkgs) bzip2 qt4 libxml2 expat exiv2 cluceneCore;
|
|
};
|
|
|
|
soprano = import ./support/soprano {
|
|
inherit (pkgs) stdenv fetchurl lib cmake;
|
|
inherit (pkgs) qt4 cluceneCore redland libiodbc;
|
|
};
|
|
|
|
qimageblitz = import ./support/qimageblitz {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4;
|
|
};
|
|
|
|
qca2 = import ./support/qca2 {
|
|
inherit (pkgs) stdenv fetchurl which qt4;
|
|
};
|
|
|
|
qca2_ossl = import ./support/qca2/ossl.nix {
|
|
inherit (pkgs) stdenv fetchurl fetchsvn qt4 openssl;
|
|
inherit qca2;
|
|
};
|
|
|
|
akonadi = import ./support/akonadi {
|
|
inherit (pkgs) stdenv fetchurl cmake qt4 shared_mime_info libxslt boost mysql;
|
|
inherit automoc4 soprano;
|
|
};
|
|
|
|
eigen = import ./support/eigen {
|
|
inherit (pkgs) stdenv fetchurl lib cmake;
|
|
};
|
|
|
|
polkit_qt = import ./support/polkit-qt {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 policykit;
|
|
inherit automoc4;
|
|
};
|
|
|
|
attica = import ./support/attica {
|
|
inherit (pkgs) stdenv fetchurl cmake qt4;
|
|
};
|
|
|
|
### LIBS
|
|
kdelibs = import ./libs {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl bzip2 pcre fam libxml2 libxslt;
|
|
inherit (pkgs) xz flex bison giflib jasper openexr aspell avahi shared_mime_info
|
|
kerberos acl attr shared_desktop_ontologies enchant;
|
|
inherit (pkgs.xlibs) libXScrnSaver;
|
|
inherit automoc4 phonon strigi soprano qca2 attica polkit_qt;
|
|
};
|
|
|
|
### BASE
|
|
kdebase_workspace = import ./base-workspace {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl python pam sip pyqt4;
|
|
inherit (pkgs) lm_sensors libxklavier libusb boost consolekit;
|
|
inherit (pkgs.xlibs) libXi libXau libXdmcp libXtst libXcomposite libXdamage libXScrnSaver libpthreadstubs;
|
|
inherit kdelibs kdepimlibs kdebindings;
|
|
inherit automoc4 phonon strigi soprano qimageblitz akonadi polkit_qt;
|
|
inherit (pkgs) bluez;
|
|
};
|
|
|
|
kdebase = import ./base {
|
|
inherit (pkgs) stdenv fetchurl lib cmake perl qt4 pciutils libraw1394;
|
|
inherit kdelibs kdebase_workspace;
|
|
inherit automoc4 phonon strigi qimageblitz soprano;
|
|
};
|
|
|
|
kdebase_runtime = import ./base-runtime {
|
|
inherit (pkgs) stdenv fetchurl lib cmake perl bzip2 xz qt4 exiv2 libssh makeWrapper;
|
|
inherit (pkgs) shared_mime_info xineLib alsaLib samba cluceneCore virtuoso;
|
|
inherit kdelibs attica;
|
|
inherit automoc4 phonon strigi soprano;
|
|
};
|
|
|
|
oxygen_icons = import ./oxygen-icons {
|
|
inherit (pkgs) stdenv fetchurl lib cmake;
|
|
};
|
|
|
|
### ADDITIONAL
|
|
|
|
kdepimlibs = import ./pimlibs {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl boost cyrus_sasl gpgme;
|
|
inherit (pkgs) libical openldap shared_mime_info;
|
|
inherit kdelibs;
|
|
inherit automoc4 phonon akonadi;
|
|
};
|
|
|
|
kdeadmin = import ./admin {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 pkgconfig perl python sip pyqt4 pycups rhpl system_config_printer;
|
|
inherit kdelibs kdepimlibs kdebindings;
|
|
inherit automoc4 phonon;
|
|
};
|
|
|
|
kdeartwork = import ./artwork {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl xscreensaver;
|
|
inherit kdelibs kdebase_workspace;
|
|
inherit automoc4 phonon strigi eigen;
|
|
};
|
|
|
|
kdeaccessibility = import ./accessibility {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl alsaLib;
|
|
inherit (pkgs.xlibs) libXi libXtst;
|
|
inherit kdelibs;
|
|
inherit automoc4 phonon;
|
|
};
|
|
|
|
kdeedu = import ./edu {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl libxml2 libxslt openbabel boost;
|
|
inherit (pkgs) readline gmm gsl xplanet libspectre;
|
|
inherit kdelibs attica;
|
|
inherit automoc4 phonon eigen;
|
|
};
|
|
|
|
kdegraphics = import ./graphics {
|
|
inherit (pkgs) stdenv fetchurl lib cmake perl qt4 exiv2 lcms saneBackends libgphoto2;
|
|
inherit (pkgs) libspectre djvulibre chmlib shared_mime_info;
|
|
inherit (pkgs.xlibs) libXxf86vm;
|
|
poppler = pkgs.popplerQt4;
|
|
inherit kdelibs;
|
|
inherit automoc4 phonon strigi qimageblitz soprano qca2;
|
|
};
|
|
|
|
kdemultimedia = import ./multimedia {
|
|
inherit (pkgs) stdenv fetchurl lib cmake perl qt4;
|
|
inherit (pkgs) alsaLib xineLib libvorbis flac taglib cdparanoia lame;
|
|
inherit kdelibs;
|
|
inherit automoc4 phonon;
|
|
};
|
|
|
|
kdenetwork = import ./network {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl gmp speex libxml2 libxslt sqlite alsaLib;
|
|
inherit (pkgs) libidn libvncserver libmsn giflib gpgme boost libv4l libotr;
|
|
inherit (pkgs.xlibs) libXi libXtst libXdamage libXxf86vm;
|
|
inherit kdelibs kdepimlibs;
|
|
inherit automoc4 phonon qca2 soprano qimageblitz strigi;
|
|
};
|
|
|
|
kdepim = import ./pim {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl boost gpgme libassuan libgpgerror libxslt;
|
|
inherit (pkgs) shared_mime_info;
|
|
inherit (pkgs.xlibs) libXScrnSaver;
|
|
inherit kdelibs kdepimlibs kdepim_runtime;
|
|
inherit automoc4 phonon akonadi strigi soprano qca2;
|
|
};
|
|
|
|
kdepim_runtime = import ./pim-runtime {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl libxml2 libxslt boost;
|
|
inherit (pkgs) shared_mime_info;
|
|
inherit kdelibs kdepimlibs;
|
|
inherit automoc4 phonon akonadi soprano strigi;
|
|
};
|
|
|
|
kdeplasma_addons = import ./plasma-addons {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl python shared_mime_info;
|
|
inherit (pkgs.xlibs) libXtst libXi;
|
|
inherit kdelibs kdebase_workspace kdepimlibs kdebase kdegraphics kdeedu;
|
|
inherit automoc4 phonon soprano eigen qimageblitz attica qca2;
|
|
};
|
|
|
|
kdegames = import ./games {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl shared_mime_info;
|
|
inherit kdelibs;
|
|
inherit automoc4 phonon qca2;
|
|
};
|
|
|
|
kdetoys = import ./toys {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl;
|
|
inherit kdelibs kdebase_workspace;
|
|
inherit automoc4 phonon;
|
|
};
|
|
|
|
kdeutils = import ./utils {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl python gmp libzip libarchive xz sip pyqt4 pycups rhpl system_config_printer;
|
|
inherit kdelibs kdepimlibs kdebase kdebindings;
|
|
inherit automoc4 phonon qimageblitz qca2;
|
|
};
|
|
|
|
### DEVELOPMENT
|
|
|
|
kdebindings = import ./bindings {
|
|
inherit (pkgs) stdenv fetchurl cmake perl lib python sip zlib libpng pyqt4 freetype fontconfig qt4 boost;
|
|
inherit kdelibs kdepimlibs automoc4 phonon soprano akonadi qimageblitz attica polkit_qt;
|
|
};
|
|
|
|
kdesdk = import ./sdk {
|
|
inherit (pkgs) stdenv fetchurl cmake qt4 perl libxml2 libxslt boost
|
|
subversion apr aprutil shared_mime_info hunspell;
|
|
inherit kdelibs kdepimlibs;
|
|
inherit automoc4 phonon strigi;
|
|
};
|
|
|
|
kdewebdev = import ./webdev {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl libxml2 libxslt boost;
|
|
inherit kdelibs kdepimlibs;
|
|
inherit automoc4 phonon;
|
|
};
|
|
|
|
#### EXTRA GEAR
|
|
|
|
k3b = import ./extragear/k3b {
|
|
inherit (pkgs) stdenv fetchurl cmake qt4 perl shared_mime_info libvorbis taglib gettext;
|
|
inherit (pkgs) ffmpeg flac libsamplerate libdvdread lame libsndfile libmad;
|
|
inherit kdelibs kdemultimedia;
|
|
inherit automoc4 phonon;
|
|
};
|
|
|
|
l10n = pkgs.recurseIntoAttrs (import ./l10n {
|
|
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl gettext;
|
|
inherit kdelibs;
|
|
inherit automoc4 phonon;
|
|
});
|
|
})
|