source: kde5/frameworks/kdelibs4support.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.5 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 kdelibs4support-download-http "&kf5-download-http;/portingAids/kdelibs4support-&kf5-version;.tar.xz">
8 <!ENTITY kdelibs4support-download-ftp "&kf5-download-ftp;/portingAids/kdelibs4support-&kf5-version;.tar.xz">
9 <!ENTITY kdelibs4support-md5sum "1fe3fc10a31a2c123338c3a8ae82455a">
10 <!ENTITY kdelibs4support-size "1.9 MB">
11 <!ENTITY kdelibs4support-buildsize "49 MB">
12 <!ENTITY kdelibs4support-time "3.2 SBU">
13]>
14
15<sect1 id="kdelibs4support" xreflabel="KDELibs4Support-&kf5-version;">
16 <?dbhtml filename="kdelibs4support.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KDELibs4Support-&kf5-version;</title>
24
25 <indexterm zone="kdelibs4support">
26 <primary sortas="a-KDELibs4Support">KDELibs4Support</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KDELibs4Support</title>
31
32 <para>
33 The <application>KDELibs4Support</application> package contains libraries
34 and utilities to ease the transition from kdelibs 4 to
35 <application>KDE Frameworks 5</application>.
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="&kdelibs4support-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&kdelibs4support-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &kdelibs4support-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &kdelibs4support-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &kdelibs4support-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &kdelibs4support-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <!-- <ulink url="&patch-root;/kdelibs4support-&kf5-version;-cmake_fix-1.patch"/> -->
80 <ulink url="http://www.linuxfromscratch.org/~krejzi/kdelibs4support-&kf5-version;-cmake_fix-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">KDELibs4Support Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="kemoticons"/>,
90 <xref linkend="kdesignerplugin"/>,
91 <xref linkend="kinit5"/>,
92 <xref linkend="kitemmodels"/>,
93 <xref linkend="kparts"/> and
94 <xref linkend="kunitconversion"/>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/kdelibs4support"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of KDELibs4Support</title>
104
105 <para>
106 Install <application>KDELibs4Support</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>patch -Np1 -i ../kdelibs4support-&kf5-version;-cmake_fix-1.patch &amp;&amp;
111
112mkdir build &amp;&amp;
113cd build &amp;&amp;
114
115cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
116 -DCMAKE_BUILD_TYPE=Release \
117 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
118 -DLIB_INSTALL_DIR=lib \
119 -DBUILD_TESTING=OFF \
120 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
121 .. &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/cmake-release.xml"/>
141
142 <para>
143 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
144 is used to set correct XDG configuration directory.
145 </para>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/kf5-libdir.xml"/>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/kf5-tests.xml"/>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/qt5-plugins-dir.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 kdebugdialog5 and kf5-config
169 </seg>
170 <seg>
171 libKF5KDELibs4Support.so
172 </seg>
173 <seg>
174 $KF5_PREFIX/include/KF5/KDELibs4Support,
175 $KF5_PREFIX/lib/cmake/{KDELibs4,KF5KDE4Support},
176 $KF5_PREFIX/lib/cmake/KF5KDELibs4Support,
177 $KF5_PREFIX/share/doc/HTML/*/kdebugdialog5,
178 $KF5_PREFIX/share/kf5/{kdoctools,kssl} and
179 $KF5_PREFIX/share/kf5/{locale,widgets}
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.