2016-07-29 18:00:07 -07:00
|
|
|
{
|
2016-12-16 09:25:50 -08:00
|
|
|
kdeApp, lib, kdeWrapper,
|
2017-02-26 04:49:15 -08:00
|
|
|
extra-cmake-modules, kdoctools,
|
2016-12-16 09:25:50 -08:00
|
|
|
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
|
2016-04-21 09:00:51 -07:00
|
|
|
}:
|
|
|
|
|
2016-12-16 09:25:50 -08:00
|
|
|
let
|
|
|
|
unwrapped = kdeApp {
|
|
|
|
name = "okular";
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2016-12-21 09:17:54 -08:00
|
|
|
propagatedBuildInputs = [
|
2016-12-16 09:25:50 -08:00
|
|
|
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 ];
|
|
|
|
};
|
2016-04-21 09:00:51 -07:00
|
|
|
};
|
2016-12-16 09:25:50 -08:00
|
|
|
in
|
2017-01-02 15:33:15 -08:00
|
|
|
kdeWrapper {
|
|
|
|
inherit unwrapped;
|
2016-12-16 09:25:50 -08:00
|
|
|
targets = [ "bin/okular" ];
|
2016-04-21 09:00:51 -07:00
|
|
|
}
|