3
0
Fork 0
forked from mirrors/nixpkgs

Delete unused files

svn path=/nixpkgs/trunk/; revision=23789
This commit is contained in:
Yury G. Kudryashov 2010-09-14 14:28:55 +00:00
parent cdecced3b0
commit bb568e7467
2 changed files with 0 additions and 38 deletions

View file

@ -1,28 +0,0 @@
{ stdenv, fetchurl, cmake, qt4, perl, gmp, python, libarchive, xz
, sip, pyqt4, pycups, rhpl, system_config_printer, qjson, shared_mime_info
, kdebase_workspace
, kdelibs, kdepimlibs, kdebase, kdebindings, automoc4, qimageblitz, qca2}:
let
src = fetchurl {
url = mirror://kde/stable/src/kdeutils-4.5.0.tar.bz2;
sha256 = "1x4dwc193gsfcnryhkv2v3xafjr1a87ls0zfi56i1w2aj38b36l7";
};
in
{
ark = kdeSplitPackage
{
name = "ark-2.15";
inherit src;
patchPhase = "cp -vn ${qjson}/share/apps/cmake/modules/FindQJSON.cmake cmake/modules";
buildInputs = [ cmake qt4 perl libarchive xz kdelibs automoc4 qjson
kdebase # for libkonq
];
cmakeFlags = "-DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE -DBUILD_doc=TRUE -DBUILD_ark=TRUE";
}
kcalc = callPackage ./kcalc.nix { inherit src; };
}

View file

@ -1,10 +0,0 @@
--- kdeutils-4.5.0.orig/CMakeLists.txt.orig 2010-08-16 18:21:33.000000000 +0400
+++ kdeutils-4.5.0/CMakeLists.txt 2010-08-16 18:27:05.000000000 +0400
@@ -36,6 +36,7 @@
endif( GMP_FOUND )
if( UNIX )
find_package( KDE4Workspace )
+ macro_log_feature( KDE4Workspace_FOUND "KDE4Workspace" "KDE workscpace library, part of kdebase-workspace" "http://www.kde.org" FALSE "" "Required to build kremotecontrol." )
if( KDE4Workspace_FOUND AND QT_QTXMLPATTERNS_FOUND )
macro_optional_add_subdirectory( kremotecontrol )
endif( KDE4Workspace_FOUND AND QT_QTXMLPATTERNS_FOUND )