Added ark. Cosmetic changes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9650 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ragnar Thomsen 2012-03-09 15:57:51 +00:00
parent d6d2aec0f3
commit 09adf3d05a
15 changed files with 199 additions and 37 deletions

View File

@ -678,6 +678,7 @@ $Date$
<!ENTITY kde4workspace-version "4.8.1">
<!ENTITY konsole-version "4.8.1">
<!ENTITY kate-version "4.8.1">
<!ENTITY ark-version "4.8.1">
<!ENTITY kde4pim-version "4.4.10">
<!ENTITY kde4-download-http-pim "http://mirrors.isc.org/pub/kde/&kde4-branch;/kdepim-&kde4pim-version;/src">
<!ENTITY kde4-download-ftp-pim "ftp://ftp.kde.org/pub/kde/&kde4-branch;/kdepim-&kde4pim-version;/src">

View File

@ -41,6 +41,15 @@
</listitem>
-->
<listitem>
<para>March 9th, 2012</para>
<itemizedlist>
<listitem>
<para>[rthomsen] - added ark 4.8.1</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 8th, 2012</para>
<itemizedlist>

View File

@ -16,6 +16,7 @@ $Date$
<title>KDE4 Additional Packages</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konsole.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ark.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde4admin.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde4network.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde4pim.xml"/>

151
kde4/add/ark.xml Normal file
View File

@ -0,0 +1,151 @@
<?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 ark-download-http "http://mirrors.isc.org/pub/kde/stable/4.8.1/src/ark-&ark-version;.tar.xz">
<!ENTITY ark-download-ftp "ftp://ftp.kde.org/pub/kde/stable/4.8.1/src/ark-&ark-version;.tar.xz">
<!ENTITY ark-md5sum "0617846872e4390f998711a74b5a7805">
<!ENTITY ark-size "148 KB">
<!ENTITY ark-buildsize "35 MB">
<!ENTITY ark-time "0.8 SBU">
]>
<sect1 id="ark4" xreflabel="ark-&ark-version;">
<?dbhtml filename="ark.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Ark-&ark-version;</title>
<indexterm zone="ark">
<primary sortas="a-ark">ark</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Ark</title>
<para>This package provides an archiving utility for KDE4.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&ark-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&ark-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &ark-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &ark-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &ark-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &ark-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/ark-&ark-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Ark Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kde4baseapps"/> and
<xref linkend="libarchive"/>
</para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
</para>
-->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://qjson.sourceforge.net/">qjson</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/ark"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Ark</title>
<para>Install <application>Ark</application> by running
the following commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/sysconfig \
.. &amp;&amp;
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</seg>
<seg>arkpart.so, libextracthere.so, libkerfuffle.so and kerfuffle_*.so</seg>
<seg>...</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-ark">
<term><command>ark</command></term>
<listitem>
<para>is a testing utility for ark-generated build trees.</para>
<indexterm zone="a-ark ark">
<primary sortas="b-ark">ark</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>

View File

@ -16,8 +16,8 @@
<?dbhtml filename="kate.html"?>
<sect1info>
<othername>$LastChangedBy: bdubbs $</othername>
<date>$Date: 2011-10-26 23:29:54 +0200 (Wed, 26 Oct 2011) $</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kate-&kate-version;</title>
@ -126,7 +126,7 @@ make</userinput></screen>
<seg>kate, ktesnippets_editor and kwrite</seg>
<seg>libkdeinit4_kwrite.so, libktexteditor_codesnippets_core.so,
libkdeinit4_kate.so, libkateinterfaces.so and libkatepartinterfaces.so</seg>
<seg></seg>
<seg>...</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -16,8 +16,8 @@
<?dbhtml filename="konsole.html"?>
<sect1info>
<othername>$LastChangedBy: bdubbs $</othername>
<date>$Date: 2011-10-26 23:29:54 +0200 (Wed, 26 Oct 2011) $</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Konsole-&konsole-version;</title>
@ -123,7 +123,7 @@ make</userinput></screen>
<seglistitem>
<seg>konsole</seg>
<seg>libkdeinit4_konsole.so and libkonsoleprivate.so</seg>
<seg></seg>
<seg>...</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -16,8 +16,8 @@
<?dbhtml filename="kactivities.html"?>
<sect1info>
<othername>$LastChangedBy: thomas $</othername>
<date>$Date: 2011-03-19 19:19:07 +0100 (Sat, 19 Mar 2011) $</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kactivities-&kactivities-version;</title>

View File

@ -12,12 +12,12 @@
<!ENTITY kde4baseapps-time "5.2 SBU">
]>
<sect1 id="kde4baseapps" xreflabel="kde4baseapps-&kde4baseapps-version;">
<sect1 id="kde4baseapps" xreflabel="kdebaseapps-&kde4baseapps-version;">
<?dbhtml filename="kde4baseapps.html"?>
<sect1info>
<othername>$LastChangedBy: thomas $</othername>
<date>$Date: 2011-03-19 19:19:07 +0100 (Sat, 19 Mar 2011) $</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdebaseapps-&kde4baseapps-version;</title>
@ -132,7 +132,7 @@ make</userinput></screen>
<seg>libkonq.so, libdolphinprivate.so, libkbookmarkmodel_private.so,
libkdeinit4_keditbookmarks.so, libkonquerorprivate.so, libkonqsidebarplugin.so,
libkdeinit4_dolphin.so and several in $KDE4_PREFIX/lib/kde4</seg>
<seg>None</seg>
<seg>...</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -160,8 +160,8 @@ make</userinput></screen>
kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kfilemetadatareader, kjs, kjscmd, kross,
kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4,
meinproc_simple, nepomuk-rcgen and preparetips</seg>
<seg>Several in $KDE4_PREFIX/lib</seg>
<seg>Several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
<seg>several in $KDE4_PREFIX/lib</seg>
<seg>several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -12,7 +12,7 @@
<!ENTITY kde4pimlibs-time "7.5 SBU">
]>
<sect1 id="kde4pimlibs" xreflabel="kde4pimlibs-&kde4pimlibs-version;">
<sect1 id="kde4pimlibs" xreflabel="kdepimlibs-&kde4pimlibs-version;">
<?dbhtml filename="kde4pimlibs.html"?>
<sect1info>
@ -130,9 +130,9 @@ make</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>Several in $KDE4_PREFIX/lib</seg>
<seg>Several in $KDE4_PREFIX/include</seg>
<seg>none</seg>
<seg>several in $KDE4_PREFIX/lib</seg>
<seg>several in $KDE4_PREFIX/include</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -12,7 +12,7 @@
<!ENTITY kde4runtime-time "7.5 SBU">
]>
<sect1 id="kde4runtime" xreflabel="kde4runtime-&kde4runtime-version;">
<sect1 id="kde4runtime" xreflabel="kde-runtime-&kde4runtime-version;">
<?dbhtml filename="kde4runtime.html"?>
<sect1info>
@ -143,8 +143,8 @@ make</userinput></screen>
kstart, kuiserver, kwalletd, nepomukbackup, nepomukcontroller, nepomukindexer,
nepomukserver, nepomukservicestub and nepomuk-simpleresource-rcgen, plasmapkg,
plasma-remote-helper and solid-hardware</seg>
<seg>Several in $KDE4_PREFIX/lib</seg>
<seg>Several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
<seg>several in $KDE4_PREFIX/lib</seg>
<seg>several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -12,12 +12,12 @@
<!ENTITY kde4workspace-time "20 SBU">
]>
<sect1 id="kde4workspace" xreflabel="kde4workspace-&kde4workspace-version;">
<sect1 id="kde4workspace" xreflabel="kde-workspace-&kde4workspace-version;">
<?dbhtml filename="kde4workspace.html"?>
<sect1info>
<othername>$LastChangedBy: thomas $</othername>
<date>$Date: 2011-03-19 19:19:07 +0100 (Sat, 19 Mar 2011) $</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kde-workspace-&kde4workspace-version;</title>
@ -148,8 +148,8 @@ make</userinput></screen>
oxygen-settings, oxygen-shadow-demo, plasma-desktop, plasmaengineexplorer,
plasmawallpaperviewer, plasma-windowed, plasmoidviewer, solid-network,
solid-action-desktop-gen, startkde and systemsettings</seg>
<seg>Several in $KDE4_PREFIX/lib</seg>
<seg>Several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
<seg>several in $KDE4_PREFIX/lib</seg>
<seg>several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
</seglistitem>
</segmentedlist>
<!--

View File

@ -20,14 +20,14 @@
<date>$Date$</date>
</sect1info>
<title>Phonon Backend GStreamer &phonon-backend-gstreamer-version;</title>
<title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
<indexterm zone="phonon-backend-gstreamer">
<primary sortas="a-phonon-backend-gstreamer">phonon-backend-gstreamer</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to the Phonon GStreamer backend</title>
<title>Introduction to the Phonon-backend-gstreamer</title>
<para>This package provides a <application>Phonon</application> backend which
utilizes the <application>GStreamer</application> media framework.</para>
@ -56,7 +56,7 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Phonon GStreamer Backend Dependencies</bridgehead>
<bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
@ -78,9 +78,9 @@
</sect2>
<sect2 role="installation">
<title>Installation of Phonon Backend GStreamer</title>
<title>Installation of Phonon-backend-gstreamer</title>
<para>Install <application>Phonon Backend GStreamer</application> by running the following
<para>Install <application>Phonon-backend-gstreamer</application> by running the following
commands:</para>
<screen><userinput>mkdir build &amp;&amp;

View File

@ -20,14 +20,14 @@
<date>$Date$</date>
</sect1info>
<title>Phonon Backend VLC &phonon-backend-vlc-version;</title>
<title>Phonon-backend-vlc-&phonon-backend-vlc-version;</title>
<indexterm zone="phonon-backend-vlc">
<primary sortas="a-phonon-backend-vlc">phonon-backend-vlc</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to the Phonon VLC backend</title>
<title>Introduction to the Phonon-backend-vlc</title>
<para>This package provides a <application>Phonon</application> backend which
utilizes the <application>VLC</application> media framework.</para>
@ -66,7 +66,7 @@
</itemizedlist>
-->
<bridgehead renderas="sect3">Phonon VLC Backend Dependencies</bridgehead>
<bridgehead renderas="sect3">Phonon-backend-vlc Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
@ -80,9 +80,9 @@
</sect2>
<sect2 role="installation">
<title>Installation of Phonon Backend VLC</title>
<title>Installation of Phonon-backend-vlc</title>
<para>Install <application>Phonon Backend VLC</application> by running the following
<para>Install <application>Phonon-backend-vlc</application> by running the following
commands:</para>
<screen><userinput>mkdir build &amp;&amp;

View File

@ -14,7 +14,7 @@
<!ENTITY vlc-time "2.5 SBU">
]>
<sect1 id="vlc" xreflabel="Vlc-&vlc-version;">
<sect1 id="vlc" xreflabel="VLC-&vlc-version;">
<?dbhtml filename="vlc.html"?>
<sect1info>