Changeset 60384c68 for kde/core


Ignore:
Timestamp:
06/13/2004 08:05:17 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
feeb99a
Parents:
0931098
Message:

Part IX xml update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2308 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
kde/core
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • kde/core/arts.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
     8<!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
     9<!ENTITY arts-size "949 KB">
     10<!ENTITY arts-buildsize "25 MB">
     11<!ENTITY arts-time "1.69 SBU">
     12
     13]>
     14
    115<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
    216<?dbhtml filename="arts.html"?>
    317<title>aRts-&arts-version;</title>
    418
    5 &arts-intro;
    6 &arts-inst;
    7 &arts-exp;
     19<sect2><title>Introduction to
     20<application><acronym>aRts</acronym></application></title>
     21
     22<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
     23provides sound support for <acronym>KDE</acronym>. It provides necessary
     24libraries for kdelibs.</para>
     25
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink
     29url="&arts-download-http;"/></para></listitem>
     30<listitem><para>Download (FTP): <ulink
     31url="&arts-download-ftp;"/></para></listitem>
     32<listitem><para>Download size: &arts-size;</para></listitem>
     33<listitem><para>Estimated Disk space required:
     34&arts-buildsize;</para></listitem>
     35<listitem><para>Estimated build time:
     36&arts-time;</para></listitem></itemizedlist>
     37</sect3>
     38
     39<sect3><title><application>aRts</application> dependencies</title>
     40<sect4><title>Required</title>
     41<para>
     42<xref linkend="qt"/> and
     43<xref linkend="GLib2"/>
     44</para></sect4>
     45<sect4><title>Optional</title>
     46<para>
     47<xref linkend="libogg"/>,
     48<xref linkend="libvorbis"/>,
     49<xref linkend="alsa"/>,
     50<xref linkend="audiofile"/>,
     51<xref linkend="pkgconfig"/>,
     52<xref linkend="libmad"/>,
     53<xref linkend="esound"/> and
     54<ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>
     55</para></sect4>
     56</sect3>
     57
     58</sect2>
     59
     60<sect2>
     61<title>Installation of <application>aRts</application></title>
     62
     63<para>Install <application>aRts</application> by running the
     64following commands:</para>
     65
     66<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     67    --disable-dependency-tracking &amp;&amp;
     68make &amp;&amp;
     69make install</command></userinput></screen>
     70
     71</sect2>
     72
     73<sect2><title>Command explanations</title>
     74
     75<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
     76process to install the package in <filename
     77class="directory">&kde-dir;</filename>. aRts is installed here as it's
     78required before installing <acronym>KDE</acronym>.</para>
     79
     80<para><parameter>--disable-debug</parameter> : This option causes the
     81system to be compiled without debugging code.
     82</para>
     83
     84<para><parameter>--disable-dependency-tracking</parameter> : This option
     85speeds
     86up one time builds.</para>
     87
     88</sect2>
    889
    990</sect1>
  • kde/core/config.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
    18<sect1 id="kde-core-config">
    29<?dbhtml filename="config.html"?>
  • kde/core/core.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
    18<chapter id="kde-core">
    29<?dbhtml filename="core.html"?>
    310<title>KDE Core Packages</title>
    411
    5 &kde-pre-install-config;
    6 &kde-core-arts;
    7 &kdelibs;
    8 &kdebase;
    9 &kde-core-config;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pre-install-config.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arts.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdelibs.xml"/>
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdebase.xml"/>
     16<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="config.xml"/>
    1017
    1118</chapter>
  • kde/core/kdebase.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
     8<!ENTITY kdebase-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
     9<!ENTITY kdebase-size "17 MB">
     10<!ENTITY kdebase-buildsize "174 MB">
     11<!ENTITY kdebase-time "17.1 SBU">
     12
     13]>
     14
    115<sect1 id="kdebase" xreflabel="kdebase-&kde-version;">
    216<?dbhtml filename="kdebase.html"?>
    317<title>kdebase-&kde-version;</title>
    418
    5 &kdebase-intro;
    6 &kdebase-inst;
    7 &kdebase-desc;
     19<sect2>
     20<title>Introduction to <application>kdebase</application></title>
     21
     22<para><application>kdebase</application> is the second mandatory package
     23(besides kdelibs) for
     24the K Desktop Environment. It provides various applications and
     25infrastructure files
     26and libraries.</para>
     27
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&kdebase-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&kdebase-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &kdebase-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&kdebase-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&kdebase-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41<sect3><title><application>kdebase</application> dependencies</title>
     42<sect4><title>Required</title>
     43<para><xref linkend="kdelibs"/></para></sect4>
     44<sect4><title>Optional</title>
     45<para>
     46<xref linkend="libxml2"/>,
     47<xref linkend="j2sdk"/>,
     48<xref linkend="lesstif"/>,
     49<xref linkend="openssl"/>,
     50<xref linkend="Linux_PAM"/>,
     51<xref linkend="libtiff"/>,
     52<xref linkend="openldap"/>,
     53<xref linkend="pkgconfig"/>,
     54<xref linkend="libart_lgpl"/>,
     55<xref linkend="samba3"/>,
     56<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
     57<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     58<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     59<ulink
     60url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     61and
     62<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     63</para></sect4>
     64</sect3>
     65
     66</sect2>
     67
     68<sect2>
     69<title>Installation of <application>kdebase</application></title>
     70
     71<para>Install kdebase with:</para>
     72<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     73    --disable-dependency-tracking &amp;&amp;
     74make &amp;&amp;
     75make install</command></userinput></screen>
     76
     77</sect2>
     78
     79<sect2>
     80<title>Contents</title>
     81
     82<para>Major programs in <application>kdebase</application> include
     83<command>kate</command>,
     84<command>kcontrol</command>,
     85<command>kdebugdialog</command>,
     86<command>kdeprint</command>,
     87<command>kdesu</command>,
     88<command>kdm</command>,
     89<command>kfind</command>,
     90<command>khelpcenter</command>,
     91<command>kicker</command>,
     92<command>kinfocenter</command>,
     93<command>kioslave</command>,
     94<command>klipper</command>,
     95<command>kmenuedit</command>,
     96<command>konqueror</command>,
     97<command>konsole</command>,
     98<command>kpager</command>,
     99<command>ksplashml</command>,
     100<command>ksysguard</command>,
     101<command>kwrite</command> and
     102<command>kxkb</command>.
     103</para>
     104
     105</sect2>
     106
     107<sect2><title>Description</title>
     108
     109<sect3><title>kate</title>
     110<para><command>kate</command> is a programmer's text editor for
     111<acronym>KDE</acronym>.</para></sect3>
     112
     113<sect3><title>kcontrol</title>
     114<para><command>kcontrol</command> is <acronym>KDE</acronym> Control
     115Center.</para></sect3>
     116
     117<sect3><title>kdebugdialog</title>
     118<para><command>kdebugdialog</command> is a dialog box for managing
     119diagnostic messages at runtime.</para></sect3>
     120
     121<sect3><title>kdeprint</title>
     122<para><command>kdeprint</command> provides print job
     123administration.</para></sect3>
     124
     125<sect3><title>kdesu</title>
     126<para><command>kdesu</command> is a graphical front end for the
     127Unix <command>su</command> command.</para></sect3>
     128
     129<sect3><title>kdm</title>
     130<para><command>kdm</command> is the <acronym>KDE</acronym> display
     131manager (a
     132replacement for <command>xdm</command>).</para></sect3>
     133
     134<sect3><title>kfind</title>
     135<para><command>kfind</command> is an utility to find
     136files.</para></sect3>
     137
     138<sect3><title>khelpcenter</title>
     139<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
     140tool.</para></sect3>
     141
     142<sect3><title>kicker</title>
     143<para><command>kicker</command> is the <acronym>KDE</acronym> control
     144panel.</para></sect3>
     145
     146<sect3><title>kinfocenter</title>
     147<para><command>kinfocenter</command> provides a centralized
     148and convenient overview of your <acronym>KDE</acronym> and system
     149settings.</para></sect3>
     150
     151<sect3><title>klipper</title>
     152<para><command>klipper</command> is a clipboard utility.</para></sect3>
     153
     154<sect3><title>kmenuedit</title>
     155<para><command>kmenuedit</command> is an utility to rearrange or add
     156items to the K-menu.</para></sect3>
     157
     158<sect3><title>konqueror</title>
     159<para><command>konqueror</command> is a filesystem and web
     160browser.</para></sect3>
     161
     162<sect3><title>konsole</title>
     163<para><command>konsole</command> is a highly configurable X terminal
     164emulator.</para></sect3>
     165
     166<sect3><title>kpager</title>
     167<para><command>kpager</command> provides a thumbnail view of all
     168virtual desktops.</para></sect3>
     169
     170<sect3><title>ksplashml</title>
     171<para><command>ksplashml</command> is a splash screen that
     172shows the progress of an application that is loading.</para></sect3>
     173
     174<sect3><title>ksysguard</title>
     175<para><command>ksysguard</command> is a network enabled task manager
     176and system monitor application, with the additional functionality of
     177<command>top</command>.</para></sect3>
     178
     179<sect3><title>kwrite</title>
     180<para><command>kwrite</command> is a text editor for
     181<acronym>KDE</acronym>.</para></sect3>
     182
     183<sect3><title>kxkb</title>
     184<para><command>kxkb</command> is a keyboard layout switching
     185utility based on X11 xkb extension.</para></sect3>
     186
     187</sect2>
    8188
    9189</sect1>
  • kde/core/kdelibs.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
     8<!ENTITY kdelibs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
     9<!ENTITY kdelibs-size "13 MB">
     10<!ENTITY kdelibs-buildsize "160 MB">
     11<!ENTITY kdelibs-time "12.6 SBU">
     12
     13]>
     14
    115<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
    216<?dbhtml filename="kdelibs.html"?>
    317<title>kdelibs-&kde-version;</title>
     18
     19<sect2>
     20<title>Introduction to <application>kdelibs</application></title>
     21
     22<para>This package includes libraries that are central to the
     23development and execution of a <acronym>KDE</acronym> program, as well
     24as internationalization files for these libraries, misc
     25<acronym>HTML</acronym> documentation, theme modules and regression
     26tests.</para>
     27
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&kdelibs-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&kdelibs-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &kdelibs-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&kdelibs-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&kdelibs-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41<sect3><title>Additional downloads</title>
     42<itemizedlist spacing='compact'>
     43<listitem><para>Required patch: <ulink
     44url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
     45<listitem><para>Required patch: <ulink
     46url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
     47</itemizedlist></sect3>
     48
     49<sect3><title><application>kdelibs</application> dependencies</title>
     50<sect4><title>Required</title>
     51<para><xref linkend="kde-core-arts"/></para></sect4>
     52<sect4><title>Optional</title>
     53<para>
     54<xref linkend="libxml2"/>,
     55<xref linkend="libxslt"/>,
     56<xref linkend="cups"/>,
     57<xref linkend="openldap"/>,
     58<xref linkend="fam"/>,
     59<xref linkend="pcre"/>,
     60<xref linkend="openssl"/>,
     61<xref linkend="libart_lgpl"/>,
     62<xref linkend="alsa"/>,
     63<xref linkend="libtiff"/>,
     64<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
     65<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     66<ulink
     67url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     68and
     69<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     70</para></sect4>
     71</sect3>
     72
     73</sect2>
     74
     75<sect2>
     76<title>Installation of <application>kdelibs</application></title>
     77
     78<para>Install <application>kdelibs</application> with:</para>
     79<screen><userinput><command>patch -Np1 -i ../post-3.2.2-kdelibs-kapplication.patch &amp;&amp;
     80patch -Np0 -i ../post-3.2.2-kdelibs-ktelnetservice.patch &amp;&amp;
     81./configure --prefix=&kde-dir; --disable-debug \
     82    --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
     83make &amp;&amp;
     84make install</command></userinput></screen>
     85
     86<note><para>If you wish to create the <acronym>API</acronym>
     87documentation and you have
     88doxygen and graphviz installed, <command>make apidox</command> must be
     89done
     90before <command>make install</command>. This applies to all packages
     91which can utilize doxygen.</para></note>
     92
     93</sect2>
     94
     95<sect2><title>Command explanations</title>
     96<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
     97the process to install the package in <filename
     98class="directory">&kde-dir;</filename>.</para>
     99
     100<para><parameter>--disable-debug</parameter> : This option causes the
     101system to be compiled without debugging code.</para>
     102
     103<para><parameter>--disable-dependency-tracking</parameter> : This option
     104speeds up one time builds.</para>
     105
     106<para><parameter>--enable-fast-malloc=full</parameter> : This option
     107tells
     108<acronym>KDE</acronym> programs to use an internal memory allocation
     109scheme
     110optimized for <acronym>KDE</acronym>.</para>
     111
     112<para><parameter>--disable-pcre</parameter> : Omit this switch if you
     113have <acronym>PCRE</acronym> installed and you want improved regular
     114expression support
     115in the <acronym>KDE</acronym> JavaScript engine.</para>
     116
     117</sect2>
    4118 
    5 &kdelibs-intro;
    6 &kdelibs-inst;
    7 &kdelibs-exp;
    8 &kdelibs-desc;
     119<sect2><title>Contents</title>
     120<para>kdelibs provides numerous libraries needed by
     121<acronym>KDE</acronym> programs.</para>
     122
     123</sect2>
    9124
    10125</sect1>
  • kde/core/pre-install-config.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
    18<sect1 id="kde-pre-install-config">
    29<?dbhtml filename="pre-install-config.html"?>
Note: See TracChangeset for help on using the changeset viewer.