source: kde/kf5-apps/okular5.xml@ 1f28e76c

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 1f28e76c was 1f28e76c, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Update to kf5-apps-22.08.0 (except gwenview)

  • Property mode set to 100644
File size: 5.5 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 "86eb04eaff7e17cadc23031b45d87a90">
10 <!ENTITY okular5-size "7.8 MB">
11 <!ENTITY okular5-buildsize "77 MB">
12 <!ENTITY okular5-time "0.7 SBU (using parallelism=4)">
13]>
14
15<sect1 id="okular5" xreflabel="Okular-&kf5apps-version;">
16 <?dbhtml filename="okular5.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Okular-&kf5apps-version;</title>
23
24 <indexterm zone="okular5">
25 <primary sortas="a-Okular">Okular</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Okular</title>
30
31 <para>
32 Okular is a document viewer for KDE. It can view documents of many types
33 including PDF, PostScript, TIFF, Microsoft CHM, DjVu, DVI, XPS and ePub.
34 </para>
35
36 &lfs111_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&okular5-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&okular5-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &okular5-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &okular5-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &okular5-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &okular5-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Okular Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="kf5-frameworks"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="libkexiv2"/>,
82 <xref linkend="libtiff"/>, and
83 <xref linkend="poppler"/> (built with Qt5, required for PDF support)
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="qca"/>,
89 <ulink url="https://www.pell.portland.or.us/~orc/Code/discount/">discount</ulink>,
90 <ulink url="https://djvu.sourceforge.net/">DjVuLibre</ulink>,
91 <ulink url="https://download.kde.org/stable/release-service/&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="https://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 <note>
115 <para>
116 If any of the optioanl dependencies are installed, remove the
117 associated reference in the SKIP_OPTIONAL environment variable.
118 </para>
119 </note>
120
121<screen><userinput>mkdir build &amp;&amp;
122cd build &amp;&amp;
123
124SKIP_OPTIONAL='LibSpectre;CHM;LibZip;DjVuLibre;EPub;QMobipocket;Discount'
125
126cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
127 -DCMAKE_BUILD_TYPE=Release \
128 -DBUILD_TESTING=OFF \
129 -DFORCE_NOT_REQUIRED_DEPENDENCIES="$SKIP_OPTIONAL" \
130 -Wno-dev .. &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Library</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 okular
156 </seg>
157 <seg>
158 libOkular5Core.so
159 </seg>
160 <seg>
161 $KF5_PREFIX/include/okular,
162 $KF5_PREFIX/lib/cmake/Okular5,
163 $KF5_PREFIX/lib/plugins/okular,
164 $KF5_PREFIX/share/kxmlgui5/okular,
165 $KF5_PREFIX/share/okular,
166 $KF5_PREFIX/share/doc/HTML/*/okular, and
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="okular5-prog">
177 <term><command>okular</command></term>
178 <listitem>
179 <para>
180 is a document viewer
181 </para>
182 <indexterm zone="okular5 okular5-prog">
183 <primary sortas="b-okular">okular</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.