Added KDE 4.3 accessibility package
svn path=/nixpkgs/trunk/; revision=17574
This commit is contained in:
parent
5704c1854d
commit
a5f44e374d
17
pkgs/desktops/kde-4.3/accessibility/default.nix
Normal file
17
pkgs/desktops/kde-4.3/accessibility/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{stdenv, fetchurl, lib, cmake, qt4, perl, alsaLib, libXtst, kdelibs, automoc4, phonon}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kdeaccessibility-4.3.1";
|
||||
src = fetchurl {
|
||||
url = mirror://kde/stable/4.3.1/src/kdeaccessibility-4.3.1.tar.bz2;
|
||||
sha1 = "bc9c56beb161ddf6c1474d356360ec75db0733bc";
|
||||
};
|
||||
includeAllQtDirs=true;
|
||||
buildInputs = [ cmake qt4 perl alsaLib libXtst kdelibs automoc4 phonon ];
|
||||
meta = {
|
||||
description = "KDE accessibility tools";
|
||||
license = "GPL";
|
||||
homepage = http://www.kde.org;
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
};
|
||||
}
|
@ -112,6 +112,13 @@ rec {
|
||||
inherit automoc4 phonon strigi eigen;
|
||||
};
|
||||
|
||||
kdeaccessibility = import ./accessibility {
|
||||
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl alsaLib;
|
||||
inherit (pkgs.xlibs) 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 facile ocaml xplanet;
|
||||
|
@ -478,6 +478,7 @@ in {
|
||||
|
||||
kde42 = {
|
||||
amarok = linux;
|
||||
kdeaccessibility = linux;
|
||||
kdeadmin = linux;
|
||||
kdeartwork = linux;
|
||||
kdebase = linux;
|
||||
|
Loading…
x
Reference in New Issue
Block a user