Added kdesvn package
svn path=/nixpkgs/trunk/; revision=14970
This commit is contained in:
parent
c9e2b00644
commit
0abae1cd12
@ -185,6 +185,12 @@ rec {
|
|||||||
inherit automoc4 phonon strigi soprano;
|
inherit automoc4 phonon strigi soprano;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kdesvn = import ./extragear/kdesvn {
|
||||||
|
inherit (pkgs) stdenv fetchurl cmake qt4 perl gettext apr aprutil subversion db4;
|
||||||
|
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;
|
||||||
|
8
pkgs/desktops/kde-4.2/extragear/kdesvn/builder.sh
Normal file
8
pkgs/desktops/kde-4.2/extragear/kdesvn/builder.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
source $stdenv/setup
|
||||||
|
|
||||||
|
myPatchPhase()
|
||||||
|
{
|
||||||
|
sed -i -e "s|/usr|$subversion|g" src/svnqt/cmakemodules/FindSubversion.cmake
|
||||||
|
}
|
||||||
|
patchPhase=myPatchPhase
|
||||||
|
genericBuild
|
13
pkgs/desktops/kde-4.2/extragear/kdesvn/default.nix
Normal file
13
pkgs/desktops/kde-4.2/extragear/kdesvn/default.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{stdenv, fetchurl, cmake, qt4, perl, gettext, apr, aprutil, subversion, db4,
|
||||||
|
kdelibs, automoc4, phonon}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "kdesvn-1.2.4";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://kdesvn.alwins-world.de/downloads/kdesvn-1.2.4.tar.bz2;
|
||||||
|
sha256 = "aa81addf5f86b4c59026debc555d7aac783002331942847c32d2feb277a81620";
|
||||||
|
};
|
||||||
|
builder = ./builder.sh;
|
||||||
|
inherit subversion;
|
||||||
|
buildInputs = [ cmake qt4 perl gettext apr aprutil subversion db4 kdelibs automoc4 phonon ];
|
||||||
|
}
|
@ -350,6 +350,7 @@ in {
|
|||||||
kdeutils = linux;
|
kdeutils = linux;
|
||||||
kdewebdev = linux;
|
kdewebdev = linux;
|
||||||
ktorrent = linux;
|
ktorrent = linux;
|
||||||
|
kdesvn = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPackages_2_6_26 = {
|
kernelPackages_2_6_26 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user