source: kde5/applications/okular.xml@ d8aa38f0

systemd-13485
Last change on this file since d8aa38f0 was 6e7faf9, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Archive all individual KF5 frameworks packages. Restructure dependencies to reflect this.

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

  • Property mode set to 100644
File size: 4.7 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: krejzi $</othername>
13 <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</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 &lfs77_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="kf5"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="libkexiv25"/>,
78 <xref linkend="libkscreen"/>,
79 <xref linkend="libtiff"/> and
80 <xref linkend="poppler"/> (with Qt5 library)
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <ulink url="http://www.jedrea.com/chmlib/">CHMLib</ulink>,
86 <ulink url="http://djvu.sourceforge.net/">DJVuLibre</ulink>,
87 <ulink url="http://sourceforge.net/projects/ebook-tools/">EBook-Tools</ulink>,
88 <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink> and
89 <ulink url="http://quickgit.kde.org/qca.git">QCA (Qt5 version)</ulink>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/okular5"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Okular</title>
99
100 <para>
101 Install <application>Okular</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
109 -DCMAKE_BUILD_TYPE=Release \
110 -DLIB_INSTALL_DIR=lib \
111 -DBUILD_TESTING=OFF \
112 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
113 -Wno-dev .. &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/cmake-release.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/kf5-libdir.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/kf5-tests.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/qt5-plugins-dir.xml"/>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 okular
156 </seg>
157 <seg>
158 libokularcore.so
159 </seg>
160 <seg>
161 $KF5_PREFIX/include/okular,
162 $KF5_PREFIX/lib/cmake/Okular,
163 $KF5_PREFIX/share/doc/HTML/*/okular,
164 $KF5_PREFIX/share/kxmlgui5/okular and
165 $KF5_PREFIX/share/okular
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.