source: kde5/plasma/kde-cli-tools.xml@ d72a39c

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

Fix kdesu, symlink kdesu into user's path as done in kde-runtime.

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

  • Property mode set to 100644
File size: 4.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 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 &amp;&amp;
116ln -sfv ../lib/libexec/kdesu $KF5_PREFIX/bin/kdesu</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/cmake-release.xml"/>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/kf5-libdir.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/kf5-tests.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/qt5-plugins-dir.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 kcmshell5, kdecp5, kdemv5, kde-open5, keditfiletype5,
148 kioclient5, kmimetypefinder5, kstart5, ksvgtopng5 and
149 ktraderclient5
150 </seg>
151 <seg>
152 libkdeinit5_kcmshell5.so
153 </seg>
154 <seg>
155 $KF5_PREFIX/share/doc/HTML/*/kdesu
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.