2016-07-29 18:00:07 -07:00
|
|
|
{
|
2016-07-30 07:36:52 -07:00
|
|
|
kdeApp, lib,
|
2016-07-29 18:00:07 -07:00
|
|
|
automoc4, cmake, perl, pkgconfig, kdelibs, qimageblitz,
|
|
|
|
poppler_qt4, libspectre, libkexiv2, djvulibre, libtiff, freetype,
|
|
|
|
ebook_tools
|
2016-04-21 09:00:51 -07:00
|
|
|
}:
|
|
|
|
|
2016-07-30 07:36:52 -07:00
|
|
|
kdeApp {
|
2016-07-29 19:13:00 -07:00
|
|
|
name = "okular";
|
2016-07-29 18:00:07 -07:00
|
|
|
nativeBuildInputs = [ automoc4 cmake perl pkgconfig ];
|
2016-04-21 09:00:51 -07:00
|
|
|
buildInputs = [
|
2016-07-29 18:00:07 -07:00
|
|
|
kdelibs qimageblitz poppler_qt4 libspectre libkexiv2 djvulibre libtiff
|
|
|
|
freetype ebook_tools
|
2016-04-21 09:00:51 -07:00
|
|
|
];
|
|
|
|
meta = {
|
2016-07-29 18:00:07 -07:00
|
|
|
platforms = lib.platforms.linux;
|
|
|
|
homepage = "http://www.kde.org";
|
2016-04-21 09:00:51 -07:00
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
|
|
|
}
|