source: kde/kf5-apps/okular5.xml@ a01d308

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a01d308 was 50a0dd0, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to kf5-apps-17.04.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18738 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY okular5-download-http "&kf5apps-download-http;/okular-&kf5apps-version;.tar.xz">
8 <!ENTITY okular5-download-ftp " ">
9 <!ENTITY okular5-md5sum "a2ddaf6d3a75bfb8dde3acc1ac7b2c2f">
10 <!ENTITY okular5-size "5.3 MB">
11 <!ENTITY okular5-buildsize "56 MB">
12 <!ENTITY okular5-time "2.1 SBU">
13]>
14
15<sect1 id="okular5" xreflabel="Okular-&kf5apps-version;">
16 <?dbhtml filename="okular5.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Okular-&kf5apps-version;</title>
24
25 <indexterm zone="okular5">
26 <primary sortas="a-Okular">Okular</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Okular</title>
31
32 <para>
33 Okular is a document viewer for KDE. It can view documents of many types
34 including PDF, PostScript, TIFF, Microsoft CHM, DjVu, DVI, XPS and ePub.
35 </para>
36
37 &lfs80_checked;
38 &gcc7_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&okular5-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&okular5-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &okular5-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &okular5-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &okular5-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &okular5-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Okular Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="kf5-frameworks"/>,
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libkexiv2"/>,
84 <xref linkend="libtiff"/>, and
85 <xref linkend="poppler"/> (built with Qt5, required for PDF support)
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="qca"/>,
91 <ulink url="http://download.kde.org/stable/applications/&kf5apps-version;/src/">
92 kpimtextedit</ulink>,
93 <ulink url="http://libspectre.freedesktop.org/">libspectre</ulink>
94 (for PostScript support),
95 <ulink url="http://www.jedrea.com/chmlib">libchm</ulink>,
96 <ulink url="http://sourceforge.net/projects/ebook-tools">libepub</ulink>, and
97 <ulink url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket">
98 Mobipocket</ulink>
99 </para>
100
101 <para condition="html" role="usernotes">
102 User Notes: <ulink url="&blfs-wiki;/okular5"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Okular</title>
108
109 <para>
110 Install <application>Okular</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
117cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
118 -DCMAKE_BUILD_TYPE=Release \
119 -DBUILD_TESTING=OFF \
120 -Wno-dev .. &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 okular
146 </seg>
147 <seg>
148 libOkular5Core.so
149 </seg>
150 <seg>
151 $KF5_PREFIX/include/okular,
152 $KF5_PREFIX/lib/cmake/Okular5,
153 $KF5_PREFIX/lib/plugins/okular,
154 $KF5_PREFIX/lib/qml/org/kde/okular,
155 $KF5_PREFIX/share/kxmlgui5/okular,
156 $KF5_PREFIX/share/okular,
157 $KF5_PREFIX/share/doc/HTML/en/okular, and
158 $KF5_PREFIX/share/kpackage/genericqml/org.kde.mobile.okular
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="okular5-prog">
169 <term><command>okular</command></term>
170 <listitem>
171 <para>
172 is a document viewer.
173 </para>
174 <indexterm zone="okular5 okular5-prog">
175 <primary sortas="b-okular">okular</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.