mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
a8371e930f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11164 af4574ff-66df-0310-9fd7-8a98e5e911e0
132 lines
4.0 KiB
XML
132 lines
4.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY kdeadmin-download-http "&kde-download-http;&kde-version;/src/kdeadmin-&kde-version;.tar.xz">
|
|
<!ENTITY kdeadmin-download-ftp "&kde-download-ftp;&kde-version;/src/kdeadmin-&kde-version;.tar.xz">
|
|
<!ENTITY kdeadmin-md5sum "3f6352cb946a48f9ea681c0048fb691a">
|
|
<!ENTITY kdeadmin-size "680 KB">
|
|
<!ENTITY kdeadmin-buildsize "23 MB">
|
|
<!ENTITY kdeadmin-time "2.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdeadmin" xreflabel="kdeadmin-&kde-version;">
|
|
<?dbhtml filename="kdeadmin.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdeadmin-&kde-version;</title>
|
|
|
|
<indexterm zone="kdeadmin">
|
|
<primary sortas="a-kdeadmin">kdeadmin</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdeadmin</title>
|
|
|
|
<para>This package provides several administration tools for
|
|
<application>KDE</application>. These include a tool for managing users,
|
|
a cron command schedule editor, a printer administration tool and a log
|
|
file viewer.</para>
|
|
|
|
&lfs73_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kdeadmin-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kdeadmin-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kdeadmin-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kdeadmin-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kdeadmin-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kdeadmin-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/kdeadmin-&kde-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
<bridgehead renderas="sect3">Kdeadmin Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kdelibs"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="kdepimlibs"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="&kde-download-http;&kde-version;/src/">PyKDE4</ulink>,
|
|
<ulink url="http://cyberelk.net/tim/software/pycups/">PyCups</ulink> and
|
|
<ulink url="http://cyberelk.net/tim/software/system-config-printer/">system-config-printer</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdeadmin"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdeadmin</title>
|
|
|
|
<para>Install <application>kdeadmin</application> by running
|
|
the following commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>ksystemlog and kuser</seg>
|
|
<seg>kcm_cron.so</seg>
|
|
<seg>several in &kde-dir;/share</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|