source: kde5/applications/okular.xml@ 935b3e7

kde5-14686
Last change on this file since 935b3e7 was 935b3e7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

kmix 5 and polkit-kde-agent 5. Fixes to other packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@14727 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 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
8<sect1 id="okular5" xreflabel="Okular-&okular5-version;">
9 <?dbhtml filename="okular.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Okular-&okular5-version;</title>
17
18 <indexterm zone="okular5">
19 <primary sortas="a-Okular">Okular</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Okular</title>
24
25 <para>
26 The <application>Okular</application> package contains a document
27 viewer for the <application>KDE Plasma</application> Desktop. It
28 supports many document types, including PDF, PostScript, TIFF,
29 Microsoft CHM, DjVu, DVI, XPS and ePub.
30 </para>
31
32 &lfs76_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&okular5-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&okular5-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &okular5-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &okular5-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &okular5-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &okular5-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Okular Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="kactivities5"/>,
73 <xref linkend="kdelibs4support"/>,
74 <xref linkend="khtml"/>,
75 <xref linkend="kpty"/> and
76 <xref linkend="threadweaver"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="libkexiv25"/>,
82 <xref linkend="libkscreen"/>,
83 <xref linkend="libtiff"/> and
84 <xref linkend="poppler"/> (with Qt5 library)
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <ulink url="http://www.jedrea.com/chmlib/">CHMLib</ulink>,
90 <ulink url="http://djvu.sourceforge.net/">DJVuLibre</ulink>,
91 <ulink url="http://sourceforge.net/projects/ebook-tools/">EBook-Tools</ulink>,
92 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink> and
93 <ulink url="http://quickgit.kde.org/qca.git">QCA (Qt5 version)</ulink>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/okular5"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Okular</title>
103
104 <para>
105 Install <application>Okular</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
113 -DCMAKE_BUILD_TYPE=Release \
114 -DLIB_INSTALL_DIR=lib \
115 -DBUILD_TESTING=OFF \
116 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
117 .. &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/cmake-release.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/kf5-libdir.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/kf5-tests.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/qt5-plugins-dir.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 okular
160 </seg>
161 <seg>
162 libokularcore.so
163 </seg>
164 <seg>
165 $KF5_PREFIX/include/okular,
166 $KF5_PREFIX/lib/cmake/Okular,
167 $KF5_PREFIX/share/doc/HTML/*/okular,
168 $KF5_PREFIX/share/kxmlgui/okular and
169 $KF5_PREFIX/share/okular
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.