Added krusader for KDE4
svn path=/nixpkgs/trunk/; revision=14995
This commit is contained in:
@@ -191,6 +191,12 @@ rec {
|
|||||||
inherit automoc4 phonon;
|
inherit automoc4 phonon;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
krusader = import ./extragear/krusader {
|
||||||
|
inherit (pkgs) stdenv fetchurl cmake qt4 perl gettext;
|
||||||
|
inherit kdelibs;
|
||||||
|
inherit automoc4 phonon;
|
||||||
|
};
|
||||||
|
|
||||||
ktorrent = import ./extragear/ktorrent {
|
ktorrent = import ./extragear/ktorrent {
|
||||||
inherit (pkgs) stdenv fetchurl cmake qt4 perl gmp taglib boost gettext;
|
inherit (pkgs) stdenv fetchurl cmake qt4 perl gmp taglib boost gettext;
|
||||||
inherit kdelibs kdepimlibs kdebase_workspace;
|
inherit kdelibs kdepimlibs kdebase_workspace;
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{stdenv, fetchurl, cmake, qt4, perl, gettext, kdelibs, automoc4, phonon}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "krusader-2.0.0";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://sourceforge/krusader/krusader-2.0.0.tar.gz;
|
||||||
|
sha256 = "dc74c47d6eaf1c28165a74750e5a1b0341fa1c0d436658d0d5f85a6149f4852c";
|
||||||
|
};
|
||||||
|
buildInputs = [ cmake qt4 perl gettext kdelibs automoc4 phonon ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user