From 8be4bd7416ca977a6b8513957513355f01c397cc Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 25 Feb 2017 14:34:51 -0600 Subject: kdeApplications: Move out of desktops/kde-5 - There is no such thing as KDE 5 --- pkgs/applications/kde/dolphin.nix | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pkgs/applications/kde/dolphin.nix (limited to 'pkgs/applications/kde/dolphin.nix') diff --git a/pkgs/applications/kde/dolphin.nix b/pkgs/applications/kde/dolphin.nix new file mode 100644 index 00000000000..9be40e9439b --- /dev/null +++ b/pkgs/applications/kde/dolphin.nix @@ -0,0 +1,32 @@ +{ + kdeApp, lib, kdeWrapper, + ecm, kdoctools, makeQtWrapper, + baloo, baloo-widgets, dolphin-plugins, kactivities, kbookmarks, kcmutils, + kcompletion, kconfig, kcoreaddons, kdelibs4support, kdbusaddons, + kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications, + konsole, kparts, ktexteditor, kwindowsystem, phonon, solid +}: + +let + unwrapped = + kdeApp { + name = "dolphin"; + meta = { + license = with lib.licenses; [ gpl2 fdl12 ]; + maintainers = [ lib.maintainers.ttuegel ]; + }; + nativeBuildInputs = [ ecm kdoctools makeQtWrapper ]; + propagatedBuildInputs = [ + baloo baloo-widgets kactivities kbookmarks kcmutils kcompletion kconfig + kcoreaddons kdelibs4support kdbusaddons kfilemetadata ki18n kiconthemes + kinit kio knewstuff knotifications kparts ktexteditor kwindowsystem + phonon solid + ]; + }; +in +kdeWrapper +{ + inherit unwrapped; + targets = [ "bin/dolphin" ]; + paths = [ dolphin-plugins konsole.unwrapped ]; +} -- cgit 1.4.1