From 026b9971f56f349e3cd2b5dd1ef3e80c8c25d1f3 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Tue, 7 May 2013 09:37:53 +0300 Subject: [PATCH] Remove KBluetooth. BlueDevil should be used instead. --- pkgs/tools/bluetooth/kbluetooth/default.nix | 30 --------------------- pkgs/top-level/all-packages.nix | 2 -- 2 files changed, 32 deletions(-) delete mode 100644 pkgs/tools/bluetooth/kbluetooth/default.nix diff --git a/pkgs/tools/bluetooth/kbluetooth/default.nix b/pkgs/tools/bluetooth/kbluetooth/default.nix deleted file mode 100644 index 81916cb3982f..000000000000 --- a/pkgs/tools/bluetooth/kbluetooth/default.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ stdenv, fetchurl, kdelibs, cmake, qt4, automoc4, phonon, kdebase_workspace, soprano, gettext -, semanticDesktop ? true }: -with stdenv; -mkDerivation rec { - name = "kbluetooth-${version}"; - version = "0.4.2"; - - src = fetchurl { - url = "http://kde-apps.org/CONTENT/content-files/112110-${name}.tar.bz2"; - sha256 = "0z5clp677g1vgh3dd09ilq1r481y342q2cx5pzjj51y1d9lb5zp5"; - }; - - enableParallelBuilding = true; - - buildInputs = [ cmake qt4 kdelibs automoc4 phonon kdebase_workspace soprano gettext] - ++ lib.optional semanticDesktop soprano; - - patchPhase = '' - substituteInPlace src/CMakeLists.txt --replace "DESTINATION \''${KDE4_BIN_INSTALL_DIR}" "DESTINATION bin" - substituteInPlace src/inputwizard/CMakeLists.txt --replace "DESTINATION \''${KDE4_BIN_INSTALL_DIR}" "DESTINATION bin" - substituteInPlace src/device-manager/CMakeLists.txt --replace "DESTINATION \''${KDE4_BIN_INSTALL_DIR}" "DESTINATION bin" - ''; - - meta = with stdenv.lib; { - description = "Bluetooth manager for KDE"; - license = "GPLv2"; - #inherit (kdelibs.meta) platforms; # doesn't build and seems to be dead - maintainers = [ maintainers.phreedom ]; - }; -} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8dee9373b3cc..d59f53852d0e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8615,8 +8615,6 @@ let kbibtex = callPackage ../applications/office/kbibtex { }; - kbluetooth = callPackage ../tools/bluetooth/kbluetooth { }; - kde_wacomtablet = callPackage ../applications/misc/kde-wacomtablet { }; kdenlive = callPackage ../applications/video/kdenlive { };