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/okular.nix | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pkgs/applications/kde/okular.nix (limited to 'pkgs/applications/kde/okular.nix') diff --git a/pkgs/applications/kde/okular.nix b/pkgs/applications/kde/okular.nix new file mode 100644 index 00000000000..499e8cc9368 --- /dev/null +++ b/pkgs/applications/kde/okular.nix @@ -0,0 +1,31 @@ +{ + kdeApp, lib, kdeWrapper, + ecm, kdoctools, + djvulibre, ebook_tools, kactivities, karchive, kbookmarks, kcompletion, + kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kdegraphics-mobipocket, + kiconthemes, kjs, khtml, kio, kparts, kpty, kwallet, kwindowsystem, libkexiv2, + libspectre, poppler, qca-qt5, qtdeclarative, qtsvg, threadweaver +}: + +let + unwrapped = kdeApp { + name = "okular"; + nativeBuildInputs = [ ecm kdoctools ]; + propagatedBuildInputs = [ + djvulibre ebook_tools kactivities karchive kbookmarks kcompletion kconfig + kconfigwidgets kcoreaddons kdbusaddons kdegraphics-mobipocket kiconthemes + kjs khtml kio kparts kpty kwallet kwindowsystem libkexiv2 libspectre poppler + qca-qt5 qtdeclarative qtsvg threadweaver + ]; + meta = { + platforms = lib.platforms.linux; + homepage = "http://www.kde.org"; + license = with lib.licenses; [ gpl2 lgpl21 fdl12 bsd3 ]; + maintainers = [ lib.maintainers.ttuegel ]; + }; + }; +in +kdeWrapper { + inherit unwrapped; + targets = [ "bin/okular" ]; +} -- cgit 1.4.1