* Updated kdewebdev.

svn path=/nixpkgs/branches/kde-4.7/; revision=28000
This commit is contained in:
Eelco Dolstra 2011-07-29 14:16:12 +00:00
parent 9650b1283e
commit 2d4c4ae1bd
5 changed files with 11 additions and 11 deletions

View File

@ -161,7 +161,6 @@ recurseIntoAttrs rec {
filelight = callPackage ./utils/filelight.nix { }; filelight = callPackage ./utils/filelight.nix { };
}; };
/*
kdewebdev = combinePkgs "kdewebdev" { kdewebdev = combinePkgs "kdewebdev" {
klinkstatus = callPackage ./webdev/klinkstatus.nix { }; klinkstatus = callPackage ./webdev/klinkstatus.nix { };
kommander = callPackage ./webdev/kommander.nix { }; kommander = callPackage ./webdev/kommander.nix { };
@ -169,6 +168,7 @@ recurseIntoAttrs rec {
kimagemapeditor = callPackage ./webdev/kimagemapeditor.nix { }; kimagemapeditor = callPackage ./webdev/kimagemapeditor.nix { };
}; };
/*
kdepim_runtime = callPackage ./pim-runtime { }; kdepim_runtime = callPackage ./pim-runtime { };
kdepim = callPackage ./pim { }; kdepim = callPackage ./pim { };
*/ */

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }: { kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
kde.package { kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ]; buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
meta = { meta = {
description = "Batch search and replace tool"; description = "Batch search and replace tool";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }: { kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
kde.package { kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ]; buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
meta = { meta = {
description = "An HTML imagemap editor"; description = "An HTML imagemap editor";

View File

@ -1,9 +1,9 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt, kdepimlibs, boost, htmlTidy, { kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt, kdepimlibs
ruby }: , boost, htmlTidy }:
kde.package { kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt kdepimlibs boost buildInputs =
htmlTidy ruby ]; [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt kdepimlibs boost htmlTidy ];
meta = { meta = {
description = "A KDE link checker"; description = "A KDE link checker";

View File

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }: { kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
kde.package { kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ]; buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
meta = { meta = {
description = "A graphical editor of scripted dialogs"; description = "A graphical editor of scripted dialogs";