source: kde5/frameworks/sonnet.xml@ afd5400

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since afd5400 was afd5400, checked in by Krejzi <krejzi@…>, 10 years ago

Import kde5 from kde5 branch, but keep it disabled for the time being.

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

  • Property mode set to 100644
File size: 4.4 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="sonnet" xreflabel="Sonnet-&kf5-version;">
9 <?dbhtml filename="sonnet.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Sonnet-&kf5-version;</title>
17
18 <indexterm zone="sonnet">
19 <primary sortas="a-Sonnet">Sonnet</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Sonnet</title>
24
25 <para>
26 The <application>Sonnet</application> package contains a library
27 that provides a plugin-based spell checking library for Qt-based
28 applications.
29 </para>
30
31 &lfs75_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&sonnet-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&sonnet-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &sonnet-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &sonnet-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &sonnet-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &sonnet-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Sonnet Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="extra-cmake-modules"/> and
72 <xref linkend="qt5"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="aspell"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
83 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/sonnet"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Sonnet</title>
93
94 <para>
95 Install <application>Sonnet</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
103 -DCMAKE_BUILD_TYPE=Release \
104 -DLIB_INSTALL_DIR=lib \
105 -DBUILD_TESTING=OFF \
106 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
107 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
108 .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/cmake-release.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/kf5-libdir.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/kf5-tests.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/qt5-plugins-dir.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/qt5-mkspecs-dir.xml"/>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 None
154 </seg>
155 <seg>
156 libKF5SonnetCore.so libKF5SonnetUi.so
157 </seg>
158 <seg>
159 $KF5_PREFIX/include/KF5/{SonnetCore,SonnetUi},
160 $KF5_PREFIX/lib/cmake/KF5Sonnet,
161 $KF5_PREFIX/usr/share/kf5/sonnet and
162 $KF5_PREFIX/&qt5-plugins-dir;/sonnet_clients
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.