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