* Updated kdesdk.

svn path=/nixpkgs/branches/kde-4.7/; revision=27999
This commit is contained in:
Eelco Dolstra 2011-07-29 13:50:53 +00:00
parent e7b76a6db3
commit 9650b1283e
22 changed files with 48 additions and 81 deletions

View File

@ -115,18 +115,17 @@ recurseIntoAttrs rec {
kdegraphics = callPackage ./graphics { };
kdenetwork = callPackage ./network { };
kdeplasma_addons = callPackage ./plasma-addons { };
*/
kdesdk = combinePkgs "kdesdk" {
cervisia = callPackage ./sdk/cervisia.nix { };
kapptemplate = callPackage ./sdk/kapptemplate.nix { };
kate = callPackage ./sdk/kate.nix { };
kcachegrind = callPackage ./sdk/kcachegrind.nix { };
kdeaccounts_plugin = callPackage ./sdk/kdeaccounts-plugin.nix { };
dolphin_plugins = callPackage ./sdk/dolphin-plugins.nix { };
kioslave_perldoc = callPackage ./sdk/kioslave-perldoc.nix { };
kioslave_svn = callPackage ./sdk/kioslave-svn.nix { };
strigi_analyzer = callPackage ./sdk/strigi-analyzer.nix { };
kbugbuster = callPackage ./sdk/kbugbuster.nix { };
kmtrace = callPackage ./sdk/kmtrace.nix { };
kompare = callPackage ./sdk/kompare.nix { };
kpartloader = callPackage ./sdk/kpartloader.nix { };
@ -137,9 +136,8 @@ recurseIntoAttrs rec {
poxml = callPackage ./sdk/poxml.nix { };
scripts = callPackage ./sdk/scripts.nix { };
umbrello = callPackage ./sdk/umbrello.nix { };
okteta = callPackage ./utils/okteta.nix { };
okteta = callPackage ./sdk/okteta.nix { };
};
*/
kdetoys = combinePkgs "kdetoys" {
amor = callPackage ./toys/amor.nix { };

View File

@ -1,14 +1,14 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "A KDE CVS frontend";
kde = {
name = "cervisia";
module = "kdesdk";
version = "3.5.0";
version = "3.7.0";
versionFile = "cervisia/version.h";
};
};

View File

@ -1,9 +1,11 @@
{ kde, cmake, kdelibs, automoc4, kdebase }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, kde_baseapps, kdepimlibs }:
kde.package {
# Needs kdebase for libkonq
buildInputs = [ cmake kdelibs automoc4 kdebase ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi kde_baseapps ];
cmakeFlags = "-DBUILD_dolphin-plugins/svn=TRUE -DBUILD_dolphin-plugins/git=TRUE";
meta = {
description = "Git and Svn plugins for dolphin";
kde = {

View File

@ -1,8 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "A KDE 4 project template generator";

View File

@ -1,15 +0,0 @@
{ kde, cmake, kdelibs, automoc4, shared_mime_info }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 shared_mime_info ];
meta = {
description = "Kate - Advanced Text Editor";
kde = {
name = "kate";
module = "kdesdk";
version = "3.5.2"; # (release.major-1).(release.minor).(release.patch)
};
};
}

View File

@ -1,15 +0,0 @@
{ kde, cmake, kdelibs, automoc4, kdepimlibs }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 kdepimlibs ];
meta = {
description = "KDE bugzilla client";
kde = {
name = "kbugbuster";
module = "kdesdk";
version = "3.80.3";
versionFile = "version.h";
};
};
}

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "KDE Frontend for Callgrind/Cachegrind";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, kdepimlibs }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, kdepimlibs }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 kdepimlibs ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi kdepimlibs ];
meta = {
description = "KDE accounts akonadi agent";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, perl }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, perl }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 perl ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi perl ];
cmakeFlags = "-DBUILD_kioslave=ON -DBUILD_perldoc=ON";

View File

@ -1,13 +1,13 @@
{ kde, cmake, kdelibs, automoc4, subversion, apr, aprutil }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, subversion, apr, aprutil }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 subversion apr aprutil ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi subversion apr aprutil ];
patches = [ ./find-svn.patch ];
cmakeFlags = "-DBUILD_kioslave=ON";
meta = {
description = "svn:/ kioslave";
description = "Subversion kioslave";
kde = {
name = "kioslave-svn";
module = "kdesdk";

View File

@ -1,12 +1,12 @@
{ kde, cmake, kdelibs, automoc4, gcc }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, gcc }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
preConfigure="export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:${gcc}:${gcc.gcc}";
preConfigure = "export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:${gcc}:${gcc.gcc}";
meta = {
description = "KDE mtrace-based malloc debuger";
description = "KDE mtrace-based malloc debugger";
kde = {
name = "kmtrace";
module = "kdesdk";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "A program to view the differences between files and optionally generate a diff";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "A test application for KParts";

View File

@ -1,11 +1,10 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "A macros for profiling using QTime";
longDescription = "Don't commit any code using kprofilemethod.h to KDE repositories.";
description = "A macro for profiling using QTime";
kde = {
name = "kprofilemethod";
module = "kdesdk";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libtool }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, libtool }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 libtool ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi libtool ];
meta = {
description = "Measures start up time of a KDE application";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "Displays Qt Designer's UI files";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, hunspell }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, hunspell }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 hunspell ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi hunspell ];
meta = {
description = "KDE 4 Computer-aided translation system";
@ -12,7 +12,7 @@ kde.package {
kde = {
name = "lokalize";
module = "kdesdk";
version = "1.1";
version = "1.2";
versionFile = "src/version.h";
};
};

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, qt4, automoc4, phonon, shared_mime_info, qca2 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, shared_mime_info, qca2 }:
kde.package {
buildInputs = [ cmake qt4 kdelibs automoc4 phonon /* shared_mime_info qca2 */ ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi shared_mime_info qca2 ];
meta = {
description = "KDE byte editor";

View File

@ -1,8 +1,7 @@
{ kde, cmake, kdelibs, automoc4, antlr }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, antlr }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 antlr ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi antlr ];
meta = {
description = "Po<->xml tools";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "Various scripts to ease KDE development";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4 }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi ];
meta = {
description = "Strigi analyzers for diff, po and ts";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt, boost }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, libxml2, libxslt, boost }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt boost ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi libxml2 libxslt boost ];
meta = {
description = "Umbrello UML modeller";