forked from mirrors/nixpkgs
* Updated kdewebdev.
svn path=/nixpkgs/branches/kde-4.7/; revision=28000
This commit is contained in:
parent
9650b1283e
commit
2d4c4ae1bd
|
@ -161,7 +161,6 @@ recurseIntoAttrs rec {
|
|||
filelight = callPackage ./utils/filelight.nix { };
|
||||
};
|
||||
|
||||
/*
|
||||
kdewebdev = combinePkgs "kdewebdev" {
|
||||
klinkstatus = callPackage ./webdev/klinkstatus.nix { };
|
||||
kommander = callPackage ./webdev/kommander.nix { };
|
||||
|
@ -169,6 +168,7 @@ recurseIntoAttrs rec {
|
|||
kimagemapeditor = callPackage ./webdev/kimagemapeditor.nix { };
|
||||
};
|
||||
|
||||
/*
|
||||
kdepim_runtime = callPackage ./pim-runtime { };
|
||||
kdepim = callPackage ./pim { };
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:
|
||||
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];
|
||||
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
|
||||
|
||||
meta = {
|
||||
description = "Batch search and replace tool";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:
|
||||
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];
|
||||
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
|
||||
|
||||
meta = {
|
||||
description = "An HTML imagemap editor";
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt, kdepimlibs, boost, htmlTidy,
|
||||
ruby }:
|
||||
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt, kdepimlibs
|
||||
, boost, htmlTidy }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt kdepimlibs boost
|
||||
htmlTidy ruby ];
|
||||
buildInputs =
|
||||
[ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt kdepimlibs boost htmlTidy ];
|
||||
|
||||
meta = {
|
||||
description = "A KDE link checker";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:
|
||||
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];
|
||||
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
|
||||
|
||||
meta = {
|
||||
description = "A graphical editor of scripted dialogs";
|
||||
|
|
Loading…
Reference in a new issue