Ticket #2453: kde4-1.diff

File kde4-1.diff, 132.5 KB (added by Robert Daniels, 17 years ago)

patch to add KDE4

  • TabularUnified kde4/devel/kde4-devel.xml

    Property changes on: kde4/kde4-intro.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
     8<chapter id="kde4-devel">
     9  <?dbhtml filename="kde4-devel.html"?>
     10
     11  <title>KDE4 Development Packages</title>
     12
     13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdebindings.xml"/>
     14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdesdk.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdewebdev.xml"/>
     16
     17</chapter>
  • TabularUnified kde4/devel/kde4-kdewebdev.xml

    Property changes on: kde4/devel/kde4-devel.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdewebdev-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdewebdev-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdewebdev-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdewebdev-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdewebdev-md5sum        "bcdd37555bfe12cb780c7ab4e266f27a">
     10  <!ENTITY kde4-kdewebdev-size          "1.2 MB">
     11  <!ENTITY kde4-kdewebdev-buildsize     "16 MB">
     12  <!ENTITY kde4-kdewebdev-time          "0.7 SBU">
     13]>
     14
     15<sect1 id="kde4-kdewebdev" xreflabel="kde4-kdewebdev-&kde4-version;">
     16  <?dbhtml filename="kde4-kdewebdev.html"?>
     17
     18  <title>kdewebdev-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdewebdev">
     21    <primary sortas="a-kde4-kdewebdev">Kdewebdev</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdewebdev</title>
     26
     27    <para>This package contains programs useful for Web development, including
     28    a stylesheet debugger, a search and replace tool, and a GUI script builder.</para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdewebdev-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdewebdev-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdewebdev-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdewebdev-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdewebdev-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdewebdev-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">kdewebdev Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     56
     57    <bridgehead renderas="sect4">Optional</bridgehead>
     58    <para role="optional"><xref linkend="html-tidy"/></para>
     59
     60    <para condition="html" role="usernotes">User Notes:
     61    <ulink url="&blfs-wiki;/kde4-kdewebdev"/></para>
     62
     63  </sect2>
     64
     65  <sect2 role="installation">
     66    <title>Installation of Kdewebdev</title>
     67
     68    <para>Install <application>Kdewebdev</application> by running the following
     69    commands:</para>
     70
     71<screen><userinput>sed -i 's%tidy/%%g' cmake/modules/FindLibTidy.cmake &amp;&amp;
     72sed -i 's%tidy/%%g' klinkstatus/src/tidy/tidyx.h &amp;&amp;
     73mkdir build &amp;&amp;
     74cd build &amp;&amp;
     75cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     76        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     77        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     78make</userinput></screen>
     79
     80    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     81
     82<screen role="root"><userinput>make install</userinput></screen>
     83
     84  </sect2>
     85
     86  <sect2 role="commands">
     87    <title>Command Explanations</title>
     88    <para><command>sed -i ...</command>: The two seds correct the search paths
     89    to locate the <application>HTML Tidy</application> header files.</para>
     90  </sect2>
     91
     92  <sect2 role="content">
     93    <title>Contents</title>
     94
     95    <segmentedlist>
     96      <segtitle>Installed Programs</segtitle>
     97      <segtitle>Installed Libraries</segtitle>
     98      <segtitle>Installed Directories</segtitle>
     99
     100      <seglistitem>
     101        <seg>kfilereplace, kimagemapeditor, and klinkstatus</seg>
     102        <seg><application>Kdewebdev</application> support libraries
     103        and modules</seg>
     104        <seg>The following subdirectories of $KDEDIRS:
     105        lib/kde4 and share/{applications, apps, dbus-1, doc, icons, kde4}</seg>
     106      </seglistitem>
     107    </segmentedlist>
     108
     109    <variablelist>
     110      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     111      <?dbfo list-presentation="list"?>
     112      <?dbhtml list-presentation="table"?>
     113
     114      <varlistentry id="kde4-kfilereplace">
     115        <term><command>kfilereplace</command></term>
     116        <listitem>
     117          <para>is a utility to search and replace strings.</para>
     118          <indexterm zone="kde4-kdewebdev kde4-kfilereplace">
     119            <primary sortas="b-kfilereplace">kfilereplace</primary>
     120          </indexterm>
     121        </listitem>
     122      </varlistentry>
     123
     124      <varlistentry id="kde4-kimagemapeditor">
     125        <term><command>kimagemapeditor</command></term>
     126        <listitem>
     127          <para>is an HTML imagemap editor.</para>
     128          <indexterm zone="kde4-kdewebdev kde4-kimagemapeditor">
     129            <primary sortas="b-kimagemapeditor">kimagemapeditor</primary>
     130          </indexterm>
     131        </listitem>
     132      </varlistentry>
     133
     134      <varlistentry id="kde4-klinkstatus">
     135        <term><command>klinkstatus</command></term>
     136        <listitem>
     137          <para>is a link checker.</para>
     138          <indexterm zone="kde4-kdewebdev kde4-klinkstatus">
     139            <primary sortas="b-klinkstatus">klinkstatus</primary>
     140          </indexterm>
     141        </listitem>
     142      </varlistentry>
     143
     144    </variablelist>
     145
     146  </sect2>
     147
     148</sect1>
  • TabularUnified kde4/devel/kde4-kdebindings.xml

    Property changes on: kde4/devel/kde4-kdewebdev.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdebindings-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdebindings-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdebindings-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdebindings-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdebindings-md5sum        "43dc6a420252829ec6ceadb182f12f6a">
     10  <!ENTITY kde4-kdebindings-size          "3.8 MB">
     11  <!ENTITY kde4-kdebindings-buildsize     "235 MB">
     12  <!ENTITY kde4-kdebindings-time          "12 SBU">
     13]>
     14
     15<sect1 id="kde4-kdebindings" xreflabel="kde4-kdebindings-&kde4-version;">
     16  <?dbhtml filename="kde4-kdebindings.html"?>
     17
     18  <title>kdebindings-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdebindings">
     21    <primary sortas="a-kde4-kdebindings">Kdebindings</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdebindings</title>
     26
     27    <para>This package contains bindings allowing KDE applications to be developed
     28    in a variety of languages, including Ruby, Python, C#, and Smoke.</para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdebindings-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdebindings-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdebindings-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdebindings-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdebindings-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdebindings-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">Kdebindings Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     56
     57    <bridgehead renderas="sect4">Optional</bridgehead>
     58    <para role="optional"><xref linkend="kde4-kdebase-workspace"/>
     59    <xref linkend="python"/>,
     60    <ulink url="http://riverbankcomputing.com/software/sip/download">SIP</ulink>,
     61    <ulink url="http://riverbankcomputing.com/software/pyqt/download">PyQt4</ulink>,
     62    <ulink url="http://riverbankcomputing.com/software/pykde/download">PyKDE4</ulink>,
     63    <ulink url="http://riverbankcomputing.com/software/qscintilla/download">QScintilla</ulink>,
     64    <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>, and
     65    <xref linkend="ruby"/></para>
     66
     67    <para condition="html" role="usernotes">User Notes:
     68    <ulink url="&blfs-wiki;/kde4-kdebindings"/></para>
     69
     70  </sect2>
     71
     72  <sect2 role="installation">
     73    <title>Installation of Kdebindings</title>
     74
     75    <para>Install <application>Kdebindings</application> by running the following
     76    commands:</para>
     77
     78<screen><userinput>mkdir build &amp;&amp;
     79cd build &amp;&amp;
     80cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     81        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     82        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     83make</userinput></screen>
     84
     85    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     86
     87<screen role="root"><userinput>make install</userinput></screen>
     88
     89  </sect2>
     90
     91  <sect2 role="content">
     92    <title>Contents</title>
     93
     94    <segmentedlist>
     95      <segtitle>Installed Programs</segtitle>
     96      <segtitle>Installed Libraries</segtitle>
     97      <segtitle>Installed Directories</segtitle>
     98
     99      <seglistitem>
     100        <seg>rbqtapi, rbqtsh, rbrcc, rbuic4</seg>
     101        <seg><application>KDE</application> bindings for various
     102        programming languages</seg>
     103        <seg>The following subdirectories of $KDEDIRS:
     104        lib/kde4 and share/{apps, doc}</seg>
     105      </seglistitem>
     106    </segmentedlist>
     107
     108  </sect2>
     109
     110</sect1>
  • TabularUnified kde4/devel/kde4-kdesdk.xml

    Property changes on: kde4/devel/kde4-kdebindings.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdesdk-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdesdk-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdesdk-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdesdk-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdesdk-md5sum        "7c030cef51040ff99b4bcea6cfab8756">
     10  <!ENTITY kde4-kdesdk-size          "4.1 MB">
     11  <!ENTITY kde4-kdesdk-buildsize     "100 MB">
     12  <!ENTITY kde4-kdesdk-time          "5 SBU">
     13]>
     14
     15<sect1 id="kde4-kdesdk" xreflabel="kde4-kdesdk-&kde4-version;">
     16  <?dbhtml filename="kde4-kdesdk.html"?>
     17
     18  <title>kdesdk-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdesdk">
     21    <primary sortas="a-kde4-kdesdk">Kdesdk</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdesdk</title>
     26
     27    <para>This package provides programs useful for development work. Applications
     28    include a CVS frontend, a UML modeller, a program to view the differences
     29    between files, an advanced text editor, as well as various examples and
     30    helper scripts.</para>
     31
     32    <bridgehead renderas="sect3">Package Information</bridgehead>
     33    <itemizedlist spacing="compact">
     34      <listitem>
     35        <para>Download (HTTP): <ulink url="&kde4-kdesdk-download-http;"/></para>
     36      </listitem>
     37      <listitem>
     38        <para>Download (FTP): <ulink url="&kde4-kdesdk-download-ftp;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download MD5 sum: &kde4-kdesdk-md5sum;</para>
     42      </listitem>
     43      <listitem>
     44        <para>Download size: &kde4-kdesdk-size;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Estimated disk space required: &kde4-kdesdk-buildsize;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated build time: &kde4-kdesdk-time;</para>
     51      </listitem>
     52    </itemizedlist>
     53
     54    <bridgehead renderas="sect3">Kdesdk Dependencies</bridgehead>
     55
     56    <bridgehead renderas="sect4">Required</bridgehead>
     57    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     58
     59    <bridgehead renderas="sect4">Optional</bridgehead>
     60    <para role="optional"><xref linkend="kde4-kdebase-workspace"/> and
     61    <xref linkend="subversion"/></para>
     62
     63    <para condition="html" role="usernotes">User Notes:
     64    <ulink url="&blfs-wiki;/kde4-kdesdk"/></para>
     65
     66  </sect2>
     67
     68  <sect2 role="installation">
     69    <title>Installation of Kdesdk</title>
     70
     71    <para>Install <application>Kdesdk</application> by running the following
     72    commands:</para>
     73
     74<screen><userinput>mkdir build &amp;&amp;
     75cd build &amp;&amp;
     76cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     77        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     78        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     79make</userinput></screen>
     80
     81    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     82
     83<screen role="root"><userinput>make install</userinput></screen>
     84
     85  </sect2>
     86
     87  <sect2 role="content">
     88    <title>Contents</title>
     89
     90    <segmentedlist>
     91      <segtitle>Installed Programs</segtitle>
     92      <segtitle>Installed Libraries</segtitle>
     93      <segtitle>Installed Directories</segtitle>
     94
     95      <seglistitem>
     96        <seg>cervisia, kate, kcachegrind, kompare, umbrello, and
     97        numerous programs and scripts useful for developers.</seg>
     98        <seg><application>Kdesdk</application> support libraries
     99        and modules</seg>
     100        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     101        include/kate, lib/{kde4, strigi}, and share/{applications, apps,
     102        config.kcfg, dbus-1, doc, icons, kde4, man}</seg>
     103      </seglistitem>
     104    </segmentedlist>
     105
     106    <variablelist>
     107      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     108      <?dbfo list-presentation="list"?>
     109      <?dbhtml list-presentation="table"?>
     110
     111      <varlistentry id="kde4-cervisia">
     112        <term><command>cervisia</command></term>
     113        <listitem>
     114          <para>provides a graphical view of
     115          <application>CVS</application>.</para>
     116          <indexterm zone="kde4-kdesdk kde4-cervisia">
     117            <primary sortas="b-cervisia">cervisia</primary>
     118          </indexterm>
     119        </listitem>
     120      </varlistentry>
     121
     122      <varlistentry id="kde4-kate">
     123        <term><command>kate</command></term>
     124        <listitem>
     125          <para>is a programmer's text editor.</para>
     126          <indexterm zone="kde4-kdesdk kde4-kate">
     127            <primary sortas="b-kate">kate</primary>
     128          </indexterm>
     129        </listitem>
     130      </varlistentry>
     131
     132      <varlistentry id="kde4-kcachegrind">
     133        <term><command>kcachegrind</command></term>
     134        <listitem>
     135          <para>is a profile data visualization tool.</para>
     136          <indexterm zone="kde4-kdesdk kde4-kcachegrind">
     137            <primary sortas="b-kcachegrind">kcachegrind</primary>
     138          </indexterm>
     139        </listitem>
     140      </varlistentry>
     141
     142      <varlistentry id="kde4-kompare">
     143        <term><command>kompare</command></term>
     144        <listitem>
     145          <para>is a program to view the differences between files.</para>
     146          <indexterm zone="kde4-kdesdk kde4-kompare">
     147            <primary sortas="b-kompare">kompare</primary>
     148          </indexterm>
     149        </listitem>
     150      </varlistentry>
     151
     152      <varlistentry id="kde4-umbrello">
     153        <term><command>umbrello</command></term>
     154        <listitem>
     155          <para>is a UML modelling diagram tool.</para>
     156          <indexterm zone="kde4-kdesdk kde4-umbrello">
     157            <primary sortas="b-umbrello">umbrello</primary>
     158          </indexterm>
     159        </listitem>
     160      </varlistentry>
     161
     162    </variablelist>
     163
     164  </sect2>
     165
     166</sect1>
  • TabularUnified kde4/kde4.xml

    Property changes on: kde4/devel/kde4-kdesdk.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4 <!ENTITY % general-entities SYSTEM "../general.ent">
     5 %general-entities;
     6]>
     7
     8<part id="kde4" xreflabel="KDE4">
     9  <?dbhtml filename="kde4.html" dir="kde4"?>
     10
     11  <title>KDE4</title>
     12
     13<!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-intro.xml"/> -->
     14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="core/kde4-core.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="add/kde4-add.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="devel/kde4-devel.xml"/>
     17
     18</part>
     19
  • TabularUnified kde4/add/kde4-kdeaccessibility.xml

    Property changes on: kde4/kde4.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdeaccessibility-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdeaccessibility-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdeaccessibility-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdeaccessibility-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdeaccessibility-md5sum        "d7441d57f0d13f051d2520c7564a9210">
     10  <!ENTITY kde4-kdeaccessibility-size          "6.1 MB">
     11  <!ENTITY kde4-kdeaccessibility-buildsize     "42 MB">
     12  <!ENTITY kde4-kdeaccessibility-time          "0.8 SBU">
     13]>
     14
     15<sect1 id="kde4-kdeaccessibility" xreflabel="kde4-kdeaccessibility-&kde4-version;">
     16  <?dbhtml filename="kde4-kdeaccessibility.html"?>
     17
     18  <title>kdeaccessibility-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdeaccessibility">
     21    <primary sortas="a-kde4-kdeaccessibility">Kdeaccessibility</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdeaccessibility</title>
     26
     27    <para>This package provides KDE programs to aid handicapped users.
     28    Programs include a screen magnifier, a text to speech plugin service,
     29    and an application for computer speech for mute users.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdeaccessibility-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdeaccessibility-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdeaccessibility-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdeaccessibility-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdeaccessibility-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdeaccessibility-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdeaccessibility Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     57
     58    <bridgehead renderas="sect4">Optional</bridgehead>
     59    <para role="optional"><xref linkend="kde4-kdebase-workspace"/></para>
     60
     61    <para condition="html" role="usernotes">User Notes:
     62    <ulink url="&blfs-wiki;/kde4-kdeaccessibility"/></para>
     63
     64  </sect2>
     65
     66  <sect2 role="installation">
     67    <title>Installation of Kdeaccessibility</title>
     68
     69    <para>Install <application>Kdeaccessibility</application> by running the following
     70    commands:</para>
     71
     72<screen><userinput>mkdir build &amp;&amp;
     73cd build &amp;&amp;
     74cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     75        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     76        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     77make</userinput></screen>
     78
     79    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     80
     81<screen role="root"><userinput>make install</userinput></screen>
     82
     83  </sect2>
     84
     85  <sect2 role="content">
     86    <title>Contents</title>
     87
     88    <segmentedlist>
     89      <segtitle>Installed Programs</segtitle>
     90      <segtitle>Installed Libraries</segtitle>
     91      <segtitle>Installed Directories</segtitle>
     92
     93      <seglistitem>
     94        <seg>kmag, kmousetool, kmouth, kttsd, kttsmgr</seg>
     95        <seg><application>Kdeaccessibility</application> support libraries
     96        and modules</seg>
     97        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     98        lib/kde4 and share/{applications, apps, doc, icons, kde4}</seg>
     99      </seglistitem>
     100    </segmentedlist>
     101
     102    <variablelist>
     103      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     104      <?dbfo list-presentation="list"?>
     105      <?dbhtml list-presentation="table"?>
     106
     107      <varlistentry id="kde4-kmag">
     108        <term><command>kmag</command></term>
     109        <listitem>
     110          <para>is a screen magnifier.</para>
     111          <indexterm zone="kde4-kdeaccessibility kde4-kmag">
     112            <primary sortas="b-kmag">kmag</primary>
     113          </indexterm>
     114        </listitem>
     115      </varlistentry>
     116
     117      <varlistentry id="kde4-kmousetool">
     118        <term><command>kmousetool</command></term>
     119        <listitem>
     120          <para>is a utility which clicks the mouse whenever the mouse cursor pauses briefly.</para>
     121          <indexterm zone="kde4-kdeaccessibility kde4-kmousetool">
     122            <primary sortas="b-kmousetool">kmousetool</primary>
     123          </indexterm>
     124        </listitem>
     125      </varlistentry>
     126
     127      <varlistentry id="kde4-kmouth">
     128        <term><command>kmouth</command></term>
     129        <listitem>
     130          <para>is an application that enables persons that cannot speak to let their computers speak.</para>
     131          <indexterm zone="kde4-kdeaccessibility kde4-kmouth">
     132            <primary sortas="b-kmouth">kmouth</primary>
     133          </indexterm>
     134        </listitem>
     135      </varlistentry>
     136
     137      <varlistentry id="kde4-kttsd">
     138        <term><command>kttsd</command></term>
     139        <listitem>
     140          <para>is the <application>KDE</application> text-to-speech
     141            system.</para>
     142          <indexterm zone="kde4-kdeaccessibility kde4-kttsd">
     143            <primary sortas="b-kttsd">kttsd</primary>
     144          </indexterm>
     145        </listitem>
     146      </varlistentry>
     147
     148      <varlistentry id="kde4-kttsmgr">
     149        <term><command>kttsdmgr</command></term>
     150        <listitem>
     151          <para>is used to configure <command>kttsd</command>.</para>
     152          <indexterm zone="kde4-kdeaccessibility kde4-kttsmgr">
     153            <primary sortas="b-kttsdmgr">kttsdmgr</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
     157
     158    </variablelist>
     159
     160  </sect2>
     161
     162</sect1>
  • TabularUnified kde4/add/kde4-kdeadmin.xml

    Property changes on: kde4/add/kde4-kdeaccessibility.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdeadmin-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdeadmin-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdeadmin-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdeadmin-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdeadmin-md5sum        "e0ed4220ca171311fa98e5edeb838214">
     10  <!ENTITY kde4-kdeadmin-size          "1.3 MB">
     11  <!ENTITY kde4-kdeadmin-buildsize     "20 MB">
     12  <!ENTITY kde4-kdeadmin-time          "0.9 SBU">
     13]>
     14
     15<sect1 id="kde4-kdeadmin" xreflabel="kde4-kdeadmin-&kde4-version;">
     16  <?dbhtml filename="kde4-kdeadmin.html"?>
     17
     18  <title>kdeadmin-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdeadmin">
     21    <primary sortas="a-kde4-kdeadmin">Kdeadmin</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdeadmin</title>
     26
     27    <para>This package contains several KDE programs useful for managing a system.
     28    These programs provide functionality for managing users, packages,
     29    initialization files, and network connections.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdeadmin-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdeadmin-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdeadmin-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdeadmin-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdeadmin-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdeadmin-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdeadmin Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     57
     58    <para condition="html" role="usernotes">User Notes:
     59    <ulink url="&blfs-wiki;/kde4-kdeadmin"/></para>
     60
     61  </sect2>
     62
     63  <sect2 role="installation">
     64    <title>Installation of Kdeadmin</title>
     65
     66    <para>Install <application>Kdeadmin</application> by running the following
     67    commands:</para>
     68
     69<screen><userinput>mkdir build &amp;&amp;
     70cd build &amp;&amp;
     71cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     72        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     73        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     74make</userinput></screen>
     75
     76    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     77
     78<screen role="root"><userinput>make install</userinput></screen>
     79
     80  </sect2>
     81
     82  <sect2 role="content">
     83    <title>Contents</title>
     84
     85    <segmentedlist>
     86      <segtitle>Installed Programs</segtitle>
     87      <segtitle>Installed Libraries</segtitle>
     88      <segtitle>Installed Directories</segtitle>
     89
     90      <seglistitem>
     91        <seg>kcron, kpackage, kuser, secpolicy</seg>
     92        <seg><application>Kdeadmin</application> support libraries
     93        and modules</seg>
     94        <seg>The following subdirectories of $KDEDIRS:
     95        lib/{kde4,pkgconfig} and share/{applications, apps, config.kcfg,
     96        doc, icons, kde4}</seg>
     97      </seglistitem>
     98    </segmentedlist>
     99
     100    <variablelist>
     101      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     102      <?dbfo list-presentation="list"?>
     103      <?dbhtml list-presentation="table"?>
     104
     105      <varlistentry id="kde4-kcron">
     106        <term><command>kcron</command></term>
     107        <listitem>
     108          <para>is a frontend to <command>cron</command>, a task scheduler.</para>
     109          <indexterm zone="kde4-kdeadmin kde4-kcron">
     110            <primary sortas="b-kcron">kcron</primary>
     111          </indexterm>
     112        </listitem>
     113      </varlistentry>
     114
     115      <varlistentry id="kde4-kpackage">
     116        <term><command>kpackage</command></term>
     117        <listitem>
     118          <para>is a GUI interface to the RPM, Debian and Slackware
     119            package managers.</para>
     120          <indexterm zone="kde4-kdeadmin kde4-kpackage">
     121            <primary sortas="b-kpackage">kpackage</primary>
     122          </indexterm>
     123        </listitem>
     124      </varlistentry>
     125
     126      <varlistentry id="kde4-kuser">
     127        <term><command>kuser</command></term>
     128        <listitem>
     129          <para>is a utility to manage users and groups.</para>
     130          <indexterm zone="kde4-kdeadmin kde4-kuser">
     131            <primary sortas="b-kuser">kuser</primary>
     132          </indexterm>
     133        </listitem>
     134      </varlistentry>
     135
     136      <varlistentry id="kde4-secpolicy">
     137        <term><command>secpolicy</command></term>
     138        <listitem>
     139          <para>is a tool to display PAM security policies.</para>
     140          <indexterm zone="kde4-kdeadmin kde4-secpolicy">
     141            <primary sortas="b-secpolicy">secpolicy</primary>
     142          </indexterm>
     143        </listitem>
     144      </varlistentry>
     145
     146    </variablelist>
     147
     148  </sect2>
     149
     150</sect1>
  • TabularUnified kde4/add/kde4-kdenetwork.xml

    Property changes on: kde4/add/kde4-kdeadmin.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdenetwork-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdenetwork-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdenetwork-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdenetwork-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdenetwork-md5sum        "139c1f7fbe747baacf31c086b4a6827c">
     10  <!ENTITY kde4-kdenetwork-size          "6.1 MB">
     11  <!ENTITY kde4-kdenetwork-buildsize     "149 MB">
     12  <!ENTITY kde4-kdenetwork-time          "7.7 SBU">
     13]>
     14
     15<sect1 id="kde4-kdenetwork" xreflabel="kde4-kdenetwork-&kde4-version;">
     16  <?dbhtml filename="kde4-kdenetwork.html"?>
     17
     18  <title>kdenetwork-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdenetwork">
     21    <primary sortas="a-kde4-kdenetwork">Kdenetwork</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdenetwork</title>
     26
     27    <para>This package contains networking applications, including clients for
     28    instant messaging, news, remote desktop, and PPP, as well as a download
     29    manager.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdenetwork-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdenetwork-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdenetwork-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdenetwork-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdenetwork-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdenetwork-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdenetwork Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdebase-runtime"/> and
     57    <ulink url="http://sourceforge.net/projects/qimageblitz">QImageBlitz</ulink></para>
     58
     59    <bridgehead renderas="sect4">Optional</bridgehead>
     60    <para role="optional"><xref linkend="kde4-kdebase-workspace"/>,
     61    <ulink url="http://libvncserver.sourceforge.net">libvncserver</ulink>,
     62    <ulink url="http://www.avahi.org">Avahi</ulink> or
     63    <ulink url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/">mDNSResponder</ulink>,
     64    <ulink url="http://delta.affinix.com/qca/">QCA</ulink>,
     65    <ulink url="http://www.openslp.org">OpenSLP</ulink>,
     66    <ulink url="http://decibel.kde.org">Decibel</ulink>,
     67    <xref linkend="libidn"/>,
     68    <ulink url="http://www.sqlite.org">SQLite</ulink>,
     69    <xref linkend="openssl"/>,
     70    <xref linkend="xmms"/>, and
     71    <ulink url="http://www.ktorrent.org">KTorrent</ulink></para>
     72
     73    <para condition="html" role="usernotes">User Notes:
     74    <ulink url="&blfs-wiki;/kde4-kdenetwork"/></para>
     75
     76  </sect2>
     77
     78  <sect2 role="installation">
     79    <title>Installation of Kdenetwork</title>
     80
     81    <para>Install <application>Kdenetwork</application> by running the following
     82    commands:</para>
     83
     84<screen><userinput>mkdir build &amp;&amp;
     85cd build &amp;&amp;
     86cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     87        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     88        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     89make</userinput></screen>
     90
     91    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     92
     93<screen role="root"><userinput>make install</userinput></screen>
     94
     95  </sect2>
     96
     97  <sect2 role="content">
     98    <title>Contents</title>
     99
     100    <segmentedlist>
     101      <segtitle>Installed Programs</segtitle>
     102      <segtitle>Installed Libraries</segtitle>
     103      <segtitle>Installed Directories</segtitle>
     104
     105      <seglistitem>
     106        <seg>kget, kopete, kopete_latexconvert.sh, kppp, kppplogview, krdc,
     107        krfb, winpopup-install.sh, and winpopup-send.sh</seg>
     108        <seg><application>Kdenetwork</application> support libraries
     109        and modules</seg>
     110        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     111        include/kopete, lib/kde4, and share/{applications, apps, config.kcfg,
     112        dbus-1, doc, icons, kde4, sounds}</seg>
     113      </seglistitem>
     114    </segmentedlist>
     115
     116    <variablelist>
     117      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     118      <?dbfo list-presentation="list"?>
     119      <?dbhtml list-presentation="table"?>
     120
     121      <varlistentry id="kde4-kget">
     122        <term><command>kget</command></term>
     123        <listitem>
     124          <para>is a download manager.</para>
     125          <indexterm zone="kde4-kdenetwork kde4-kget">
     126            <primary sortas="b-kget">kget</primary>
     127          </indexterm>
     128        </listitem>
     129      </varlistentry>
     130
     131      <varlistentry id="kde4-kopete">
     132        <term><command>kopete</command></term>
     133        <listitem>
     134          <para>is a multi-protocol instant messenger client.</para>
     135          <indexterm zone="kde4-kdenetwork kde4-kopete">
     136            <primary sortas="b-kopete">kopete</primary>
     137          </indexterm>
     138        </listitem>
     139      </varlistentry>
     140
     141      <varlistentry id="kde4-kppp">
     142        <term><command>kppp</command></term>
     143        <listitem>
     144          <para>is a dial-up utility.</para>
     145          <indexterm zone="kde4-kdenetwork kde4-kppp">
     146            <primary sortas="b-kppp">kppp</primary>
     147          </indexterm>
     148        </listitem>
     149      </varlistentry>
     150
     151      <varlistentry id="kde4-krdc">
     152        <term><command>krdc</command></term>
     153        <listitem>
     154          <para>is a remote desktop client, supporting VNC and RDP.</para>
     155          <indexterm zone="kde4-kdenetwork kde4-krdc">
     156            <primary sortas="b-krdc">krdc</primary>
     157          </indexterm>
     158        </listitem>
     159      </varlistentry>
     160
     161      <varlistentry id="kde4-krfb">
     162        <term><command>krfb</command></term>
     163        <listitem>
     164          <para>is a remote desktop server, allowing remote access to the desktop.</para>
     165          <indexterm zone="kde4-kdenetwork kde4-krfb">
     166            <primary sortas="b-krfb">krfb</primary>
     167          </indexterm>
     168        </listitem>
     169      </varlistentry>
     170
     171    </variablelist>
     172
     173  </sect2>
     174
     175</sect1>
  • TabularUnified kde4/add/kde4-kdeartwork.xml

    Property changes on: kde4/add/kde4-kdenetwork.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdeartwork-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdeartwork-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdeartwork-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdeartwork-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdeartwork-md5sum        "db07596da98058cde44a15a1e22e4752">
     10  <!ENTITY kde4-kdeartwork-size          "41 MB">
     11  <!ENTITY kde4-kdeartwork-buildsize     "166 MB">
     12  <!ENTITY kde4-kdeartwork-time          "0.5 SBU">
     13]>
     14
     15<sect1 id="kde4-kdeartwork" xreflabel="kde4-kdeartwork-&kde4-version;">
     16  <?dbhtml filename="kde4-kdeartwork.html"?>
     17
     18  <title>kdeartwork-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdeartwork">
     21    <primary sortas="a-kde4-kdeartwork">Kdeartwork</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdeartwork</title>
     26
     27    <para>This package provides additional KDE themes, screensavers, sounds,
     28    wallpapers, widget styles, and window styles. </para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdeartwork-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdeartwork-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdeartwork-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdeartwork-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdeartwork-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdeartwork-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">Kdeartwork Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     56
     57    <bridgehead renderas="sect4">Optional</bridgehead>
     58    <para role="optional"><xref linkend="xscreensaver"/></para>
     59
     60    <para condition="html" role="usernotes">User Notes:
     61    <ulink url="&blfs-wiki;/kde4-kdeartwork"/></para>
     62
     63  </sect2>
     64
     65  <sect2 role="installation">
     66    <title>Installation of Kdeartwork</title>
     67
     68    <para>Install <application>Kdeartwork</application> by running the following
     69    commands:</para>
     70
     71<screen><userinput>mkdir build &amp;&amp;
     72cd build &amp;&amp;
     73cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     74        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     75        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     76make</userinput></screen>
     77
     78    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     79
     80<screen role="root"><userinput>make install</userinput></screen>
     81
     82  </sect2>
     83
     84  <sect2 role="content">
     85    <title>Contents</title>
     86
     87    <segmentedlist>
     88      <segtitle>Installed Programs</segtitle>
     89      <segtitle>Installed Libraries</segtitle>
     90      <segtitle>Installed Directories</segtitle>
     91
     92      <seglistitem>
     93        <seg>kxsconfig, kxsrun, and various screensavers.</seg>
     94        <seg><application>Kdeartwork</application> support libraries
     95        and modules</seg>
     96        <seg>The following subdirectories of $KDEDIRS:
     97        lib/kde4 and share/{apps, emoticons, icons, kde4, sounds,
     98        wallpapers}</seg>
     99      </seglistitem>
     100    </segmentedlist>
     101
     102    <variablelist>
     103      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     104      <?dbfo list-presentation="list"?>
     105      <?dbhtml list-presentation="table"?>
     106
     107      <varlistentry id="kde4-kxsconfig">
     108        <term><command>kxsconfig</command></term>
     109        <listitem>
     110          <para>is a screensaver configuration tool.</para>
     111          <indexterm zone="kde4-kdeartwork kde4-kxsconfig">
     112            <primary sortas="b-kxsconfig">kxsconfig</primary>
     113          </indexterm>
     114        </listitem>
     115      </varlistentry>
     116
     117      <varlistentry id="kde4-kxsrun">
     118        <term><command>kxsrun</command></term>
     119        <listitem>
     120          <para>is the <application>KDE</application> screensaver
     121          launcher.</para>
     122          <indexterm zone="kde4-kdeartwork kde4-kxsrun">
     123            <primary sortas="b-kxsrun">kxsrun</primary>
     124          </indexterm>
     125        </listitem>
     126      </varlistentry>
     127
     128    </variablelist>
     129
     130  </sect2>
     131
     132</sect1>
  • TabularUnified kde4/add/kde4-kdemultimedia.xml

    Property changes on: kde4/add/kde4-kdeartwork.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdemultimedia-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdemultimedia-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdemultimedia-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdemultimedia-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdemultimedia-md5sum        "4b9a44f423f2f0577f06cd69672e9de2">
     10  <!ENTITY kde4-kdemultimedia-size          "1.1 MB">
     11  <!ENTITY kde4-kdemultimedia-buildsize     "27 MB">
     12  <!ENTITY kde4-kdemultimedia-time          "1.3 SBU">
     13]>
     14
     15<sect1 id="kde4-kdemultimedia" xreflabel="kde4-kdemultimedia-&kde4-version;">
     16  <?dbhtml filename="kde4-kdemultimedia.html"?>
     17
     18  <title>kdemultimedia-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdemultimedia">
     21    <primary sortas="a-kde4-kdemultimedia">Kdemultimedia</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdemultimedia</title>
     26
     27    <para>This package contains multimedia applications for the KDE desktop.
     28    Programs include a jukebox application, a CD player, and a soundcard mixer.</para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdemultimedia-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdemultimedia-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdemultimedia-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdemultimedia-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdemultimedia-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdemultimedia-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">Kdemultimedia Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     56
     57    <bridgehead renderas="sect4">Optional</bridgehead>
     58    <para role="optional"><xref linkend="kde4-kdebase-workspace"/>,
     59    <xref linkend="libvorbis"/>,
     60    <xref linkend="libmusicbrainz"/>,
     61    <xref linkend="flac"/>,
     62    <xref linkend="cdparanoia"/>,
     63    <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>, and
     64    <ulink url="http://musicbrainz.org/doc/libtunepimpDownload">TunePimp</ulink>
     65    (requires <xref linkend="libmusicbrainz"/>)</para>
     66
     67    <para condition="html" role="usernotes">User Notes:
     68    <ulink url="&blfs-wiki;/kde4-kdemultimedia"/></para>
     69
     70  </sect2>
     71
     72  <sect2 role="installation">
     73    <title>Installation of Kdemultimedia</title>
     74
     75    <para>Install <application>Kdemultimedia</application> by running the following
     76    commands:</para>
     77
     78<screen><userinput>mkdir build &amp;&amp;
     79cd build &amp;&amp;
     80cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     81        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     82        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     83make</userinput></screen>
     84
     85    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     86
     87<screen role="root"><userinput>make install</userinput></screen>
     88
     89  </sect2>
     90
     91  <sect2 role="content">
     92    <title>Contents</title>
     93
     94    <segmentedlist>
     95      <segtitle>Installed Programs</segtitle>
     96      <segtitle>Installed Libraries</segtitle>
     97      <segtitle>Installed Directories</segtitle>
     98
     99      <seglistitem>
     100        <seg>juk, kmix, kmixctrl, kscd, and workman2cddb.pl</seg>
     101        <seg><application>Kdemultimedia</application> support libraries
     102        and modules</seg>
     103        <seg>The following subdirectories of $KDEDIRS:
     104        include/{libkcddb, libkcompactdisc}, lib/kde4, and share/{applications,
     105        apps, autostart, config.kcfg, dbus-1, doc, icons, kde4}</seg>
     106      </seglistitem>
     107    </segmentedlist>
     108
     109    <variablelist>
     110      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     111      <?dbfo list-presentation="list"?>
     112      <?dbhtml list-presentation="table"?>
     113
     114      <varlistentry id="kde4-juk">
     115        <term><command>juk</command></term>
     116        <listitem>
     117          <para>is a jukebox, tagger and music collection manager.</para>
     118          <indexterm zone="kde4-kdemultimedia kde4-juk">
     119            <primary sortas="b-juk">juk</primary>
     120          </indexterm>
     121        </listitem>
     122      </varlistentry>
     123
     124      <varlistentry id="kde4-kmix">
     125        <term><command>kmix</command></term>
     126        <listitem>
     127          <para>is a sound mixer.</para>
     128          <indexterm zone="kde4-kdemultimedia kde4-kmix">
     129            <primary sortas="b-kmix">kmix</primary>
     130          </indexterm>
     131        </listitem>
     132      </varlistentry>
     133
     134      <varlistentry id="kde4-kscd">
     135        <term><command>kscd</command></term>
     136        <listitem>
     137          <para>is a CD player. </para>
     138          <indexterm zone="kde4-kdemultimedia kde4-kscd">
     139            <primary sortas="b-kscd">kscd</primary>
     140          </indexterm>
     141        </listitem>
     142      </varlistentry>
     143
     144    </variablelist>
     145
     146  </sect2>
     147
     148</sect1>
  • TabularUnified kde4/add/kde4-kdegames.xml

    Property changes on: kde4/add/kde4-kdemultimedia.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdegames-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdegames-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdegames-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdegames-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdegames-md5sum        "b5e29b4fdd3b93d6530b079e9ba6b1c1">
     10  <!ENTITY kde4-kdegames-size          "23 MB">
     11  <!ENTITY kde4-kdegames-buildsize     "148 MB">
     12  <!ENTITY kde4-kdegames-time          "2.3 SBU">
     13]>
     14
     15<sect1 id="kde4-kdegames" xreflabel="kde4-kdegames-&kde4-version;">
     16  <?dbhtml filename="kde4-kdegames.html"?>
     17
     18  <title>kdegames-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdegames">
     21    <primary sortas="a-kde4-kdegames">Kdegames</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdegames</title>
     26
     27    <para>This package contains various casual games for the KDE desktop.</para>
     28
     29    <bridgehead renderas="sect3">Package Information</bridgehead>
     30    <itemizedlist spacing="compact">
     31      <listitem>
     32        <para>Download (HTTP): <ulink url="&kde4-kdegames-download-http;"/></para>
     33      </listitem>
     34      <listitem>
     35        <para>Download (FTP): <ulink url="&kde4-kdegames-download-ftp;"/></para>
     36      </listitem>
     37      <listitem>
     38        <para>Download MD5 sum: &kde4-kdegames-md5sum;</para>
     39      </listitem>
     40      <listitem>
     41        <para>Download size: &kde4-kdegames-size;</para>
     42      </listitem>
     43      <listitem>
     44        <para>Estimated disk space required: &kde4-kdegames-buildsize;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Estimated build time: &kde4-kdegames-time;</para>
     48      </listitem>
     49    </itemizedlist>
     50
     51    <bridgehead renderas="sect3">Kdegames Dependencies</bridgehead>
     52
     53    <bridgehead renderas="sect4">Required</bridgehead>
     54    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     55
     56    <bridgehead renderas="sect4">Optional</bridgehead>
     57    <para role="optional"><ulink url="http://ggzgamingzone.org">ggz-client-libs</ulink></para>
     58
     59    <para condition="html" role="usernotes">User Notes:
     60    <ulink url="&blfs-wiki;/kde4-kdegames"/></para>
     61
     62  </sect2>
     63
     64  <sect2 role="installation">
     65    <title>Installation of Kdegames</title>
     66
     67    <para>Install <application>Kdegames</application> by running the following
     68    commands:</para>
     69
     70<screen><userinput>mkdir build &amp;&amp;
     71cd build &amp;&amp;
     72cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     73        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     74        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     75make</userinput></screen>
     76
     77    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     78
     79<screen role="root"><userinput>make install</userinput></screen>
     80
     81  </sect2>
     82
     83  <sect2 role="content">
     84    <title>Contents</title>
     85
     86    <segmentedlist>
     87      <segtitle>Installed Programs</segtitle>
     88      <segtitle>Installed Libraries</segtitle>
     89      <segtitle>Installed Directories</segtitle>
     90
     91      <seglistitem>
     92        <seg>bovo, katomic, kbattleship, kblackbox, kbounce, kfourinline,
     93        kfourinlineproc, kgoldrunner, kiriki, kjumpingcube, klines, kmahjongg,
     94        kmines, knetwalk, kolf, konquest, kpat, kreversi, ksame, kshisen,
     95        kspaceduel, ksquares, ksudoku, ktuberling, and lskat</seg>
     96        <seg><application>Kdegames</application> support libraries
     97        and modules</seg>
     98        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     99        include/{digits, highscore, KDE, kgame} and share/{applications, apps,
     100        config.kcfg, doc, icons}</seg>
     101      </seglistitem>
     102    </segmentedlist>
     103
     104  </sect2>
     105
     106</sect1>
  • TabularUnified kde4/add/kde4-kdeedu.xml

    Property changes on: kde4/add/kde4-kdegames.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdeedu-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdeedu-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdeedu-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdeedu-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdeedu-md5sum        "5d996126e3606f858442399c5e58e59e">
     10  <!ENTITY kde4-kdeedu-size          "41 MB">
     11  <!ENTITY kde4-kdeedu-buildsize     "286 MB">
     12  <!ENTITY kde4-kdeedu-time          "6.7 SBU">
     13]>
     14
     15<sect1 id="kde4-kdeedu" xreflabel="kde4-kdeedu-&kde4-version;">
     16  <?dbhtml filename="kde4-kdeedu.html"?>
     17
     18  <title>kdeedu-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdeedu">
     21    <primary sortas="a-kde4-kdeedu">Kdeedu</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdeedu</title>
     26
     27    <para>This package contains educational programs for learning topics such as
     28    languages, mathematics, astronomy, and chemistry.</para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdeedu-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdeedu-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdeedu-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdeedu-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdeedu-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdeedu-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">Kdeedu Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     56
     57    <bridgehead renderas="sect4">Optional</bridgehead>
     58    <para role="optional"><xref linkend="libusb"/>,
     59    <ulink url="http://heasarc.nasa.gov/docs/software/fitsio/fitsio.html">CFITSIO</ulink>,
     60    <ulink url="http://indi.sourceforge.net">INDI</ulink>,
     61    <ulink url="http://libnova.sourceforge.net">libnova</ulink>,
     62    <ulink url="http://gpsd.berlios.de">gpsd</ulink>,
     63    <ulink url="http://pauillac.inria.fr/ocaml/">OCaml</ulink>,
     64    <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe</ulink>,
     65    <ulink url="http://openbabel.org">OpenBabel</ulink>, and
     66    <ulink url="http://eigen.tuxfamily.org">Eigen</ulink></para>
     67
     68    <para condition="html" role="usernotes">User Notes:
     69    <ulink url="&blfs-wiki;/kde4-kdeedu"/></para>
     70
     71  </sect2>
     72
     73  <sect2 role="installation">
     74    <title>Installation of Kdeedu</title>
     75
     76    <para>Install <application>Kdeedu</application> by running the following
     77    commands:</para>
     78
     79<screen><userinput>mkdir build &amp;&amp;
     80cd build &amp;&amp;
     81cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     82        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     83        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     84make</userinput></screen>
     85
     86    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     87
     88<screen role="root"><userinput>make install</userinput></screen>
     89
     90  </sect2>
     91
     92  <sect2 role="content">
     93    <title>Contents</title>
     94
     95    <segmentedlist>
     96      <segtitle>Installed Programs</segtitle>
     97      <segtitle>Installed Libraries</segtitle>
     98      <segtitle>Installed Directories</segtitle>
     99
     100      <seglistitem>
     101        <seg>blinken, calgebra, indi_apogee_alta, indi_celestron_gps,
     102          indi_fli_ccd, indi_fli_wheel, indi_intelliscope, indi_lx200basic,
     103          indi_lx200generic, indi_meade_lpi, indi_orion_atlas, indi_robofocus,
     104          indi_sbig_ccd, indi_sbig_stv, indiserver, indi_skycommander,
     105          indi_temma, indi_trutech_wheel, indi_v4l_generic, indi_v4l_philips,
     106          kalgebra, kalzium, kanagram, kbruch, kgeography, khangman, kig,
     107          kiten, kitengen, kitenradselect, klettres, kmplot, kpercentage,
     108          kstars, ktouch, kturtle, kwordquiz, marble, ndi_fli_pdf, parley,
     109          and pykig.py</seg>
     110        <seg><application>Kdeedu</application> support libraries
     111        and modules</seg>
     112        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:</seg>
     113      </seglistitem>
     114    </segmentedlist>
     115
     116    <variablelist>
     117      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     118      <?dbfo list-presentation="list"?>
     119      <?dbhtml list-presentation="table"?>
     120
     121      <varlistentry id="kde4-blinken">
     122        <term><command>blinken</command></term>
     123        <listitem>
     124          <para>is an electronic memory game.</para>
     125          <indexterm zone="kde4-kdeedu kde4-blinken">
     126            <primary sortas="b-blinken">blinken</primary>
     127          </indexterm>
     128        </listitem>
     129      </varlistentry>
     130
     131      <varlistentry id="kde4-kalgebra">
     132        <term><command>kalgebra</command></term>
     133        <listitem>
     134          <para>is a mathematical calculator and graphing program.</para>
     135          <indexterm zone="kde4-kdeedu kde4-kalgebra">
     136            <primary sortas="b-kalgebra">kalgebra</primary>
     137          </indexterm>
     138        </listitem>
     139      </varlistentry>
     140
     141      <varlistentry id="kde4-kalzium">
     142        <term><command>kalzium</command></term>
     143        <listitem>
     144          <para>is a program which shows you the Periodic Table of Elements.</para>
     145          <indexterm zone="kde4-kdeedu kde4-kalzium">
     146            <primary sortas="b-kalzium">kalzium</primary>
     147          </indexterm>
     148        </listitem>
     149      </varlistentry>
     150
     151      <varlistentry id="kde4-kanagram">
     152        <term><command>kanagram</command></term>
     153        <listitem>
     154          <para>is a game based on anagrams of words.</para>
     155          <indexterm zone="kde4-kdeedu kde4-kanagram">
     156            <primary sortas="b-kanagram">kanagram</primary>
     157          </indexterm>
     158        </listitem>
     159      </varlistentry>
     160
     161      <varlistentry id="kde4-kbruch">
     162        <term><command>kbruch</command></term>
     163        <listitem>
     164          <para>is a program to practice calculating with fractions</para>
     165          <indexterm zone="kde4-kdeedu kde4-kbruch">
     166            <primary sortas="b-kbruch">kbruch</primary>
     167          </indexterm>
     168        </listitem>
     169      </varlistentry>
     170
     171      <varlistentry id="kde4-kgeography">
     172        <term><command>kgeography</command></term>
     173        <listitem>
     174          <para>is a geography learning tool.</para>
     175          <indexterm zone="kde4-kdeedu kde4-kgeography">
     176            <primary sortas="b-kgeography">kgeography</primary>
     177          </indexterm>
     178        </listitem>
     179      </varlistentry>
     180
     181      <varlistentry id="kde4-khangman">
     182        <term><command>khangman</command></term>
     183        <listitem>
     184          <para>is the classic hangman game for children, adapted for
     185            <application>KDE</application></para>
     186          <indexterm zone="kde4-kdeedu kde4-khangman">
     187            <primary sortas="b-khangman">khangman</primary>
     188          </indexterm>
     189        </listitem>
     190      </varlistentry>
     191
     192      <varlistentry id="kde4-kig">
     193        <term><command>kig</command></term>
     194        <listitem>
     195          <para>is an application for interactive geometry</para>
     196          <indexterm zone="kde4-kdeedu kde4-kig">
     197            <primary sortas="b-kig">kig</primary>
     198          </indexterm>
     199        </listitem>
     200      </varlistentry>
     201
     202      <varlistentry id="kde4-kiten">
     203        <term><command>kiten</command></term>
     204        <listitem>
     205          <para>is a Japanese reference/study tool for
     206            <application>KDE</application></para>
     207          <indexterm zone="kde4-kdeedu kde4-kiten">
     208            <primary sortas="b-kiten">kiten</primary>
     209          </indexterm>
     210        </listitem>
     211      </varlistentry>
     212
     213      <varlistentry id="kde4-klettres">
     214        <term><command>klettres</command></term>
     215        <listitem>
     216          <para>is an alphabet tutor.</para>
     217          <indexterm zone="kde4-kdeedu kde4-klettres">
     218            <primary sortas="b-klettres">klettres</primary>
     219          </indexterm>
     220        </listitem>
     221      </varlistentry>
     222
     223      <varlistentry id="kde4-kmplot">
     224        <term><command>kmplot</command></term>
     225        <listitem>
     226          <para>is a mathematical function plotter.</para>
     227          <indexterm zone="kde4-kdeedu kde4-kmplot">
     228            <primary sortas="b-kmplot">kmplot</primary>
     229          </indexterm>
     230        </listitem>
     231      </varlistentry>
     232
     233      <varlistentry id="kde4-kpercentage">
     234        <term><command>kpercentage</command></term>
     235        <listitem>
     236          <para>is an application to help pupils to improve their skills in
     237          calculating percentages</para>
     238          <indexterm zone="kde4-kdeedu kde4-kpercentage">
     239            <primary sortas="b-kpercentage">kpercentage</primary>
     240          </indexterm>
     241        </listitem>
     242      </varlistentry>
     243
     244      <varlistentry id="kde4-kstars">
     245        <term><command>kstars</command></term>
     246        <listitem>
     247          <para>is a desktop planetarium.</para>
     248          <indexterm zone="kde4-kdeedu kde4-kstars">
     249            <primary sortas="b-kstars">kstars</primary>
     250          </indexterm>
     251        </listitem>
     252      </varlistentry>
     253
     254      <varlistentry id="kde4-ktouch">
     255        <term><command>ktouch</command></term>
     256        <listitem>
     257          <para>is a touch typing tutor.</para>
     258          <indexterm zone="kde4-kdeedu kde4-ktouch">
     259            <primary sortas="b-ktouch">ktouch</primary>
     260          </indexterm>
     261        </listitem>
     262      </varlistentry>
     263
     264      <varlistentry id="kde4-kturtle">
     265        <term><command>kturtle</command></term>
     266        <listitem>
     267          <para>is an educational programming environment that uses TurtleScript.</para>
     268          <indexterm zone="kde4-kdeedu kde4-kturtle">
     269            <primary sortas="b-kturtle">kturtle</primary>
     270          </indexterm>
     271        </listitem>
     272      </varlistentry>
     273
     274      <varlistentry id="kde4-kwordquiz">
     275        <term><command>kwordquiz</command></term>
     276        <listitem>
     277          <para>is a flashcard and vocabulary learning program.</para>
     278          <indexterm zone="kde4-kdeedu kde4-kwordquiz">
     279            <primary sortas="b-kwordquiz">kwordquiz</primary>
     280          </indexterm>
     281        </listitem>
     282      </varlistentry>
     283
     284      <varlistentry id="kde4-marble">
     285        <term><command>marble</command></term>
     286        <listitem>
     287          <para>is a world atlas.</para>
     288          <indexterm zone="kde4-kdeedu kde4-marble">
     289            <primary sortas="b-marble">marble</primary>
     290          </indexterm>
     291        </listitem>
     292      </varlistentry>
     293
     294      <varlistentry id="kde4-parley">
     295        <term><command>parley</command></term>
     296        <listitem>
     297          <para>is a vocabulary trainer</para>
     298          <indexterm zone="kde4-kdeedu kde4-parley">
     299            <primary sortas="b-parley">parley</primary>
     300          </indexterm>
     301        </listitem>
     302      </varlistentry>
     303
     304    </variablelist>
     305
     306  </sect2>
     307
     308</sect1>
  • TabularUnified kde4/add/kde4-kdetoys.xml

    Property changes on: kde4/add/kde4-kdeedu.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdetoys-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdetoys-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdetoys-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdetoys-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdetoys-md5sum        "b0ab4ec1cf89d4c325d196b37fdf8e17">
     10  <!ENTITY kde4-kdetoys-size          "2.2 MB">
     11  <!ENTITY kde4-kdetoys-buildsize     "18 MB">
     12  <!ENTITY kde4-kdetoys-time          "0.3 SBU">
     13]>
     14
     15<sect1 id="kde4-kdetoys" xreflabel="kde4-kdetoys-&kde4-version;">
     16  <?dbhtml filename="kde4-kdetoys.html"?>
     17
     18  <title>kdetoys-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdetoys">
     21    <primary sortas="a-kde4-kdetoys">Kdetoys</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdetoys</title>
     26
     27    <para>This package contains applets for a world clock, showing the phases
     28    of the moon, and weather monitering.</para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdetoys-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdetoys-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdetoys-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdetoys-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdetoys-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdetoys-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">Kdetoys Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     56
     57    <bridgehead renderas="sect4">Optional</bridgehead>
     58    <para role="optional"><xref linkend="kde4-kdebase-workspace"/></para>
     59
     60    <para condition="html" role="usernotes">User Notes:
     61    <ulink url="&blfs-wiki;/kde4-kdetoys"/></para>
     62
     63  </sect2>
     64
     65  <sect2 role="installation">
     66    <title>Installation of Kdetoys</title>
     67
     68    <para>Install <application>Kdetoys</application> by running the following
     69    commands:</para>
     70
     71<screen><userinput>mkdir build &amp;&amp;
     72cd build &amp;&amp;
     73cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     74        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     75        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     76make</userinput></screen>
     77
     78    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     79
     80<screen role="root"><userinput>make install</userinput></screen>
     81
     82  </sect2>
     83
     84  <sect2 role="content">
     85    <title>Contents</title>
     86
     87    <segmentedlist>
     88      <segtitle>Installed Programs</segtitle>
     89      <segtitle>Installed Libraries</segtitle>
     90      <segtitle>Installed Directories</segtitle>
     91
     92      <seglistitem>
     93        <seg>amor, kteatime, ktux, kweatherreport, kweatherservice, and kworldclock</seg>
     94        <seg><application>Kdetoys</application> support libraries
     95        and modules</seg>
     96        <seg>The following subdirectories of $KDEDIRS:
     97        lib/kde4 and share/{applications, apps, dbus-1, doc, icons, kde4}</seg>
     98      </seglistitem>
     99    </segmentedlist>
     100
     101    <variablelist>
     102      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     103      <?dbfo list-presentation="list"?>
     104      <?dbhtml list-presentation="table"?>
     105
     106      <varlistentry id="kde4-amor">
     107        <term><command>amor</command></term>
     108        <listitem>
     109          <para>is a small animation which sits on top of your active window.</para>
     110          <indexterm zone="kde4-kdetoys kde4-amor">
     111            <primary sortas="b-amor">amor</primary>
     112          </indexterm>
     113        </listitem>
     114      </varlistentry>
     115
     116      <varlistentry id="kde4-kteatime">
     117        <term><command>kteatime</command></term>
     118        <listitem>
     119          <para>times your tea brewing.</para>
     120          <indexterm zone="kde4-kdetoys kde4-kteatime">
     121            <primary sortas="b-kteatime">kteatime</primary>
     122          </indexterm>
     123        </listitem>
     124      </varlistentry>
     125
     126      <varlistentry id="kde4-ktux">
     127        <term><command>ktux</command></term>
     128        <listitem>
     129          <para>small Tux crossing stars.</para>
     130          <indexterm zone="kde4-kdetoys kde4-ktux">
     131            <primary sortas="b-ktux">ktux</primary>
     132          </indexterm>
     133        </listitem>
     134      </varlistentry>
     135
     136      <varlistentry id="kde4-kworldclock">
     137        <term><command>kworldclock</command></term>
     138        <listitem>
     139          <para>shows which parts of the world are currently experiencing
     140            daylight, and which parts are currently in night. It also shows
     141            the current time in a range of cities around the world.</para>
     142          <indexterm zone="kde4-kdetoys kde4-kworldclock">
     143            <primary sortas="b-kworldclock">kworldclock</primary>
     144          </indexterm>
     145        </listitem>
     146      </varlistentry>
     147
     148    </variablelist>
     149
     150  </sect2>
     151
     152</sect1>
  • TabularUnified kde4/add/kde4-kdeutils.xml

    Property changes on: kde4/add/kde4-kdetoys.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdeutils-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdeutils-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdeutils-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdeutils-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdeutils-md5sum        "0f662710159801722435bd0121ac448e">
     10  <!ENTITY kde4-kdeutils-size          "2.3 MB">
     11  <!ENTITY kde4-kdeutils-buildsize     "50 MB">
     12  <!ENTITY kde4-kdeutils-time          "1.7 SBU">
     13]>
     14
     15<sect1 id="kde4-kdeutils" xreflabel="kde4-kdeutils-&kde4-version;">
     16  <?dbhtml filename="kde4-kdeutils.html"?>
     17
     18  <title>kdeutils-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdeutils">
     21    <primary sortas="a-kde4-kdeutils">Kdeutils</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdeutils</title>
     26
     27    <para>This package contains miscellaneous programs. These include a
     28    scientific calculator, floppy disk manager, password manager, binary
     29    editor, and frontends to ssh and gpg.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdeutils-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdeutils-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdeutils-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdeutils-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdeutils-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdeutils-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdeutils Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdebase-runtime"/> and
     57    <ulink url="http://sourceforge.net/projects/qimageblitz">QImageBlitz</ulink></para>
     58
     59    <bridgehead renderas="sect4">Optional</bridgehead>
     60    <para role="optional"><xref linkend="kde4-kdebase-workspace"/>,
     61    <ulink url="http://tpctl.sourceforge.net">tpctl</ulink>,
     62    <xref linkend="gmp"/>,
     63    <ulink url="http://www.nih.at/libzip/">libzip</ulink>,
     64    <ulink url="http://people.freebsd.org/~kientzle/libarchive/">libarchive</ulink>, and
     65    <xref linkend="python"/></para>
     66
     67    <para condition="html" role="usernotes">User Notes:
     68    <ulink url="&blfs-wiki;/kde4-kdeutils"/></para>
     69
     70  </sect2>
     71
     72  <sect2 role="installation">
     73    <title>Installation of Kdeutils</title>
     74
     75    <para>Install <application>Kdeutils</application> by running the following
     76    commands:</para>
     77
     78<screen><userinput>mkdir build &amp;&amp;
     79cd build &amp;&amp;
     80cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     81        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     82        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     83make</userinput></screen>
     84
     85    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     86
     87<screen role="root"><userinput>make install</userinput></screen>
     88
     89  </sect2>
     90
     91  <sect2 role="content">
     92    <title>Contents</title>
     93
     94    <segmentedlist>
     95      <segtitle>Installed Programs</segtitle>
     96      <segtitle>Installed Libraries</segtitle>
     97      <segtitle>Installed Directories</segtitle>
     98
     99      <seglistitem>
     100        <seg>ark, kcalc, kcharselect, kdessh, kdf, kfloppy, kgpg, kjots,
     101        ktimer, kwalletmanager, kwikdisk, superkaramba, and sweeper</seg>
     102        <seg><application>Kdeutils</application> support libraries
     103        and modules</seg>
     104        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     105        lib/kde4 and share/{applications, apps, autostart, config.kcfg, dbus-1,
     106        doc, icons, kde4}</seg>
     107      </seglistitem>
     108    </segmentedlist>
     109
     110    <variablelist>
     111      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     112      <?dbfo list-presentation="list"?>
     113      <?dbhtml list-presentation="table"?>
     114
     115      <varlistentry id="kde4-ark">
     116        <term><command>ark</command></term>
     117        <listitem>
     118          <para>is an archive manager.</para>
     119          <indexterm zone="kde4-kdeutils kde4-ark">
     120            <primary sortas="b-ark">ark</primary>
     121          </indexterm>
     122        </listitem>
     123      </varlistentry>
     124
     125      <varlistentry id="kde4-kcalc">
     126        <term><command>kcalc</command></term>
     127        <listitem>
     128          <para>is a scientific calculator.</para>
     129          <indexterm zone="kde4-kdeutils kde4-kcalc">
     130            <primary sortas="b-kcalc">kcalc</primary>
     131          </indexterm>
     132        </listitem>
     133      </varlistentry>
     134
     135      <varlistentry id="kde4-kcharselect">
     136        <term><command>kcharselect</command></term>
     137        <listitem>
     138          <para>is a character selector applet.</para>
     139          <indexterm zone="kde4-kdeutils kde4-kcharselect">
     140            <primary sortas="b-kcharselect">kcharselect</primary>
     141          </indexterm>
     142        </listitem>
     143      </varlistentry>
     144
     145      <varlistentry id="kde4-kdessh">
     146        <term><command>kdessh</command></term>
     147        <listitem>
     148          <para>is a graphical interface to <command>ssh</command>.</para>
     149          <indexterm zone="kde4-kdeutils kde4-kdessh">
     150            <primary sortas="b-kdessh">kdessh</primary>
     151          </indexterm>
     152        </listitem>
     153      </varlistentry>
     154
     155      <varlistentry id="kde4-kdf">
     156        <term><command>kdf</command></term>
     157        <listitem>
     158          <para>is a disk usage viewer.</para>
     159          <indexterm zone="kde4-kdeutils kde4-kdf">
     160            <primary sortas="b-kdf">kdf</primary>
     161          </indexterm>
     162        </listitem>
     163      </varlistentry>
     164
     165      <varlistentry id="kde4-kfloppy">
     166        <term><command>kfloppy</command></term>
     167        <listitem>
     168          <para>is a floppy formatter.</para>
     169          <indexterm zone="kde4-kdeutils kde4-kfloppy">
     170            <primary sortas="b-kfloppy">kfloppy</primary>
     171          </indexterm>
     172        </listitem>
     173      </varlistentry>
     174
     175      <varlistentry id="kde4-kgpg">
     176        <term><command>kgpg</command></term>
     177        <listitem>
     178          <para>is a graphical interface for
     179          <application>GnuPG</application>.</para>
     180          <indexterm zone="kde4-kdeutils kde4-kgpg">
     181            <primary sortas="b-kgpg">kgpg</primary>
     182          </indexterm>
     183        </listitem>
     184      </varlistentry>
     185
     186      <varlistentry id="kde4-kjots">
     187        <term><command>kjots</command></term>
     188        <listitem>
     189          <para>is a note taker.</para>
     190          <indexterm zone="kde4-kdeutils kde4-kjots">
     191            <primary sortas="b-kjots">kjots</primary>
     192          </indexterm>
     193        </listitem>
     194      </varlistentry>
     195
     196      <varlistentry id="kde4-ktimer">
     197        <term><command>ktimer</command></term>
     198        <listitem>
     199          <para>is a task scheduler.</para>
     200          <indexterm zone="kde4-kdeutils kde4-ktimer">
     201            <primary sortas="b-ktimer">ktimer</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205
     206      <varlistentry id="kde4-kwalletmanager">
     207        <term><command>kwalletmanager</command></term>
     208        <listitem>
     209          <para>provides a secure way to manage passwords.</para>
     210          <indexterm zone="kde4-kdeutils kde4-kwalletmanager">
     211            <primary sortas="b-kwalletmanager">kwalletmanager</primary>
     212          </indexterm>
     213        </listitem>
     214      </varlistentry>
     215
     216      <varlistentry id="kde4-kwikdisk">
     217        <term><command>kwikdisk</command></term>
     218        <listitem>
     219          <para>is a free disk space utility.</para>
     220          <indexterm zone="kde4-kdeutils kde4-kwikdisk">
     221            <primary sortas="b-kwikdisk">kwikdisk</primary>
     222          </indexterm>
     223        </listitem>
     224      </varlistentry>
     225
     226      <varlistentry id="kde4-superkaramba">
     227        <term><command>superkaramba</command></term>
     228        <listitem>
     229          <para>is a tool to create interactive widgets on a
     230          <application>KDE</application> desktop.</para>
     231          <indexterm zone="kde4-kdeutils kde4-superkaramba">
     232            <primary sortas="b-superkaramba">superkaramba</primary>
     233          </indexterm>
     234        </listitem>
     235      </varlistentry>
     236
     237      <varlistentry id="kde4-sweeper">
     238        <term><command>sweeper</command></term>
     239        <listitem>
     240          <para>is a utility to clean unwanted traces the user leaves on the
     241          system.</para>
     242          <indexterm zone="kde4-kdeutils kde4-sweeper">
     243            <primary sortas="b-sweeper">sweeper</primary>
     244          </indexterm>
     245        </listitem>
     246      </varlistentry>
     247
     248    </variablelist>
     249
     250  </sect2>
     251
     252</sect1>
  • TabularUnified kde4/add/kde4-kdegraphics.xml

    Property changes on: kde4/add/kde4-kdeutils.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdegraphics-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdegraphics-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdegraphics-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdegraphics-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdegraphics-md5sum        "65b6816da2db65f0326a34cdc2115326">
     10  <!ENTITY kde4-kdegraphics-size          "2.4 MB">
     11  <!ENTITY kde4-kdegraphics-buildsize     "57 MB">
     12  <!ENTITY kde4-kdegraphics-time          "2.6 SBU">
     13]>
     14
     15<sect1 id="kde4-kdegraphics" xreflabel="kde4-kdegraphics-&kde4-version;">
     16  <?dbhtml filename="kde4-kdegraphics.html"?>
     17
     18  <title>kdegraphics-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdegraphics">
     21    <primary sortas="a-kde4-kdegraphics">Kdegraphics</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdegraphics</title>
     26
     27    <para>This package contains graphic-related applications for the KDE desktop.
     28    These include a document viewer, and image viewer, a scanning application,
     29    and a paint program.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdegraphics-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdegraphics-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdegraphics-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdegraphics-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdegraphics-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdegraphics-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdegraphics Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdebase-runtime"/></para>
     57
     58    <bridgehead renderas="sect4">Optional</bridgehead>
     59    <para role="optional"><xref linkend="poppler"/>,
     60    <xref linkend="gs"/> or <xref linkend="espgs"/>,
     61    <ulink url="http://www.jedrea.com/chmlib/">CHMLib</ulink>,
     62    <ulink url="http://djvu.sourceforge.net">DjVuLibre</ulink>,
     63    <xref linkend="libtiff"/>,
     64    <ulink url="http://www.openexr.com">OpenEXR</ulink>,
     65    <ulink url="http://sourceforge.net/projects/qimageblitz">QImageBlitz</ulink>,
     66    <ulink url="http://www.gphoto.org">gPhoto</ulink>,
     67    <xref linkend="sane"/>, and
     68    <ulink url="http://www.exiv2.org">Exiv2</ulink></para>
     69
     70    <para condition="html" role="usernotes">User Notes:
     71    <ulink url="&blfs-wiki;/kde4-kdegraphics"/></para>
     72
     73  </sect2>
     74
     75  <sect2 role="installation">
     76    <title>Installation of Kdegraphics</title>
     77
     78    <para>Install <application>Kdegraphics</application> by running the following
     79    commands:</para>
     80
     81<screen><userinput>mkdir build &amp;&amp;
     82cd build &amp;&amp;
     83cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     84        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     85        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     86make</userinput></screen>
     87
     88    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     89
     90<screen role="root"><userinput>make install</userinput></screen>
     91
     92  </sect2>
     93
     94  <sect2 role="content">
     95    <title>Contents</title>
     96
     97    <segmentedlist>
     98      <segtitle>Installed Programs</segtitle>
     99      <segtitle>Installed Libraries</segtitle>
     100      <segtitle>Installed Directories</segtitle>
     101
     102      <seglistitem>
     103        <seg>gwenview, kbackgroundsnapshot, kcolorchooser, kolourpaint4, kruler, ksnapshot, okular, and xf86gammacfg</seg>
     104        <seg><application>Kdegraphics</application> support libraries
     105        and modules</seg>
     106        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     107        include/okular, lib/{kde4, strigi}, and share/{applications, apps,
     108        config.kcfg,dbus-1, doc, icons, kde4}</seg>
     109      </seglistitem>
     110    </segmentedlist>
     111
     112    <variablelist>
     113      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     114      <?dbfo list-presentation="list"?>
     115      <?dbhtml list-presentation="table"?>
     116
     117      <varlistentry id="kde4-gwenview">
     118        <term><command>gwenview</command></term>
     119        <listitem>
     120          <para>is an image viewer.</para>
     121          <indexterm zone="kde4-kdegraphics kde4-gwenview">
     122            <primary sortas="b-gwenview">gwenview</primary>
     123          </indexterm>
     124        </listitem>
     125      </varlistentry>
     126
     127      <varlistentry id="kde4-kbackgroundsnapshot">
     128        <term><command>kbackgroundsnapshot</command></term>
     129        <listitem>
     130          <para>is a background screenshot utility.</para>
     131          <indexterm zone="kde4-kdegraphics kde4-kbackgroundsnapshot">
     132            <primary sortas="b-kbackgroundsnapshot">kbackgroundsnapshot</primary>
     133          </indexterm>
     134        </listitem>
     135      </varlistentry>
     136
     137      <varlistentry id="kde4-kcolorchooser">
     138        <term><command>kcolorchooser</command></term>
     139        <listitem>
     140          <para>is a color chooser for a given pallette.</para>
     141          <indexterm zone="kde4-kdegraphics kde4-kcolorchooser">
     142            <primary sortas="b-kcolorchooser">kcolorchooser</primary>
     143          </indexterm>
     144        </listitem>
     145      </varlistentry>
     146
     147      <varlistentry id="kde4-kolourpaint4">
     148        <term><command>kolourpaint4</command></term>
     149        <listitem>
     150          <para>is a paint program.</para>
     151          <indexterm zone="kde4-kdegraphics kde4-kolourpaint4">
     152            <primary sortas="b-kolourpaint4">kolourpaint4</primary>
     153          </indexterm>
     154        </listitem>
     155      </varlistentry>
     156
     157      <varlistentry id="kde4-kruler">
     158        <term><command>kruler</command></term>
     159        <listitem>
     160          <para>is a screen ruler.</para>
     161          <indexterm zone="kde4-kdegraphics kde4-kruler">
     162            <primary sortas="b-kruler">kruler</primary>
     163          </indexterm>
     164        </listitem>
     165      </varlistentry>
     166
     167      <varlistentry id="kde4-ksnapshot">
     168        <term><command>ksnapshot</command></term>
     169        <listitem>
     170          <para>is a screen capture program.</para>
     171          <indexterm zone="kde4-kdegraphics kde4-ksnapshot">
     172            <primary sortas="b-ksnapshot">ksnapshot</primary>
     173          </indexterm>
     174        </listitem>
     175      </varlistentry>
     176
     177      <varlistentry id="kde4-okular">
     178        <term><command>okular</command></term>
     179        <listitem>
     180          <para>is a document viewer.</para>
     181          <indexterm zone="kde4-kdegraphics kde4-okular">
     182            <primary sortas="b-okular">okular</primary>
     183          </indexterm>
     184        </listitem>
     185      </varlistentry>
     186
     187      <varlistentry id="kde4-xf86gammacfg">
     188        <term><command>xf86gammacfg</command></term>
     189        <listitem>
     190          <para>is a simple tool for monitor gamma correction.</para>
     191          <indexterm zone="kde4-kdegraphics kde4-xf86gammacfg">
     192            <primary sortas="b-xf86gammacfg">xf86gammacfg</primary>
     193          </indexterm>
     194        </listitem>
     195      </varlistentry>
     196
     197    </variablelist>
     198
     199  </sect2>
     200
     201</sect1>
  • TabularUnified kde4/add/kde4-add.xml

    Property changes on: kde4/add/kde4-kdegraphics.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
     8<chapter id="kde4-add">
     9  <?dbhtml filename="kde4-add.html"?>
     10
     11  <title>KDE4 Additional Packages</title>
     12
     13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdeaccessibility.xml"/>
     14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdeadmin.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdeartwork.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdeedu.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdegames.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdegraphics.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdemultimedia.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdenetwork.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdetoys.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdeutils.xml"/>
     23
     24
     25</chapter>
  • TabularUnified kde4/core/kde4-kdelibs.xml

    Property changes on: kde4/add/kde4-add.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdelibs-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdelibs-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdelibs-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdelibs-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdelibs-md5sum        "4b0ee355652e8ef90d454d605222a714">
     10  <!ENTITY kde4-kdelibs-size          "8.7 MB">
     11  <!ENTITY kde4-kdelibs-buildsize     "271 MB">
     12  <!ENTITY kde4-kdelibs-time          "9 SBU">
     13]>
     14
     15<sect1 id="kde4-kdelibs" xreflabel="kde4-kdelibs-&kde4-version;">
     16  <?dbhtml filename="kde4-kdelibs.html"?>
     17
     18  <title>Kdelibs-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdelibs">
     21    <primary sortas="a-kde4-kdelibs">Kdelibs</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdelibs</title>
     26
     27    <para>This package includes libraries that are central to the development
     28    and execution of a KDE program, as well as internationalization files for
     29    these libraries, misc HTML documentation, theme modules, and regression
     30    tests.</para>
     31
     32    <bridgehead renderas="sect3">Package Information</bridgehead>
     33    <itemizedlist spacing="compact">
     34      <listitem>
     35        <para>Download (HTTP): <ulink url="&kde4-kdelibs-download-http;"/></para>
     36      </listitem>
     37      <listitem>
     38        <para>Download (FTP): <ulink url="&kde4-kdelibs-download-ftp;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download MD5 sum: &kde4-kdelibs-md5sum;</para>
     42      </listitem>
     43      <listitem>
     44        <para>Download size: &kde4-kdelibs-size;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Estimated disk space required: &kde4-kdelibs-buildsize;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated build time: &kde4-kdelibs-time;</para>
     51      </listitem>
     52    </itemizedlist>
     53
     54    <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
     55
     56    <bridgehead renderas="sect4">Required</bridgehead>
     57    <para role="required"><ulink url="http://www.cmake.org">CMake</ulink>,
     58    <xref linkend="qt4"/>,
     59    <xref linkend="libjpeg"/>,
     60    <xref linkend="giflib"/>,
     61    <xref linkend="libxslt"/>,
     62    <xref linkend="shared-mime-info"/>, and
     63    <ulink url="http://www.vandenoever.info/software/strigi/">Strigi</ulink></para>
     64
     65    <bridgehead renderas="sect4">Recommended</bridgehead>
     66    <para role="recommended"><xref linkend="alsa"/>,
     67    <xref linkend="pcre"/>, and
     68    <xref linkend="openssl"/></para>
     69
     70    <bridgehead renderas="sect4">Optional</bridgehead>
     71    <para role="optional"><xref linkend="gamin"/>,
     72    <xref linkend="aspell"/>,
     73    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     74    <ulink url="http://www.openexr.com">OpenEXR</ulink>,
     75    <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     76    <ulink url="http://soprano.sourceforge.net">Soprano</ulink>,
     77    <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libacl</ulink>
     78    (requires <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libattr</ulink>),
     79    <ulink url="http://www.avahi.org">Avahi</ulink>,
     80    <ulink url="http://packages.debian.org/stable/hspell">Hspell</ulink>, and
     81    <ulink url="http://www.abisource.com/enchant/">Enchant</ulink></para>
     82
     83    <para condition="html" role="usernotes">User Notes:
     84    <ulink url="&blfs-wiki;/kde4-kdelibs"/></para>
     85
     86  </sect2>
     87
     88  <sect2 role="installation">
     89    <title>Installation of Kdelibs</title>
     90
     91    <para>Install <application>Kdelibs</application> by running the following
     92    commands:</para>
     93
     94<screen><userinput>mkdir build &amp;&amp;
     95cd build &amp;&amp;
     96cmake .. -DCMAKE_INSTALL_PREFIX=$KDEDIRS \
     97        -DSYSCONF_INSTALL_DIR=/etc/kde4 \
     98        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     99make</userinput></screen>
     100
     101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     102
     103<screen role="root"><userinput>make install</userinput></screen>
     104
     105  </sect2>
     106
     107  <sect2 role="commands">
     108    <title>Command Explanations</title>
     109    <para><parameter>-DCMAKE_INSTALL_PREFIX=$KDEDIRS</parameter>: This option
     110    installs the package into $KDEDIRS.</para>
     111
     112    <para><parameter>-DSYSCONF_INSTALL_DIR=/etc/kde4</parameter>: This option
     113    causes configuration files to be installed into
     114    <filename class="directory">/etc/kde4</filename> rather that the default
     115    <filename class="directory">$KDEDIRS/etc</filename>.</para>
     116
     117    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This option
     118    causes <application>Kdelibs</application> to be build without debugging
     119    information, resulting in smaller binaries.</para>
     120  </sect2>
     121
     122  <sect2 role="content">
     123    <title>Contents</title>
     124    <segmentedlist>
     125      <segtitle>Installed Programs</segtitle>
     126      <segtitle>Installed Libraries</segtitle>
     127      <segtitle>Installed Directories</segtitle>
     128
     129      <seglistitem>
     130        <seg>Numerous <application>KDE</application> support programs:
     131        checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4automoc,
     132        kde4-config, kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kjs,
     133        kjscmd, kjsconsole, kross, kshell4, kunittestmodrunner, kwrapper4,
     134        makekdewidgets, meinproc4, nepomuk-rcgen, and preparetips</seg>
     135        <seg>Numerous <application>KDE</application> libraries and helper
     136        modules</seg>
     137        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     138        include/{dnssd, dom,KDE, kdesu, khexedit, kio, kmediaplayer, knewstuff2,
     139        kparts, kross, ksettings, ktexteditor, kunittest, nepomuk, phonon,
     140        solid, sonnet, threadweaver}, lib/kde4, and share/{apps, dbus-1, doc,
     141        icons, kde4, locale, man, mime}</seg>
     142      </seglistitem>
     143    </segmentedlist>
     144
     145    <variablelist>
     146      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     147      <?dbfo list-presentation="list"?>
     148      <?dbhtml list-presentation="table"?>
     149
     150      <varlistentry id="kde4-kdelibs-programs">
     151        <term>KDE Support Programs</term>
     152        <listitem>
     153          <para>are essential support programs needed by other
     154          <application>KDE</application> applications.</para>
     155          <indexterm zone="kde4-kdelibs kde4-kdelibs-programs">
     156            <primary sortas="b-kde4-kdelibs-programs">KDE Support Programs</primary>
     157          </indexterm>
     158        </listitem>
     159      </varlistentry>
     160
     161      <varlistentry id="kde4-kdelibs-libraries">
     162        <term>KDE Libraries</term>
     163        <listitem>
     164          <para>contain essential functions that are needed by
     165          <application>KDE</application> applications.</para>
     166          <indexterm zone="kde4-kdelibs kde4-kdelibs-libraries">
     167            <primary sortas="c-kde4-kdelibs-libraries">KDE Libraries</primary>
     168          </indexterm>
     169        </listitem>
     170      </varlistentry>
     171
     172    </variablelist>
     173
     174    <para>The number of programs and libraries installed by
     175    <application>kdelibs</application> prohibits an explanation of each one
     176    in this section. Instead, see the <ulink url="http://docs.kde.org/">KDE
     177    Documentation</ulink>.</para>
     178
     179  </sect2>
     180
     181</sect1>
  • TabularUnified kde4/core/kde4-pre-install-config.xml

    Property changes on: kde4/core/kde4-kdelibs.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
     8<sect1 id="kde4-pre-install-config">
     9  <?dbhtml filename="kde4-pre-install-config.html"?>
     10
     11  <title>KDE4 Pre-installation Configuration</title>
     12
     13  <para>Choose a location to install KDE4, and set KDEDIRS accordingly.</para>
     14
     15  <para>One method is to put <application>KDE4</application> in the
     16  <filename class="directory">/usr</filename> heirarchy. This is a
     17  simpler method, but makes it more difficult to remove a
     18  <application>KDE4</application> installation or try different versions of
     19  <application>KDE4</application>.</para>
     20
     21<screen><userinput>export KDEDIRS=/usr</userinput></screen>
     22
     23  <para>An alternative method is to put <application>KDE4</application>
     24  into a dedicated directory under <filename class="directory">/opt</filename>.
     25  This has the advantage of isolating the <application>KDE4</application>
     26  installation, making it easy to remove or try other versions. However, it does
     27  require additional work to set up properly.</para>
     28
     29<screen><userinput>export KDEDIRS=/opt/kde-&kde4-version;</userinput></screen>
     30
     31  <para>The <envar>KDEDIRS</envar> environment variable should also be added to your
     32  system or personal profile.</para>
     33
     34  <para>Remember to execute <command>ldconfig</command> after installation
     35  of libraries to update the library cache.</para>
     36
     37  <para>If you are not installing <application>KDE4</application> in
     38  <filename class="directory">/usr</filename>, you will need to make some
     39  configuration changes:</para>
     40
     41  <para>Add to your system or personal profile, as well as your current environment:</para>
     42
     43<screen><literal>export PATH=$PATH:/opt/kde-&kde4-version;/bin
     44export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/kde-&kde4-version;/lib/pkgconfig</literal></screen>
     45
     46  <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
     47
     48<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
     49<literal># Begin kde4 addition to /etc/ld.so.conf
     50
     51/opt/kde-&kde4-version;/lib
     52
     53# End kde4 addition</literal>
     54EOF</userinput></screen>
     55
     56  <para>Add to your <filename>/etc/man_db.conf</filename>:</para>
     57
     58<screen role="root"><userinput>cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF"
     59<literal># Begin kde4 addition to man_db.conf
     60
     61MANDATORY_MANPATH /opt/kde-&kde4-version;/share/man
     62
     63# End kde4 addition to man_db.conf</literal>
     64EOF</userinput></screen>
     65
     66  <tip>
     67    <para>If you prefer installing <application>KDE4</application> in <filename
     68    class="directory">/opt</filename>, one trick to avoid the above configuration
     69    changes every time you install a new version is to replace <filename
     70    class="directory">/opt/kde-&kde4-version;</filename> with <filename
     71    class="directory">/opt/kde4</filename> and to create a symlink from <filename
     72    class="directory">/opt/kde-&kde4-version;</filename> to <filename
     73    class="directory">/opt/kde4</filename>.</para>
     74
     75<screen role="root"><userinput>ln -v -sf kde-&kde4-version; /opt/kde4</userinput></screen>
     76  </tip>
     77
     78</sect1>
     79
  • TabularUnified kde4/core/kde4-kdebase.xml

    Property changes on: kde4/core/kde4-pre-install-config.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdebase-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdebase-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdebase-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdebase-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdebase-md5sum        "ba701b133d8ad080f8cf1a38e0cce6d9">
     10  <!ENTITY kde4-kdebase-size          "4.2 MB">
     11  <!ENTITY kde4-kdebase-buildsize     "81 MB">
     12  <!ENTITY kde4-kdebase-time          "3.2 SBU">
     13]>
     14
     15<sect1 id="kde4-kdebase" xreflabel="kde4-kdebase-&kde4-version;">
     16  <?dbhtml filename="kde4-kdebase.html"?>
     17
     18  <title>kdebase-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdebase">
     21    <primary sortas="a-kde4-kdebase">Kdebase</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdebase</title>
     26
     27    <para>This package contains applications typical of a basic desktop
     28    environment, such as a file manager, a web browser, and a text editor.</para>
     29
     30    <bridgehead renderas="sect3">Package Information</bridgehead>
     31    <itemizedlist spacing="compact">
     32      <listitem>
     33        <para>Download (HTTP): <ulink url="&kde4-kdebase-download-http;"/></para>
     34      </listitem>
     35      <listitem>
     36        <para>Download (FTP): <ulink url="&kde4-kdebase-download-ftp;"/></para>
     37      </listitem>
     38      <listitem>
     39        <para>Download MD5 sum: &kde4-kdebase-md5sum;</para>
     40      </listitem>
     41      <listitem>
     42        <para>Download size: &kde4-kdebase-size;</para>
     43      </listitem>
     44      <listitem>
     45        <para>Estimated disk space required: &kde4-kdebase-buildsize;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Estimated build time: &kde4-kdebase-time;</para>
     49      </listitem>
     50    </itemizedlist>
     51
     52    <bridgehead renderas="sect3">Kdebase Dependencies</bridgehead>
     53
     54    <bridgehead renderas="sect4">Required</bridgehead>
     55    <para role="required"><xref linkend="kde4-kdebase-runtime"/> and
     56    <ulink url="http://sourceforge.net/projects/qimageblitz">QImageBlitz</ulink></para>
     57
     58    <bridgehead renderas="sect4">Optional</bridgehead>
     59    <para role="optional"><ulink url="http://www.linux1394.org">libraw1394</ulink> and
     60    <ulink url="soprano.sourceforge.net">Soprano</ulink></para>
     61
     62    <para condition="html" role="usernotes">User Notes:
     63    <ulink url="&blfs-wiki;/kde4-kdebase"/></para>
     64
     65  </sect2>
     66
     67  <sect2 role="installation">
     68    <title>Installation of Kdebase</title>
     69
     70    <para>Install <application>Kdebase</application> by running the following
     71    commands:</para>
     72
     73<screen><userinput>mkdir build &amp;&amp;
     74cd build &amp;&amp;
     75cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     76        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     77        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     78make</userinput></screen>
     79
     80    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     81
     82<screen role="root"><userinput>make install</userinput></screen>
     83
     84  </sect2>
     85
     86  <sect2 role="content">
     87    <title>Contents</title>
     88
     89    <segmentedlist>
     90      <segtitle>Installed Programs</segtitle>
     91      <segtitle>Installed Libraries</segtitle>
     92      <segtitle>Installed Directories</segtitle>
     93
     94      <seglistitem>
     95        <seg>dolphin, kappfinder, kbookmarkmerger, kdepasswd, kdialog,
     96        keditbookmarks, keditfiletype, kfind, kfmclient, kinfocenter,
     97        konqueror, konsole, konsoleprofile, kwrite, nspluginscan,
     98        nspluginviewer</seg>
     99        <seg>Numerous <application>KDE</application> libraries and helper
     100        modules</seg>
     101        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     102        lib/kde4 and share/{applications, apps, autostart, config.kcfg, dbus-1,
     103        doc, icons, kde4, templates}</seg>
     104      </seglistitem>
     105    </segmentedlist>
     106
     107    <variablelist>
     108      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     109      <?dbfo list-presentation="list"?>
     110      <?dbhtml list-presentation="table"?>
     111
     112      <varlistentry id="kde4-dolphin">
     113        <term>dolphin</term>
     114        <listitem>
     115          <para>is a user-friendly file manager.</para>
     116          <indexterm zone="kde4-kdebase kde4-dolphin">
     117            <primary sortas="b-dolphin">dolphin</primary>
     118          </indexterm>
     119        </listitem>
     120      </varlistentry>
     121
     122      <varlistentry id="kde4-kappfinder">
     123        <term><command>kappfinder</command></term>
     124        <listitem>
     125          <para>searches for non-<application>KDE</application>
     126          applications and installs them into the menu.</para>
     127          <indexterm zone="kde4-kdebase kde4-kappfinder">
     128            <primary sortas="b-kappfinder">kappfinder</primary>
     129          </indexterm>
     130        </listitem>
     131      </varlistentry>
     132
     133      <varlistentry id="kde4-kdepasswd">
     134        <term><command>kdepasswd</command></term>
     135        <listitem>
     136          <para>is a <application>KDE</application> frontend to
     137          <command>passwd</command>.</para>
     138          <indexterm zone="kde4-kdebase kde4-kdepasswd">
     139            <primary sortas="b-kdepasswd">kdepasswd</primary>
     140          </indexterm>
     141        </listitem>
     142      </varlistentry>
     143
     144      <varlistentry id="kde4-kdialog">
     145        <term><command>kdialog</command></term>
     146        <listitem>
     147          <para>is used to display menu boxes from shell scripts.</para>
     148          <indexterm zone="kde4-kdebase kde4-kdialog">
     149            <primary sortas="b-kdialog">kdialog</primary>
     150          </indexterm>
     151        </listitem>
     152      </varlistentry>
     153
     154      <varlistentry id="kde4-kfind">
     155        <term><command>kfind</command></term>
     156        <listitem>
     157          <para>is a utility to find files.</para>
     158          <indexterm zone="kde4-kdebase kde4-kfind">
     159            <primary sortas="b-kfind">kfind</primary>
     160          </indexterm>
     161        </listitem>
     162      </varlistentry>
     163
     164      <varlistentry id="kde4-kinfocenter">
     165        <term><command>kinfocenter</command></term>
     166        <listitem>
     167          <para>is a utility to display system information.</para>
     168          <indexterm zone="kde4-kdebase kde4-kinfocenter">
     169            <primary sortas="b-kinfocenter">kinfocenter</primary>
     170          </indexterm>
     171        </listitem>
     172      </varlistentry>
     173
     174      <varlistentry id="kde4-konqueror">
     175        <term><command>konqueror</command></term>
     176        <listitem>
     177          <para>is a powerful file manager and web browser.</para>
     178          <indexterm zone="kde4-kdebase kde4-konqueror">
     179            <primary sortas="b-konqueror">konqueror</primary>
     180          </indexterm>
     181        </listitem>
     182      </varlistentry>
     183
     184      <varlistentry id="kde4-konsole">
     185        <term><command>konsole</command></term>
     186        <listitem>
     187          <para>is a terminal emulator.</para>
     188          <indexterm zone="kde4-kdebase kde4-konsole">
     189            <primary sortas="b-konsole">konsole</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194    </variablelist>
     195
     196  </sect2>
     197
     198</sect1>
  • TabularUnified kde4/core/kde4-kdebase-runtime.xml

    Property changes on: kde4/core/kde4-kdebase.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdebase-runtime-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdebase-runtime-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdebase-runtime-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdebase-runtime-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdebase-runtime-md5sum        "fa5d1a0fb2156cf0889b0f037878e912">
     10  <!ENTITY kde4-kdebase-runtime-size          "47 MB">
     11  <!ENTITY kde4-kdebase-runtime-buildsize     "185 MB">
     12  <!ENTITY kde4-kdebase-runtime-time          "1.9 SBU">
     13]>
     14
     15<sect1 id="kde4-kdebase-runtime" xreflabel="kde4-kdebase-runtime-&kde4-version;">
     16  <?dbhtml filename="kde4-kdebase-runtime.html"?>
     17
     18  <title>kdebase-runtime-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdebase-runtime">
     21    <primary sortas="a-kde4-kdebase-runtime">Kdebase-runtime</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdebase-runtime</title>
     26
     27    <para>This package contains components that can be expected to be present
     28    at runtime in any KDE installation. These components are required to be
     29    portable between all platforms supported by KDE.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdebase-runtime-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdebase-runtime-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdebase-runtime-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdebase-runtime-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdebase-runtime-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdebase-runtime-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdebase-runtime Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdepimlibs"/> and
     57    <xref linkend="xine-lib"/></para>
     58
     59    <bridgehead renderas="sect4">Optional</bridgehead>
     60    <para role="optional"><ulink url="http://soprano.sourceforge.net">Soprano</ulink>,
     61    <ulink url="http://sourceforge.net/projects/qimageblitz">QImageBlitz</ulink>,
     62    <ulink url="http://www.openexr.com">OpenEXR</ulink>, and
     63    <xref linkend="samba3"/></para>
     64
     65    <para condition="html" role="usernotes">User Notes:
     66    <ulink url="&blfs-wiki;/kde4-kdebase-runtime"/></para>
     67
     68  </sect2>
     69
     70  <sect2 role="installation">
     71    <title>Installation of Kdebase-runtime</title>
     72
     73    <para>Install <application>Kdebase-runtime</application> by running the following
     74    commands:</para>
     75
     76<screen><userinput>mkdir build &amp;&amp;
     77cd build &amp;&amp;
     78cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     79        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     80        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     81make</userinput></screen>
     82
     83    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     84
     85<screen role="root"><userinput>make install</userinput></screen>
     86
     87  </sect2>
     88
     89  <sect2 role="content">
     90    <title>Contents</title>
     91
     92    <segmentedlist>
     93      <segtitle>Installed Programs</segtitle>
     94      <segtitle>Installed Libraries</segtitle>
     95      <segtitle>Installed Directories</segtitle>
     96
     97      <seglistitem>
     98        <seg>kcmshell4, kde4, kde4-menu, kde-cp, kde-mv, kde-open, kdebugdialog,
     99          kfile4, khelpcenter, khotnewstuff4, kioclient, kmimetypefinder,
     100          knotify4, kquitapp, kreadconfig, kstart, ksvgtopng, ktraderclient,
     101          ktrash, kuiserver, and kwriteconfig</seg>
     102        <seg>Numerous <application>KDE</application> libraries and helper
     103        modules</seg>
     104        <seg>The following subdirectories of $KDEDIRS:
     105        lib/{kde4, strigi} and share/{applications, apps, config.kcfg, dbus-1,
     106        desktop-directories, doc, emoticons, icons, kde4, locale, man,
     107        sounds}</seg>
     108      </seglistitem>
     109    </segmentedlist>
     110
     111    <variablelist>
     112      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     113      <?dbfo list-presentation="list"?>
     114      <?dbhtml list-presentation="table"?>
     115
     116      <varlistentry id="kcmshell4">
     117        <term><command>kcmshell4</command></term>
     118        <listitem>
     119          <para>is a tool to start single <application>KDE</application>
     120          control modules.</para>
     121          <indexterm zone="kde4-kdebase-runtime kcmshell4">
     122            <primary sortas="b-kcmshell4">kcmshell4</primary>
     123          </indexterm>
     124        </listitem>
     125      </varlistentry>
     126
     127      <varlistentry id="kde4-khelpcenter">
     128        <term><command>khelpcenter</command></term>
     129        <listitem>
     130          <para>is used to read man pages, info pages, and
     131          <application>KDE</application> documentation.</para>
     132          <indexterm zone="kde4-kdebase-runtime kde4-khelpcenter">
     133            <primary sortas="b-khelpcenter">khelpcenter</primary>
     134          </indexterm>
     135        </listitem>
     136      </varlistentry>
     137
     138      <varlistentry id="kde4-kreadconfig">
     139        <term><command>kreadconfig</command></term>
     140        <listitem>
     141          <para>is a tool for shell scripts to get info from
     142          <application>KDE</application>'s config files</para>
     143          <indexterm zone="kde4-kdebase-runtime kde4-kreadconfig">
     144            <primary sortas="b-kreadconfig">kreadconfig</primary>
     145          </indexterm>
     146        </listitem>
     147      </varlistentry>
     148
     149    </variablelist>
     150
     151  </sect2>
     152
     153</sect1>
  • TabularUnified kde4/core/kde4-kdepimlibs.xml

    Property changes on: kde4/core/kde4-kdebase-runtime.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdepimlibs-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdepimlibs-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdepimlibs-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdepimlibs-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdepimlibs-md5sum        "cde9246343fb82e6cbb577eec389cc05">
     10  <!ENTITY kde4-kdepimlibs-size          "1.7 MB">
     11  <!ENTITY kde4-kdepimlibs-buildsize     "62 MB">
     12  <!ENTITY kde4-kdepimlibs-time          "1.8 SBU">
     13]>
     14
     15<sect1 id="kde4-kdepimlibs" xreflabel="kde4-kdepimlibs-&kde4-version;">
     16  <?dbhtml filename="kde4-kdepimlibs.html"?>
     17
     18  <title>kdepimlibs-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdepimlibs">
     21    <primary sortas="a-kde4-kdepimlibs">Kdepimlibs</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdepimlibs</title>
     26
     27    <para>This package contains libraries useful for the development and
     28    execution of PIM-related applications, such as mail clients, news readers,
     29    and calendars.</para>
     30
     31    <bridgehead renderas="sect3">Package Information</bridgehead>
     32    <itemizedlist spacing="compact">
     33      <listitem>
     34        <para>Download (HTTP): <ulink url="&kde4-kdepimlibs-download-http;"/></para>
     35      </listitem>
     36      <listitem>
     37        <para>Download (FTP): <ulink url="&kde4-kdepimlibs-download-ftp;"/></para>
     38      </listitem>
     39      <listitem>
     40        <para>Download MD5 sum: &kde4-kdepimlibs-md5sum;</para>
     41      </listitem>
     42      <listitem>
     43        <para>Download size: &kde4-kdepimlibs-size;</para>
     44      </listitem>
     45      <listitem>
     46        <para>Estimated disk space required: &kde4-kdepimlibs-buildsize;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Estimated build time: &kde4-kdepimlibs-time;</para>
     50      </listitem>
     51    </itemizedlist>
     52
     53    <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
     54
     55    <bridgehead renderas="sect4">Required</bridgehead>
     56    <para role="required"><xref linkend="kde4-kdelibs"/>,
     57    <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink>, and
     58    <ulink url="http://www.boost.org">Boost</ulink></para>
     59
     60    <bridgehead renderas="sect4">Optional</bridgehead>
     61    <para role="optional"><xref linkend="openldap"/> and
     62    <xref linkend="cyrus-sasl"/></para>
     63
     64    <para condition="html" role="usernotes">User Notes:
     65    <ulink url="&blfs-wiki;/kde4-kdepimlibs"/></para>
     66
     67  </sect2>
     68
     69  <sect2 role="installation">
     70    <title>Installation of Kdepimlibs</title>
     71
     72    <para>Install <application>Kdepimlibs</application> by running the following
     73    commands:</para>
     74
     75<screen><userinput>mkdir build &amp;&amp;
     76cd build &amp;&amp;
     77cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     78        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     79        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     80make</userinput></screen>
     81
     82    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     83
     84<screen role="root"><userinput>make install</userinput></screen>
     85
     86  </sect2>
     87
     88  <sect2 role="commands">
     89    <title>Command Explanations</title>
     90    <para><parameter>-DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix)</parameter>:
     91    This option uses <command>kde4-config</command> to discover the installation
     92    prefix of <application>Kdelibs</application> and installs
     93    <application>Kdepimlibs</application> into the same prefix.</para>
     94
     95    <para><parameter>-DSYSCONF_INSTALL_DIR=$(kde4-config --install config)</parameter>:
     96    This option uses <command>kde4-config</command> to discover the installation
     97    prefix of the <application>Kdelibs</application> configuration files and
     98    installs the <application>Kdepimlibs</application> configuration files into
     99    the same prefix.</para>
     100
     101  </sect2>
     102
     103  <sect2 role="content">
     104    <title>Contents</title>
     105
     106    <segmentedlist>
     107      <segtitle>Installed Programs</segtitle>
     108      <segtitle>Installed Libraries</segtitle>
     109      <segtitle>Installed Directories</segtitle>
     110
     111      <seglistitem>
     112        <seg>None</seg>
     113        <seg>Numerous <application>KDE</application> libraries and helper
     114        modules supporting Personal Information Management applications</seg>
     115        <seg>The following subdirectories of $KDEDIRS:
     116        include/{gpgme++, kabc, kblog, kcal, kimap, kldap, kmime,
     117        kpimidentities, kpimutils, kresources, ktnef, kxmlrpcclient,
     118        mailtransport, qgpgme, syndication}, lib/{gpgmepp, kde4}, and
     119        share/{apps, config.kcfg, dbus-1, kde4}</seg>
     120      </seglistitem>
     121    </segmentedlist>
     122
     123  </sect2>
     124
     125</sect1>
  • TabularUnified kde4/core/kde4-config.xml

    Property changes on: kde4/core/kde4-kdepimlibs.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
     8<sect1 id="kde4-config">
     9  <?dbhtml filename="kde4-config.html"?>
     10
     11  <title>Configuring the Core KDE4 Packages</title>
     12
     13  <para>Back up your existing <filename>~/.xinitrc</filename> file
     14  and create a new <filename>.xinitrc</filename> file to start
     15  <application>KDE4</application>:</para>
     16
     17<screen><userinput>echo "exec startkde" &gt; ~/.xinitrc</userinput></screen>
     18
     19  <para>If you have <xref linkend="dbus"/> installed, you can start the
     20  <application>D-BUS</application> session daemon here as well. Starting the
     21  session daemon here has the added bonus that it will exit when you log out
     22  of your <application>KDE4</application> session. If you wish to start the
     23  daemon here, use the following command instead of the one shown above:</para>
     24
     25<screen><userinput>echo "exec dbus-launch --exit-with-session startkde" &gt; ~/.xinitrc</userinput></screen>
     26
     27  <para>If you installed the <xref linkend="desktop-file-utils"/> package,
     28  ensure the <envar>XDG_DATA_DIRS</envar> and <envar>XDG_CONFIG_DIRS</envar>
     29  environment variables are configured properly as explained in that package
     30  and update the MIME-type application database (as <systemitem
     31  class="username">root</systemitem>):</para>
     32
     33<screen role="root"><userinput>update-desktop-database</userinput></screen>
     34
     35  <para>Ensure all libraries can be found with (as
     36  <systemitem class="username">root</systemitem>):</para>
     37
     38<screen role="root"><userinput>ldconfig</userinput></screen>
     39
     40  <para>At this point you can bring up <application>KDE4</application> with:</para>
     41
     42<screen><userinput>startx</userinput></screen>
     43
     44</sect1>
     45
  • TabularUnified kde4/core/kde4-core.xml

    Property changes on: kde4/core/kde4-config.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6]>
     7
     8<chapter id="kde4-core">
     9  <?dbhtml filename="kde4-core.html"?>
     10
     11  <title>KDE4 Core Packages</title>
     12
     13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-pre-install-config.xml"/>
     14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdelibs.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdepimlibs.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdebase-runtime.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdebase.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-kdebase-workspace.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde4-config.xml"/>
     20
     21</chapter>
  • TabularUnified kde4/core/kde4-kdebase-workspace.xml

    Property changes on: kde4/core/kde4-core.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY kde4-kdebase-workspace-download-http "http://mirrors.isc.org/pub/kde/stable/&kde4-version;/src/kdebase-workspace-&kde4-version;.tar.bz2">
     8  <!ENTITY kde4-kdebase-workspace-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kde4-version;/src/kdebase-workspace-&kde4-version;.tar.bz2">
     9  <!ENTITY kde4-kdebase-workspace-md5sum        "362f493e491101fe71af8ad5903d1dc0">
     10  <!ENTITY kde4-kdebase-workspace-size          "29 MB">
     11  <!ENTITY kde4-kdebase-workspace-buildsize     "205 MB">
     12  <!ENTITY kde4-kdebase-workspace-time          "6.5 SBU">
     13]>
     14
     15<sect1 id="kde4-kdebase-workspace" xreflabel="kde4-kdebase-workspace-&kde4-version;">
     16  <?dbhtml filename="kde4-kdebase-workspace.html"?>
     17
     18  <title>kdebase-workspace-&kde4-version;</title>
     19
     20  <indexterm zone="kde4-kdebase-workspace">
     21    <primary sortas="a-kde4-kdebase-workspace">Kdebase-workspace</primary>
     22  </indexterm>
     23
     24  <sect2 role="package">
     25    <title>Introduction to Kdebase-workspace</title>
     26
     27    <para>This package contains components that make up the KDE desktop itself.
     28    These components are not required to be portable, and will typically only
     29    run under the X Window System. This includes components such as KWin, the
     30    KDE window manager, and Plasma, the desktop and panel component.</para>
     31
     32    <bridgehead renderas="sect3">Package Information</bridgehead>
     33    <itemizedlist spacing="compact">
     34      <listitem>
     35        <para>Download (HTTP): <ulink url="&kde4-kdebase-workspace-download-http;"/></para>
     36      </listitem>
     37      <listitem>
     38        <para>Download (FTP): <ulink url="&kde4-kdebase-workspace-download-ftp;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download MD5 sum: &kde4-kdebase-workspace-md5sum;</para>
     42      </listitem>
     43      <listitem>
     44        <para>Download size: &kde4-kdebase-workspace-size;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Estimated disk space required: &kde4-kdebase-workspace-buildsize;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated build time: &kde4-kdebase-workspace-time;</para>
     51      </listitem>
     52    </itemizedlist>
     53
     54    <bridgehead renderas="sect3">Kdebase-workspace Dependencies</bridgehead>
     55
     56    <bridgehead renderas="sect4">Required</bridgehead>
     57    <para role="required"><xref linkend="kde4-kdebase-runtime"/> and
     58    <ulink url="http://sourceforge.net/projects/qimageblitz">QImageBlitz</ulink></para>
     59
     60    <bridgehead renderas="sect4">Optional</bridgehead>
     61    <para role="optional"><xref linkend="libusb"/>,
     62    <ulink url="http://www.gnome.org/projects/NetworkManager/">NetworkManager</ulink>,
     63    <ulink url="http://www.bluez.org">BlueZ</ulink>,
     64    <ulink url="http://www.lm-sensors.org">lm_sensors</ulink>,
     65    <xref linkend="libxklavier"/>, and
     66    <ulink url="http://packages.debian.org/unstable/libcaptury0">libcaptury</ulink>
     67    (requires <ulink url="http://packages.debian.org/unstable/libcapseo0">capseo</ulink>)</para>
     68
     69    <para condition="html" role="usernotes">User Notes:
     70    <ulink url="&blfs-wiki;/kde4-kdebase-workspace"/></para>
     71
     72  </sect2>
     73
     74  <sect2 role="installation">
     75    <title>Installation of Kdebase-workspace</title>
     76
     77    <para>Install <application>Kdebase-workspace</application> by running the following
     78    commands:</para>
     79
     80<screen><userinput>mkdir build &amp;&amp;
     81cd build &amp;&amp;
     82cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     83        -DSYSCONF_INSTALL_DIR=$(kde4-config --install config) \
     84        -DCMAKE_BUILD_TYPE=Release &amp;&amp;
     85make</userinput></screen>
     86
     87    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     88
     89<screen role="root"><userinput>make install</userinput></screen>
     90
     91  </sect2>
     92
     93  <sect2 role="content">
     94    <title>Contents</title>
     95
     96    <segmentedlist>
     97      <segtitle>Installed Programs</segtitle>
     98      <segtitle>Installed Libraries</segtitle>
     99      <segtitle>Installed Directories</segtitle>
     100
     101      <seglistitem>
     102        <seg>genkdmconf, kaccess, kapplymousetheme, kblankscrn.kss,
     103          kcheckrunning, kcminit, kcminit_startup, kcontroledit,
     104          kdostartupconfig4, kdeinstallktheme, kdm, kdmctl, kfontinst,
     105          kfontview, khotkeys, klipper, kmenuedit, krandom.kss, krandrtray,
     106          krdb, krunner, krunner_lock, ksmserver, ksplashsimple, ksplashx,
     107          ksplashx_scale, kstartupconfig4, ksysguard, ksysguardd, ksystraycmd,
     108          ktip, kwin, kwin_killer_helper, kwin_rules_dialog, kxkb, plasma,
     109          plasmaengineexplorer, plasmoidviewer, solidshell, startkde,
     110          and systemsettings</seg>
     111        <seg>Numerous <application>KDE</application> libraries and helper
     112        modules</seg>
     113        <seg>/etc/kde4 and the following subdirectories of $KDEDIRS:
     114        include/{KDE, ksgrd, ksysguard, kworkspace, plasma, solid,
     115        taskmanager}, lib/{kconf_update_bin, kde4}, and
     116        share/{applications, apps, autostart, config.kcfg, dbus-1,
     117        desktop-directories, doc, icons, kde4, sounds, wallpapers}</seg>
     118      </seglistitem>
     119    </segmentedlist>
     120
     121    <variablelist>
     122      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     123      <?dbfo list-presentation="list"?>
     124      <?dbhtml list-presentation="table"?>
     125
     126      <varlistentry id="kde4-kdm">
     127        <term><command>kdm</command></term>
     128        <listitem>
     129          <para>is the <application>KDE</application> display manager.</para>
     130          <indexterm zone="kde4-kdebase-workspace kde4-kdm">
     131            <primary sortas="b-kdm">kdm</primary>
     132          </indexterm>
     133        </listitem>
     134      </varlistentry>
     135
     136      <varlistentry id="kde4-khotkeys">
     137        <term><command>khotkeys</command></term>
     138        <listitem>
     139          <para>is used to intercept and interpret keyboard shortcuts.</para>
     140          <indexterm zone="kde4-kdebase-workspace kde4-khotkeys">
     141            <primary sortas="b-khotkeys">khotkeys</primary>
     142          </indexterm>
     143        </listitem>
     144      </varlistentry>
     145
     146      <varlistentry id="kde4-klipper">
     147        <term><command>klipper</command></term>
     148        <listitem>
     149          <para>is a clipboard utility.</para>
     150          <indexterm zone="kde4-kdebase-workspace kde4-klipper">
     151            <primary sortas="b-klipper">klipper</primary>
     152          </indexterm>
     153        </listitem>
     154      </varlistentry>
     155
     156      <varlistentry id="kde4-kmenuedit">
     157        <term><command>kmenuedit</command></term>
     158        <listitem>
     159          <para>is a utility to edit the
     160          <application>KDE</application> menu.</para>
     161          <indexterm zone="kde4-kdebase-workspace kde4-kmenuedit">
     162            <primary sortas="b-kmenuedit">kmenuedit</primary>
     163          </indexterm>
     164        </listitem>
     165      </varlistentry>
     166
     167      <varlistentry id="kde4-ksmserver">
     168        <term><command>ksmserver</command></term>
     169        <listitem>
     170          <para>is the <application>KDE</application> session manager.</para>
     171          <indexterm zone="kde4-kdebase-workspace kde4-ksmserver">
     172            <primary sortas="b-ksmserver">ksmserver</primary>
     173          </indexterm>
     174        </listitem>
     175      </varlistentry>
     176
     177      <varlistentry id="kde4-ksysguard">
     178        <term><command>ksysguard</command></term>
     179        <listitem>
     180          <para>is a network enabled task manager and system monitor application.</para>
     181          <indexterm zone="kde4-kdebase-workspace kde4-ksysguard">
     182            <primary sortas="b-ksysguard">ksysguard</primary>
     183          </indexterm>
     184        </listitem>
     185      </varlistentry>
     186
     187      <varlistentry id="kde4-ksystraycmd">
     188        <term><command>ksystraycmd</command></term>
     189        <listitem>
     190          <para>is used to run any application in the system tray.</para>
     191          <indexterm zone="kde4-kdebase-workspace kde4-ksystraycmd">
     192            <primary sortas="b-ksystraycmd">ksystraycmd</primary>
     193          </indexterm>
     194        </listitem>
     195      </varlistentry>
     196
     197      <varlistentry id="kde4-ktip">
     198        <term><command>ktip</command></term>
     199        <listitem>
     200          <para>displays <application>KDE</application>-related
     201          tips and tricks.</para>
     202          <indexterm zone="kde4-kdebase-workspace kde4-ktip">
     203            <primary sortas="b-ktip">ktip</primary>
     204          </indexterm>
     205        </listitem>
     206      </varlistentry>
     207
     208      <varlistentry id="kde4-kwin">
     209        <term><command>kwin</command></term>
     210        <listitem>
     211          <para>is the <application>KDE</application> window manager.</para>
     212          <indexterm zone="kde4-kdebase-workspace kde4-kwin">
     213            <primary sortas="b-kwin">kwin</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
     218      <varlistentry id="kde4-kxkb">
     219        <term><command>kxkb</command></term>
     220        <listitem>
     221          <para>is a keyboard layout switching utility.</para>
     222          <indexterm zone="kde4-kdebase-workspace kde4-kxkb">
     223            <primary sortas="b-kxkb">kxkb</primary>
     224          </indexterm>
     225        </listitem>
     226      </varlistentry>
     227
     228      <varlistentry id="kde4-plasma">
     229        <term><command>plasma</command></term>
     230        <listitem>
     231          <para>is the <application>KDE</application> desktop shell.</para>
     232          <indexterm zone="kde4-kdebase-workspace kde4-plasma">
     233            <primary sortas="b-plasma">plasma</primary>
     234          </indexterm>
     235        </listitem>
     236      </varlistentry>
     237
     238      <varlistentry id="kde4-systemsettings">
     239        <term><command>systemsettings</command></term>
     240        <listitem>
     241          <para>is the <application>KDE</application> system configuration
     242          application.</para>
     243          <indexterm zone="kde4-kdebase-workspace kde4-systemsettings">
     244            <primary sortas="b-systemsettings">systemsettings</primary>
     245          </indexterm>
     246        </listitem>
     247      </varlistentry>
     248
     249    </variablelist>
     250
     251  </sect2>
     252
     253</sect1>
  • TabularUnified general.ent

    Property changes on: kde4/core/kde4-kdebase-workspace.xml
    ___________________________________________________________________
    Name: svn:keywords
       + LastChangedBy Date
    
     
    459459<!-- Chapter 30 -->
    460460<!ENTITY kdevelop-version             "3.5.1">
    461461
     462<!ENTITY kde4-version                  "4.0.4">
     463
    462464<!-- Part IX -->
    463465<!ENTITY gnome-version                "2.18">
    464466<!ENTITY gnome-minor-version          ".3">