source: kde5/frameworks/kauth.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 kauth-download-http "&kf5-download-http;/kauth-&kf5-version;.tar.xz">
8 <!ENTITY kauth-download-ftp "&kf5-download-ftp;/kauth-&kf5-version;.tar.xz">
9 <!ENTITY kauth-md5sum "eeb5e576c9d0d098cfb9def812f04089">
10 <!ENTITY kauth-size "2.6 MB">
11 <!ENTITY kauth-buildsize "78 MB">
12 <!ENTITY kauth-time "0.4 SBU">
13]>
14
15<sect1 id="kauth" xreflabel="KAuth-&kf5-version;">
16 <?dbhtml filename="kauth.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KAuth-&kf5-version;</title>
24
25 <indexterm zone="kauth">
26 <primary sortas="a-KAuth">KAuth</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to KAuth</title>
31
32 <para>
33 The <application>KAuth</application> package contains a library that
34 provides a convenient, system-integrated way to offload actions that
35 need to be performed as a privileged user to small helper utilities.
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="&kauth-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&kauth-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &kauth-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &kauth-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &kauth-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &kauth-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">KAuth Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="kcoreaddons"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="polkit-qt5"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/kauth"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of KAuth</title>
93
94 <para>
95 Install <application>KAuth</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 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
105 -DLIB_INSTALL_DIR=lib \
106 -DBUILD_TESTING=OFF \
107 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
108 -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \
109 .. &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/cmake-release.xml"/>
129
130 <para>
131 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch is
132 used to set correct installation directory for <application>D-Bus</application>
133 policy files.
134 </para>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/kf5-libdir.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/kf5-tests.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/qt5-plugins-dir.xml"/>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/qt5-mkspecs-dir.xml"/>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 None
161 </seg>
162 <seg>
163 libKF5Auth.so
164 </seg>
165 <seg>
166 $KF5_PREFIX/include/KF5/KAuth,
167 $KF5_PREFIX/lib/cmake/KF5Auth,
168 $KF5_PREFIX/lib/libexec/kauth,
169 $KF5_PREFIX/share/kf5/kauth and
170 $KF5_PREFIX/&qt5-plugins-dir;/kauth
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.