mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
163 lines
4.8 KiB
XML
163 lines
4.8 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 kde4utils-download-http "&kde4-download-http;/kdeutils-&kde4-version;.tar.bz2">
|
||
|
<!ENTITY kde4utils-download-ftp "&kde4-download-ftp;/kdeutils-&kde4-version;.tar.bz2">
|
||
|
<!ENTITY kde4utils-md5sum "d89860891451d11983d7cadc8566b4e0">
|
||
|
<!ENTITY kde4utils-size "3.6 MB">
|
||
|
<!ENTITY kde4utils-buildsize "156 MB">
|
||
|
<!ENTITY kde4utils-time "3.1 SBU">
|
||
|
]>
|
||
|
|
||
|
<sect1 id="kde4utils" xreflabel="kde4utils-&kde4-version;">
|
||
|
<?dbhtml filename="kde4utils.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy$</othername>
|
||
|
<date>$Date$</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>Kdeutils-&kde4-version;</title>
|
||
|
|
||
|
<indexterm zone="kde4utils">
|
||
|
<primary sortas="a-kde4utils">kde4utils</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to Kdeutils</title>
|
||
|
|
||
|
<para>This package provides KDE programs for miscellaneous
|
||
|
tasks. Programs include a calculator, a note taker, a basic
|
||
|
editor, a floppy disk manager, and a binary editor.</para>
|
||
|
|
||
|
&lfs67_checked;
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>Download (HTTP): <ulink url="&kde4utils-download-http;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download (FTP): <ulink url="&kde4utils-download-ftp;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download MD5 sum: &kde4utils-md5sum;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download size: &kde4utils-size;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated disk space required: &kde4utils-buildsize;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated build time: &kde4utils-time;</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<!--
|
||
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||
|
<itemizedlist spacing='compact'>
|
||
|
<listitem>
|
||
|
<para>Required patch: <ulink
|
||
|
url="&patch-root;/kde4utils-&kdeutils-version;-fixes-1.patch"/></para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
-->
|
||
|
<bridgehead renderas="sect3">Kdeutils Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required">
|
||
|
<xref linkend="phonon"/>,
|
||
|
<xref linkend="kde4bindings"/> (pyKDE4)
|
||
|
</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||
|
<para role="recommended">
|
||
|
<xref linkend="alsa-lib"/>
|
||
|
</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional">
|
||
|
<xref linkend="libarchive"/>,
|
||
|
<xref linkend="xz-utils"/>,
|
||
|
Qjson
|
||
|
</para>
|
||
|
|
||
|
<para condition="html" role="usernotes">User Notes:
|
||
|
<ulink url="&blfs-wiki;/kde4utils"/>
|
||
|
</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of Kdeutils</title>
|
||
|
|
||
|
<para>Install <application>Kdeutils</application> by running
|
||
|
the following commands:</para>
|
||
|
|
||
|
<screen><userinput>mkdir build &&
|
||
|
cd build</userinput></screen>
|
||
|
|
||
|
<para>Prepare the package for compilation:</para>
|
||
|
|
||
|
<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
|
||
|
-DKDE_DEFAULT_HOME=.kde4 \
|
||
|
-DSYSCONF_INSTALL_DIR=/etc/sysconfig \
|
||
|
.. &&
|
||
|
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="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<para><option>- -xyz</option>: This option is set for ...</para>
|
||
|
|
||
|
</sect2>
|
||
|
-->
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Programs</segtitle>
|
||
|
<segtitle>Installed Libraries</segtitle>
|
||
|
<segtitle>Installed Directory</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>ark, filelight, kcalc, kcharselect, kdf, kfloppy,
|
||
|
kgpg, krcdnotifieritem, ktimer, kwalletmanager, kwikdisk,
|
||
|
printer-applet, superkaramba, sweeper</seg>
|
||
|
<seg>libkdeinit4_kcalc.so, libkerfuffle.so, liblibkremotecontrol.so,
|
||
|
libsuperkaramba.so</seg>
|
||
|
<seg></seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
<!--
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="a-kde4utils">
|
||
|
<term><command>kde4utils</command></term>
|
||
|
<listitem>
|
||
|
<para>is a testing utility for kde4utils-generated build trees.</para>
|
||
|
<indexterm zone="a-kde4utils kde4utils">
|
||
|
<primary sortas="b-kde4utils">kdeutils</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
-->
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|