source: kde5/plasma/kde-cli-tools.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.4 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 kde-cli-tools-download-http "&plasma-download-http;/kde-cli-tools-&plasma-version;.tar.xz">
8 <!ENTITY kde-cli-tools-download-ftp "&plasma-download-ftp;/kde-cli-tools-&plasma-version;.tar.xz">
9 <!ENTITY kde-cli-tools-md5sum "8d1fe58e333e96ca2255e37730e3de21">
10 <!ENTITY kde-cli-tools-size "460 KB">
11 <!ENTITY kde-cli-tools-buildsize "27 MB">
12 <!ENTITY kde-cli-tools-time "0.3 SBU">
13]>
14
15<sect1 id="kde-cli-tools" xreflabel="KDE-Cli-Tools-&plasma-version;">
16 <?dbhtml filename="kde-cli-tools.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KDE-Cli-Tools-&plasma-version;</title>
24
25 <indexterm zone="kde-cli-tools">
26 <primary sortas="a-KDE-Cli-Tools">KDE-Cli-Tools</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KDE-Cli-Tools</title>
31
32 <para>
33 The <application>KDE-Cli-Tools</application> package contains
34 tools based on <application>KDE Frameworks 5</application> to
35 better interact with the system.
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="&kde-cli-tools-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&kde-cli-tools-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &kde-cli-tools-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &kde-cli-tools-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &kde-cli-tools-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &kde-cli-tools-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">KDE-Cli-Tools Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="kcmutils"/>,
79 <xref linkend="kdelibs4support"/> and
80 <xref linkend="kdesu"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/kde-cli-tools"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of KDE-Cli-Tools</title>
90
91 <para>
92 Install <application>KDE-Cli-Tools</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
100 -DCMAKE_BUILD_TYPE=Release \
101 -DLIB_INSTALL_DIR=lib \
102 -DBUILD_TESTING=OFF \
103 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
104 .. &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/cmake-release.xml"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/kf5-libdir.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/kf5-tests.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/qt5-plugins-dir.xml"/>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 kcmshell5, kdecp5, kdemv5, kde-open5, keditfiletype5,
147 kioclient5, kmimetypefinder5, kstart5, ksvgtopng5 and
148 ktraderclient5
149 </seg>
150 <seg>
151 libkdeinit5_kcmshell5.so
152 </seg>
153 <seg>
154 $KF5_PREFIX/share/doc/HTML/*/kdesu
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.