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