mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
df46eecc18
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9171 af4574ff-66df-0310-9fd7-8a98e5e911e0
138 lines
4.4 KiB
XML
138 lines
4.4 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 kdeaddons-download-http "&trinity-repo-http;/kdeaddons-&trinity-version;.tar.gz">
|
|
<!ENTITY kdeaddons-download-ftp "&trinity-repo-ftp;/kdeaddons-&trinity-version;.tar.gz">
|
|
<!ENTITY kdeaddons-md5sum "f5fa96a5d99d1bc33600f609881eaee6">
|
|
<!ENTITY kdeaddons-size "1.5 MB">
|
|
<!ENTITY kdeaddons-buildsize "209 MB">
|
|
<!ENTITY kdeaddons-time "2.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdeaddons" xreflabel="kdeaddons-&trinity-version;">
|
|
<?dbhtml filename="kdeaddons.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdeaddons-&trinity-version;</title>
|
|
|
|
<indexterm zone="kdeaddons">
|
|
<primary sortas="a-kdeaddons">Kdeaddons</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdeaddons</title>
|
|
|
|
<para><application>Kdeaddons</application> provides additional plugins for
|
|
<application>konqueror</application>, <application>kate</application>, and
|
|
<application>kicker</application>.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kdeaddons-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kdeaddons-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kdeaddons-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kdeaddons-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kdeaddons-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kdeaddons-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kdeaddons Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kdebase"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libjpeg"/> and
|
|
<xref linkend="libxml2"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="kdenetwork"/>,
|
|
<xref linkend="kdemultimedia"/>,
|
|
<xref linkend="kdepim"/>,
|
|
<xref linkend="kdegames"/>,
|
|
<xref linkend="db"/>,
|
|
<!-- <xref linkend="xmms"/>, -->and
|
|
<xref linkend="sdl"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdeaddons"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdeaddons</title>
|
|
|
|
<para>Install <application>kdeaddons</application> with:</para>
|
|
|
|
<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &&
|
|
cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &&
|
|
sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
|
|
admin/acinclude.m4.in &&
|
|
make -f admin/Makefile.common &&
|
|
|
|
./configure --prefix=$TRINITY_PREFIX \
|
|
--enable-closure \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--with-extra-libs=$TRINITY_PREFIX/lib &&
|
|
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<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>Miscellaneous <application>KDE</application> support programs</seg>
|
|
<seg>Additional plugins, libraries, and scripts for <application>KDE</application>
|
|
applications</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<indexterm zone="kdeaddons">
|
|
<primary sortas="c-kdeaddons">KDE plugins and scripts</primary>
|
|
</indexterm>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|