source: kde5/frameworks/frameworkintegration.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: 4.8 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 frameworkintegration-download-http "&kf5-download-http;/frameworkintegration-&kf5-version;.tar.xz">
8 <!ENTITY frameworkintegration-download-ftp "&kf5-download-ftp;/frameworkintegration-&kf5-version;.tar.xz">
9 <!ENTITY frameworkintegration-md5sum "032d0a08977a457206915dbeeff0ef47">
10 <!ENTITY frameworkintegration-size "1.7 MB">
11 <!ENTITY frameworkintegration-buildsize "6.9 MB">
12 <!ENTITY frameworkintegration-time "0.3 SBU">
13]>
14
15<sect1 id="frameworkintegration" xreflabel="FrameworkIntegration-&kf5-version;">
16 <?dbhtml filename="frameworkintegration.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>FrameworkIntegration-&kf5-version;</title>
24
25 <indexterm zone="frameworkintegration">
26 <primary sortas="a-FrameworkIntegration">FrameworkIntegration</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to FrameworkIntegration</title>
31
32 <para>
33 The <application>FrameworkIntegration</application> package contains a set of
34 plugins responsible for better integration of <application>Qt</application>
35 applications when running on a <application>KDE Plasma</application> workspace.
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="&frameworkintegration-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&frameworkintegration-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &frameworkintegration-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &frameworkintegration-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &frameworkintegration-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &frameworkintegration-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">FrameworkIntegration Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="kio"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="oxygen-fonts"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/frameworkintegration"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of FrameworkIntegration</title>
93
94 <para>
95 Install <application>FrameworkIntegration</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 .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/cmake-release.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/kf5-libdir.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/kf5-tests.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/qt5-plugins-dir.xml"/>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 None
150 </seg>
151 <seg>
152 libKF5Style.so
153 </seg>
154 <seg>
155 $KF5_PREFIX/include/KF5/KStyle,
156 $KF5_PREFIX/lib/cmake/KF5FrameworkIntegration,
157 $KF5_PREFIX/share/kf5/infopage,
158 $KF5_PREFIX/&qt5-plugins-dir;/kf5 and
159 $KF5_PREFIX/&qt5-plugins-dir;/platformthemes
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.