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