source: kde5/frameworks/kdesignerplugin.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

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

  • Property mode set to 100644
File size: 5.3 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 kdesignerplugin-download-http "&kf5-download-http;/kdesignerplugin-&kf5-version;.tar.xz">
8 <!ENTITY kdesignerplugin-download-ftp "&kf5-download-ftp;/kdesignerplugin-&kf5-version;.tar.xz">
9 <!ENTITY kdesignerplugin-md5sum "19f3b825535ee7f837d0061f0fde0672">
10 <!ENTITY kdesignerplugin-size "2.6 MB">
11 <!ENTITY kdesignerplugin-buildsize "78 MB">
12 <!ENTITY kdesignerplugin-time "0.3 SBU">
13]>
14
15<sect1 id="kdesignerplugin" xreflabel="KDesignerPlugin-&kf5-version;">
16 <?dbhtml filename="kdesignerplugin.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KDesignerPlugin-&kf5-version;</title>
24
25 <indexterm zone="kdesignerplugin">
26 <primary sortas="a-KDesignerPlugin">KDesignerPlugin</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KDesignerPlugin</title>
31
32 <para>
33 The <application>KDesignerPlugin</application> package contains plugins for
34 Qt Designer that allow it to display the widgets provided by various KDE
35 frameworks.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&kdesignerplugin-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&kdesignerplugin-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &kdesignerplugin-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &kdesignerplugin-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &kdesignerplugin-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &kdesignerplugin-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">KDesignerPlugin Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="kconfig"/>.
79 <xref linkend="kdoctools"/> and
80 <xref linkend="kcoreaddons"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="attica5"/>,
86 <xref linkend="kauth"/>,
87 <xref linkend="kbookmarks"/>,
88 <xref linkend="kcodecs"/>,
89 <xref linkend="kcompletion"/>
90 <xref linkend="kconfigwidgets"/>,
91 <xref linkend="kdbusaddons"/>,
92 <xref linkend="kdewebkit"/>,
93 <xref linkend="kglobalaccel"/>,
94 <xref linkend="kguiaddons"/>,
95 <xref linkend="ki18n"/>,
96 <xref linkend="kio"/>,
97 <xref linkend="kitemviews"/>,
98 <xref linkend="kjobwidgets"/>,
99 <xref linkend="kplotting"/>,
100 <xref linkend="kservice"/>,
101 <xref linkend="ktextwidgets"/>,
102 <xref linkend="kwidgetsaddons"/>,
103 <xref linkend="kwindowsystem"/>,
104 <xref linkend="kxmlgui"/>,
105 <xref linkend="solid"/> and
106 <xref linkend="sonnet"/>
107 </para>
108
109 <para condition="html" role="usernotes">
110 User Notes: <ulink url="&blfs-wiki;/kdesignerplugin"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of KDesignerPlugin</title>
116
117 <para>
118 Install <application>KDesignerPlugin</application> by running the following
119 commands:
120 </para>
121
122<screen><userinput>mkdir build &amp;&amp;
123cd build &amp;&amp;
124
125cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
126 -DCMAKE_BUILD_TYPE=Release \
127 -DLIB_INSTALL_DIR=lib \
128 -DBUILD_TESTING=OFF \
129 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
130 .. &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="commands">
146 <title>Command Explanations</title>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/cmake-release.xml"/>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/kf5-libdir.xml"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/kf5-tests.xml"/>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="../../xincludes/qt5-plugins-dir.xml"/>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>
172 kgendesignerplugin
173 </seg>
174 <seg>
175 None
176 </seg>
177 <seg>
178 $KF5_PREFIX/lib/cmake/KF5DesignerPlugin,
179 $KF5_PREFIX/share/kf5/widgets and
180 $KF5_PREFIX/&qt5-plugins-dir;/designer
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.