2016-07-30 03:00:07 +02:00
|
|
|
{
|
2017-05-16 17:56:41 +02:00
|
|
|
mkDerivation, lib,
|
|
|
|
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
2016-12-16 18:25:50 +01: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 18:00:51 +02:00
|
|
|
}:
|
|
|
|
|
2017-05-16 17:56:41 +02:00
|
|
|
mkDerivation {
|
|
|
|
name = "okular";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
|
|
|
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 ];
|
2016-04-21 18:00:51 +02:00
|
|
|
};
|
|
|
|
}
|