Changeset d33b066


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

Updated to kde-3.5.6

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

Files:
22 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rddaaa82 rd33b066  
    44-->
    55
    6 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     6<!ENTITY day          "02">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "February &day;st, &year;">
     10<!ENTITY releasedate  "February &day;nd, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    400400<!-- Part VIII -->
    401401<!-- Chapter 28 & 29 -->
    402 <!ENTITY kde-version                  "3.5.2">
    403 <!ENTITY arts-version                 "1.5.2">
    404 <!ENTITY kde-dldir                    "3.5.2">
     402<!ENTITY kde-version                  "3.5.6">
     403<!ENTITY arts-version                 "1.5.6">
     404<!ENTITY kde-dldir                    "3.5.6">
    405405<!ENTITY kde-download-http            "http://mirrors.isc.org/pub/kde/stable/&kde-dldir;/src">
    406406<!ENTITY kde-download-ftp             "ftp://ftp.kde.org/pub/kde/stable/&kde-dldir;/src">
     
    408408
    409409<!-- Chapter 30 -->
    410 <!ENTITY kdevelop-version             "3.3.2">
     410<!ENTITY kdevelop-version             "3.3.6">
    411411
    412412<!-- Part IX -->
  • introduction/welcome/changelog.xml

    rddaaa82 rd33b066  
    4343
    4444    <listitem>
     45      <para>February 2nd, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated to KDE-3.5.6.  Added runtime dependencies
     49          to kdelibs and kdebase thanks to Chris Staub.  Added a change
     50          to kdebindings to reduce build time by  afactor of five thanks
     51          to Dan Nicholson.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>February 1st, 2007</para>
    4658      <itemizedlist>
  • kde/add/kdeaccessibility.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdeaccessibility-download-http "&kde-download-http;/kdeaccessibility-&kde-version;.tar.bz2">
    207  <!ENTITY kdeaccessibility-download-ftp  "&kde-download-ftp;/kdeaccessibility-&kde-version;.tar.bz2">
    21   <!ENTITY kdeaccessibility-md5sum        "bcfd51875aa2a168fbc97055a576a33c">
    22   <!ENTITY kdeaccessibility-size          "8.1 MB">
     8  <!ENTITY kdeaccessibility-md5sum        "03d3c9f4d8c2fd12b7d0e020e11cd88e">
     9  <!ENTITY kdeaccessibility-size          "8.2 MB">
    2310  <!ENTITY kdeaccessibility-buildsize     "57 MB">
    24   <!ENTITY kdeaccessibility-time          "1.9 SBU">
     11  <!ENTITY kdeaccessibility-time          "2.1 SBU">
    2512]>
    2613
     
    7966    <xref linkend="libxml2"/></para>
    8067
     68<!--
    8169    <bridgehead renderas="sect4">Optional</bridgehead>
    8270    <para role="optional">A text-to-speech synthesis program such as
     
    8472    <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>
    8573    is required by <command>kmouth</command> to render speech.</para>
     74-->
    8675
    8776    <para condition="html" role="usernotes">User Notes:
     
    9988make</userinput></screen>
    10089
     90    <para>This package does not come with a test suite.</para>
     91
    10192    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10293
    10394<screen role="root"><userinput>make install</userinput></screen>
     95
     96  </sect2>
     97
     98  <sect2 id="kdeaccessibility-runtime-dependencies"
     99         xreflabel="KDE Accessability Runtime Dependencies">
     100    <title>Run-Time Dependencies</title>
     101
     102    <para>Several <application>KDE</application> accessability  programs access
     103    other programs at run time for rendering speech from text. These include
     104    <xref linkend="freetts"/>, <ulink
     105    url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>, <ulink
     106    url="http://www.speech.cs.cmu.edu/flite/index.html">Festival Lite</ulink>,
     107    <ulink url='http://epos.ure.cas.cz/'>Epos</ulink>, or <ulink
     108    url='http://tcts.fpms.ac.be/synthesis/mbrola.html'>MBROLA</ulink> with
     109    optionally  <ulink
     110    url='http://www.ikp.uni-bonn.de/dt/forsch/phonetik/hadifix/HADIFIXforMBROLA.html'>Txt2pho</ulink>.</para>
     111
    104112
    105113  </sect2>
  • kde/add/kdeaddons.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdeaddons-download-http "&kde-download-http;/kdeaddons-&kde-version;.tar.bz2">
    207  <!ENTITY kdeaddons-download-ftp  "&kde-download-ftp;/kdeaddons-&kde-version;.tar.bz2">
    21   <!ENTITY kdeaddons-md5sum        "affb74174c6e3eda2c0748d6c052c8ff">
     8  <!ENTITY kdeaddons-md5sum        "96d6d2a76da2a5232b3b46318456a5bc">
    229  <!ENTITY kdeaddons-size          "1.6 MB">
    2310  <!ENTITY kdeaddons-buildsize     "48 MB">
    24   <!ENTITY kdeaddons-time          "3.6 SBU">
     11  <!ENTITY kdeaddons-time          "4.6 SBU">
    2512]>
    2613
     
    10087make</userinput></screen>
    10188
     89    <para>This package does not come with a test suite.</para>
     90
    10291    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10392
  • kde/add/kdeadmin.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdeadmin-download-http "&kde-download-http;/kdeadmin-&kde-version;.tar.bz2">
    207  <!ENTITY kdeadmin-download-ftp  "&kde-download-ftp;/kdeadmin-&kde-version;.tar.bz2">
    21   <!ENTITY kdeadmin-md5sum        "ad1f645ed9f140a7c9ce8602cc0c88b8">
     8  <!ENTITY kdeadmin-md5sum        "13654a93e83b7c8fd2ccce3aceb2d535">
    229  <!ENTITY kdeadmin-size          "2.0 MB">
    23   <!ENTITY kdeadmin-buildsize     "26.0 MB">
    24   <!ENTITY kdeadmin-time          "1.5 SBU">
     10  <!ENTITY kdeadmin-buildsize     "25.9 MB">
     11  <!ENTITY kdeadmin-time          "1.4 SBU">
    2512]>
    2613
     
    9582    --disable-dependency-tracking &amp;&amp;
    9683make</userinput></screen>
     84
     85   <para>This package does not come with a test suite.</para>
    9786
    9887   <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/add/kdeartwork.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdeartwork-download-http "&kde-download-http;/kdeartwork-&kde-version;.tar.bz2">
    207  <!ENTITY kdeartwork-download-ftp  "&kde-download-ftp;/kdeartwork-&kde-version;.tar.bz2">
    21   <!ENTITY kdeartwork-md5sum        "211801e7ab7a5e113821625b931f338c">
    22   <!ENTITY kdeartwork-size          "15.9 MB">
     8  <!ENTITY kdeartwork-md5sum        "4c817eab517fba30fce8f3b40a6f019d">
     9  <!ENTITY kdeartwork-size          "15.8 MB">
    2310  <!ENTITY kdeartwork-buildsize     "97 MB">
    24   <!ENTITY kdeartwork-time          "1.1 SBU">
     11  <!ENTITY kdeartwork-time          "1.2 SBU">
    2512]>
    2613
     
    9582make</userinput></screen>
    9683
     84    <para>This package does not come with a test suite.</para>
     85
    9786    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9887
  • kde/add/kdeedu.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdeedu-download-http "&kde-download-http;/kdeedu-&kde-version;.tar.bz2">
    207  <!ENTITY kdeedu-download-ftp  "&kde-download-ftp;/kdeedu-&kde-version;.tar.bz2">
    21   <!ENTITY kdeedu-md5sum        "ce62d2e67579280a3e000152fb365bff">
    22   <!ENTITY kdeedu-size          "28.5 MB">
    23   <!ENTITY kdeedu-buildsize     "197 MB">
    24   <!ENTITY kdeedu-time          "7.2 SBU">
     8  <!ENTITY kdeedu-md5sum        "6017317b133d973e7fc8a279a81f37a1">
     9  <!ENTITY kdeedu-size          "28.7 MB">
     10  <!ENTITY kdeedu-buildsize     "200 MB">
     11  <!ENTITY kdeedu-time          "7.0 SBU">
    2512]>
    2613
     
    8875    <bridgehead renderas="sect4">Optional</bridgehead>
    8976    <para role="optional"><ulink
    90     url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink></para>
     77    url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>,
     78    <ulink url="http://pauillac.inria.fr/ocaml/">OCaml</ulink>, and
     79    <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe module
     80    for OCaml</ulink>.
     81   
     82    </para>
    9183
    9284    <para condition="html" role="usernotes">User Notes:
     
    10395    --disable-dependency-tracking &amp;&amp;
    10496make</userinput></screen>
     97
     98    <para>This package does not come with a test suite.</para>
    10599
    106100    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/add/kdegames.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdegames-download-http "&kde-download-http;/kdegames-&kde-version;.tar.bz2">
    207  <!ENTITY kdegames-download-ftp  "&kde-download-ftp;/kdegames-&kde-version;.tar.bz2">
    21   <!ENTITY kdegames-md5sum        "ba86fe9280ca57698ce3be0e0242b140">
    22   <!ENTITY kdegames-size          "9.8 MB">
    23   <!ENTITY kdegames-buildsize     "100 MB (additional 18 MB for API docs)">
    24   <!ENTITY kdegames-time          "4.0 SBU (additional 0.2 SBU for API docs)">
     8  <!ENTITY kdegames-md5sum        "d6cdf7d9235896670d5299e9e91665e2">
     9  <!ENTITY kdegames-size          "10.3 MB">
     10  <!ENTITY kdegames-buildsize     "94.8 MB (additional 46 MB for API docs)">
     11  <!ENTITY kdegames-time          "2.7 SBU (additional 0.1 SBU for API docs)">
    2512]>
    2613
     
    9784    href="../../xincludes/kde-apidocs.xml"/>
    9885
     86    <para>This package does not come with a test suite.</para>
     87
    9988    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10089
  • kde/add/kdegraphics.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdegraphics-download-http "&kde-download-http;/kdegraphics-&kde-version;.tar.bz2">
    207  <!ENTITY kdegraphics-download-ftp  "&kde-download-ftp;/kdegraphics-&kde-version;.tar.bz2">
    21   <!ENTITY kdegraphics-md5sum        "8e1816a2191ea85b889930159a5d1e46">
     8  <!ENTITY kdegraphics-md5sum        "79a1ffb7ae89bede1410411a30be3210">
    229  <!ENTITY kdegraphics-size          "7.0 MB">
    23   <!ENTITY kdegraphics-buildsize     "148 MB (additional 51 MB for API documentation)">
    24   <!ENTITY kdegraphics-time          "9.3 SBU (additional 0.2 SBU for API documentation)">
     10  <!ENTITY kdegraphics-buildsize     "124 MB (additional 82 MB for API documentation)">
     11  <!ENTITY kdegraphics-time          "9.2 SBU (additional 0.2 SBU for API documentation)">
    2512]>
    2613
     
    129116    href="../../xincludes/kde-apidocs.xml"/>
    130117
     118    <para>This package does not come with a test suite.</para>
     119
    131120    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    132121
    133 <screen role="root"><userinput>make install &amp;&amp;
    134 install -v -m755 -d &kde-dir;/man/man1 &amp;&amp;
    135 install -v -m644 debian/man/* &kde-dir;/man/man1</userinput></screen>
     122<screen role="root"><userinput>make install</userinput></screen>
    136123
    137124    <para>The <command>kooka</command> utility is a scanning and OCR program.
  • kde/add/kdemultimedia.xml

    rddaaa82 rd33b066  
    77  <!ENTITY kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
    88  <!ENTITY kdemultimedia-download-ftp  "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
    9   <!ENTITY kdemultimedia-md5sum        "f98ef8465bf4de1eb36bc3bdb1f4f7d6">
     9  <!ENTITY kdemultimedia-md5sum        "57c50bfcb0147324a1af02ebcc103376">
    1010  <!ENTITY kdemultimedia-size          "6.0 MB">
    11   <!ENTITY kdemultimedia-buildsize     "127 MB">
    12   <!ENTITY kdemultimedia-time          "9.7 SBU">
    13 
    14   <!ENTITY akode-version       "2.0">
     11  <!ENTITY kdemultimedia-buildsize     "126 MB">
     12  <!ENTITY kdemultimedia-time          "10.4 SBU">
     13
     14  <!ENTITY akode-version       "2.0.1">
    1515  <!ENTITY akode-download-http "http://www.kde-apps.org/content/download.php?content=30375">
    1616  <!ENTITY akode-download-ftp  " ">
    17   <!ENTITY akode-md5sum        "04f79cda65c8e9966fa462eaaaa282dc">
    18   <!ENTITY akode-size          "640 KB">
    19   <!ENTITY akode-buildsize     "6.4 MB">
    20   <!ENTITY akode-time          "0.3 SBU">
     17  <!ENTITY akode-md5sum        "94a10e7729b20b669bc5c7721f62e162">
     18  <!ENTITY akode-size          "456 KB">
     19  <!ENTITY akode-buildsize     "6.5 MB">
     20  <!ENTITY akode-time          "0.2 SBU">
    2121]>
    2222
  • kde/add/kdenetwork.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
    207  <!ENTITY kdenetwork-download-ftp  "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
    21   <!ENTITY kdenetwork-md5sum        "dddc6bb65ffb9e46d118781ca0f26da4">
    22   <!ENTITY kdenetwork-size          "7.2 MB">
    23   <!ENTITY kdenetwork-buildsize     "169 MB">
    24   <!ENTITY kdenetwork-time          "9.8 SBU">
     8  <!ENTITY kdenetwork-md5sum        "0f428cccc4ea16aa53c427530874c591">
     9  <!ENTITY kdenetwork-size          "8.8 MB">
     10  <!ENTITY kdenetwork-buildsize     "197 MB">
     11  <!ENTITY kdenetwork-time          "11.8 SBU">
    2512]>
    2613
     
    10491make</userinput></screen>
    10592
     93    <para>This package does not come with a test suite.</para>
     94
    10695    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10796
  • kde/add/kdepim.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdepim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2">
    207  <!ENTITY kdepim-download-ftp  "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
    21   <!ENTITY kdepim-md5sum        "ac6b3b503e27a65a7b883c1e0a57262e">
    22   <!ENTITY kdepim-size          "12.3 MB">
    23   <!ENTITY kdepim-buildsize     "280 MB (additional 428 MB for API docs)">
    24   <!ENTITY kdepim-time          "18.1 SBU (additional 1.8 SBU for API docs)">
     8  <!ENTITY kdepim-md5sum        "e37e6173fe9fd7f242c9502a4ae1d7de">
     9  <!ENTITY kdepim-size          "13.0 MB">
     10  <!ENTITY kdepim-buildsize     "290 MB (additional 382 MB for API docs)">
     11  <!ENTITY kdepim-time          "20.8 SBU (additional 1.6 SBU for API docs)">
    2512
    2613  <!ENTITY gnu-org              "http://www.gnupg.org/download/index.html">
     
    8471    <bridgehead renderas="sect4">Optional</bridgehead>
    8572    <para role="optional"><xref linkend="pilot-link"/>,
    86     <ulink url="&gnu-org;#gpgme">GPGME-0.9.x</ulink>
     73    <ulink url="&gnu-org;#gpgme">GPGME</ulink>
    8774    (requires <ulink url="&gnu-org;#libgpg-error">Libgpg-error</ulink>
    8875    then <ulink url="&gnu-org;#libgcrypt">Libgcrypt</ulink>
     
    116103    href="../../xincludes/kde-apidocs.xml"/>
    117104
     105    <para>This package does not come with a test suite.</para>
     106
    118107    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    119108
  • kde/add/kdetoys.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdetoys-download-http "&kde-download-http;/kdetoys-&kde-version;.tar.bz2">
    207  <!ENTITY kdetoys-download-ftp  "&kde-download-ftp;/kdetoys-&kde-version;.tar.bz2">
    21   <!ENTITY kdetoys-md5sum        "c698bc8724db937734280a2553a4b1d8">
     8  <!ENTITY kdetoys-md5sum        "7d4f1a33e5379f789fcbf17b9e503bfd">
    229  <!ENTITY kdetoys-size          "3.0 MB">
    2310  <!ENTITY kdetoys-buildsize     "21.3 MB">
    24   <!ENTITY kdetoys-time          "0.6 SBU">
     11  <!ENTITY kdetoys-time          "0.7 SBU">
    2512]>
    2613
     
    9178    --disable-dependency-tracking &amp;&amp;
    9279make</userinput></screen>
     80
     81    <para>This package does not come with a test suite.</para>
    9382
    9483    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/add/kdeutils.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdeutils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2">
    207  <!ENTITY kdeutils-download-ftp  "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2">
    21   <!ENTITY kdeutils-md5sum        "08c01d6ceb8fb2173463838e43f986f5">
    22   <!ENTITY kdeutils-size          "2.8 MB">
     8  <!ENTITY kdeutils-md5sum        "e0ea2c15ccf2bd3d8be5f2bf57cfe14a">
     9  <!ENTITY kdeutils-size          "2.9 MB">
    2310  <!ENTITY kdeutils-buildsize     "63 MB">
    24   <!ENTITY kdeutils-time          "3.7 SBU">
     11  <!ENTITY kdeutils-time          "4.1 SBU">
    2512]>
    2613
     
    9885    --disable-dependency-tracking &amp;&amp;
    9986make</userinput></screen>
     87
     88    <para>This package does not come with a test suite.</para>
    10089
    10190    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/core/arts.xml

    rddaaa82 rd33b066  
    77  <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
    88  <!ENTITY arts-download-ftp  "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
    9   <!ENTITY arts-md5sum        "e1eb7969ea16aab2bdd9d1a9736d6af3">
     9  <!ENTITY arts-md5sum        "e986393a5827499bbad04a00b797add0">
    1010  <!ENTITY arts-size          "952 KB">
    1111  <!ENTITY arts-buildsize     "29.7 MB">
  • kde/core/config.xml

    rddaaa82 rd33b066  
    2626  </indexterm>
    2727
     28  <para>If you have <xref linkend="dbus"/> installed, you can start the
     29  <application>D-BUS</application> session daemon here as well. Starting the
     30  session daemon here has the added bonus that it will exit when you log out
     31  of your <application>KDE</application> session. If you wish to start the
     32  daemon here, use the following command instead of the one shown above:</para>
     33
     34<screen><userinput>echo "exec dbus-launch --exit-with-session startkde" &gt;&gt; ~/.xinitrc</userinput></screen>
     35
     36  <note>
     37    <para>Check the <filename>~/.xinitrc</filename> file and ensure you have
     38    no other window managers or other <application>X</application> applications
     39    mentioned before <application>KDE</application>.</para>
     40  </note>
     41
    2842  <para>If you installed the <xref linkend="desktop-file-utils"/> package,
    2943  ensure the <envar>XDG_DATA_DIRS</envar> and <envar>XDG_CONFIG_DIRS</envar>
     
    3953<screen role="root"><userinput>ldconfig</userinput></screen>
    4054
    41 <!--
    42   <note>
    43 
    44     <para>When starting a new version of <application>KDE</application> for the
    45     first time, problems have been observed with the
    46     <application>KDE</application> menu system when a user has established a
    47     configuration with a previous version.  To correct this, one technique that
    48     works is to rename the existing home directory and create a new one with
    49     <emphasis>only</emphasis> an <filename>~/.xinitrc</filename> file.  You
    50     should also delete the directories <filename
    51     class='directory'>/tmp/kde-<replaceable>&lt;userid&gt;</replaceable></filename>,
    52     <filename
    53     class='directory'>/tmp/ksocket-<replaceable>&lt;userid&gt;</replaceable></filename>,
    54     and <filename
    55     class='directory'>/var/tmp/kdecache-<replaceable>&lt;userid&gt;</replaceable></filename>.
    56     Then log out and log in again to ensure the new directory is in use.  Now,
    57     starting <application>KDE</application> will rebuild the menus.</para>
    58 
    59     <para>Move or copy any needed files from the old home directory to the
    60     new one.  Do not move or copy the old <application>KDE</application>
    61     configuration files:
    62     <filename class='directory'>.kde</filename>,
    63     <filename>.kderc</filename>,
    64     <filename class='directory'>.fonts.cache-1</filename>,
    65     <filename class='directory'>.local</filename>,
    66     <filename class='directory'>.qt</filename>,
    67     <filename class='directory'>.mcop</filename>,
    68     <filename>.DCOPserver*</filename>,
    69     and <filename class='directory'>Desktop</filename>.</para>
    70 
    71     <para>This technique may need to be repeated after adding additional
    72     optional packages.</para>
    73   </note>
    74 -->
    75 
    7655  <para>At this point you can bring up <application>KDE</application> with:</para>
    7756
  • kde/core/kdebase.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
    207  <!ENTITY kdebase-download-ftp  "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
    21   <!ENTITY kdebase-md5sum        "c5685e1be34e033286aa1f37002a0552">
    22   <!ENTITY kdebase-size          "22.6 MB">
    23   <!ENTITY kdebase-buildsize     "275 MB (additional 31 MB for API docs)">
    24   <!ENTITY kdebase-time          "14.0 SBU (additional 0.6 SBU for API docs)">
     8  <!ENTITY kdebase-md5sum        "a53f589f58012e655a52220a6a151019">
     9  <!ENTITY kdebase-size          "23.1 MB">
     10  <!ENTITY kdebase-buildsize     "265 MB (additional 33 MB for API docs)">
     11  <!ENTITY kdebase-time          "12.8 SBU (additional 0.4 SBU for API docs)">
    2512]>
    2613
     
    8269    <bridgehead renderas="sect4">Optional</bridgehead>
    8370    <para role="optional"><xref linkend="libusb"/>,
    84     <!-- I'm convinced that KDEbase doesn't look for or use libtiff or lesstif
    85          in the build. If this is confirmed by the next builder/editor who
    86          updates the package, perhaps the dependencies should be removed. -->
    87     <xref linkend="libtiff"/>,
    88     <xref linkend="lesstif"/>,
    8971    <xref linkend="linux-pam"/>,
    9072    <xref linkend="openldap"/>,
     
    10082    Utilities</ulink>),
    10183    <ulink url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/">mDNSResponder</ulink>,
    102     <!-- I'm convinced that KDEbase doesn't look for or use JasPer
    103          in the build. If this is confirmed by the next builder/editor who
    104          updates the package, perhaps the dependency should be removed. -->
    105     <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    10684    <xref linkend="graphviz"/>, and
    10785    <xref linkend="doxygen"/></para>
     
    124102    </note>
    125103
     104    <para>This package does not come with a test suite.</para>
     105
    126106    <para>Install <application>kdebase</application> with:</para>
    127107
    128     <!-- <note>
     108    <!--
     109    Why was this removed?  Too obvious?
     110   
     111    <note>
    129112      <para>The <parameter>-\-sysconfdir</parameter> parameter must be
    130113      the same as the command used in <application>kdelibs</application>.</para>
     
    170153
    171154  </sect2>
     155
     156  <sect2 id="kdebase-runtime-dependencies"
     157         xreflabel="KDE Base Runtime Dependencies">
     158    <title>Run-Time Dependencies</title>
     159
     160    <para>Some <application>KDE</application> base programs  access other
     161    programs at run time. One additional package that has not been mentioned
     162    already is <xref  linkend="pciutils"/>.  This enables the <application>KDE
     163    Info Center</application> to  use <application>lspci</application> for its
     164    "pci" info section</para>
     165
     166  </sect2>
     167
    172168
    173169  <sect2 role="content">
  • kde/core/kdelibs.xml

    rddaaa82 rd33b066  
    77  <!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
    88  <!ENTITY kdelibs-download-ftp  "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
    9   <!ENTITY kdelibs-md5sum        "367738696dc468859cf90d5a6e8f18a9">
    10   <!ENTITY kdelibs-size          "14.7 MB">
    11   <!ENTITY kdelibs-buildsize     "274 MB (additional 668 MB for API docs)">
    12   <!ENTITY kdelibs-time          "14.1 SBU (additional 3.8 SBU for API docs)">
     9  <!ENTITY kdelibs-md5sum        "e4d137879a66e92b895b3de5413a61d8">
     10  <!ENTITY kdelibs-size          "14.8 MB">
     11  <!ENTITY kdelibs-buildsize     "255 MB (additional 659 MB for API docs)">
     12  <!ENTITY kdelibs-time          "11.3 SBU (additional 3.9 SBU for API docs)">
    1313]>
    1414
     
    5454      <listitem>
    5555        <para>Estimated build time: &kdelibs-time;</para>
    56       </listitem>
    57     </itemizedlist>
    58 
    59     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    60 
    61     <bridgehead renderas="sect4">Required Patch</bridgehead>
    62 
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para><ulink url="&patch-root;/kdelibs-&kde-version;-cups1.2-1.patch"/></para>
    6656      </listitem>
    6757    </itemizedlist>
     
    114104    <para>Install <application>kdelibs</application> with:</para>
    115105
    116 <screen><userinput>patch -Np1 -i ../kdelibs-&kde-version;-cups1.2-1.patch &amp;&amp;
    117 ./configure --prefix=&kde-dir; \
     106<screen><userinput>./configure --prefix=&kde-dir; \
    118107            --sysconfdir=/etc/kde \
    119108            --disable-debug \
     
    179168
    180169  </sect2>
     170
     171  <sect2 id="kdelibs-runtime-dependencies"
     172         xreflabel="KDE Libraries Runtime Dependencies">
     173    <title>Run-Time Dependencies</title>
     174
     175    <para>The <application>KDE</application> libraries access other programs at
     176    run time. One additional package that has not been mentioned already is
     177    <ulink url="http://packages.debian.org/unstable/source/pmount/">
     178    pmount</ulink>.  This enables auto-mounting of hotplugged devices at
     179    /media/[device_name] for any user without any fstab modification. It is
     180    needed to enable the full integration of <application>KDE</application>
     181    with <xref linkend="hal"/>.</para>
     182
     183  </sect2>
     184
    181185
    182186  <sect2 role="content">
  • kde/devel/kdebindings.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdebindings-download-http "&kde-download-http;/kdebindings-&kde-version;.tar.bz2">
    207  <!ENTITY kdebindings-download-ftp  "&kde-download-ftp;/kdebindings-&kde-version;.tar.bz2">
    21   <!ENTITY kdebindings-md5sum        "cb26ce2e4efc35ca2c9c7a47807d679a">
     8  <!ENTITY kdebindings-md5sum        "d26b5f54f062b765a949d66657c2ab3c">
    229  <!ENTITY kdebindings-size          "5.2 MB">
    23   <!ENTITY kdebindings-buildsize     "453 MB">
    24   <!ENTITY kdebindings-time          "75 SBU">
     10  <!ENTITY kdebindings-buildsize     "407 MB">
     11  <!ENTITY kdebindings-time          "18.1 SBU">
    2512]>
    2613
     
    10794    <para>Install <application>kdebindings</application> with:</para>
    10895
    109 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     96<screen><userinput>sed -i -e '/configure.*pyqt/s/-c//' \
     97    -e '/configure.*pykde/s/-c/-i/' python/Makefile.in
     98./configure --prefix=&kde-dir; --disable-debug \
    11099    --disable-dependency-tracking &amp;&amp;
    111100make</userinput></screen>
     101
     102    <para>This package does not come with a test suite.</para>
    112103
    113104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    114105
    115106<screen role="root"><userinput>make install</userinput></screen>
     107
     108  </sect2>
     109
     110  <sect2 role="commands">
     111    <title>Command Explanations</title>
     112
     113    <para><command>sed -i -e '/configure.*pyqt/s/-c//' -e
     114    '/configure.*pykde/s/-c/-i/' python/Makefile.in </command>: Remove a switch
     115    that causes concatenation of multiple files for compilation.  This fix
     116    reduces build time by a factor of five.</para>
    116117
    117118  </sect2>
  • kde/devel/kdesdk.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
    207  <!ENTITY kdesdk-download-ftp  "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
    21   <!ENTITY kdesdk-md5sum        "0047e87532930a390d7a1826fd8cdaf5">
    22   <!ENTITY kdesdk-size          "4.7 MB">
    23   <!ENTITY kdesdk-buildsize     "109 MB">
    24   <!ENTITY kdesdk-time          "6.4 SBU">
     8  <!ENTITY kdesdk-md5sum        "1462e1a884fdaa070ed493c10a336728">
     9  <!ENTITY kdesdk-size          "4.8 MB">
     10  <!ENTITY kdesdk-buildsize     "110 MB">
     11  <!ENTITY kdesdk-time          "6.7 SBU">
    2512]>
    2613
     
    7663
    7764    <bridgehead renderas="sect4">Recommended</bridgehead>
    78     <para role="recommended"><xref linkend="libjpeg"/> and
    79     <xref linkend="libxml2"/></para>
     65    <para role="recommended">
     66       <xref linkend="libjpeg"/>,
     67       <xref linkend="subversion"/>, and
     68       <xref linkend="libxml2"/></para>
    8069    <!-- <xref linkend="db"/> -->
    8170
     
    9382    --disable-dependency-tracking &amp;&amp;
    9483make</userinput></screen>
     84
     85    <para>This package does not come with a test suite.</para>
    9586
    9687    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/devel/kdevelop.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
    207  <!ENTITY kdevelop-download-ftp  "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
    21   <!ENTITY kdevelop-md5sum        "494c9320a5f8681b67a3a06fa0ce18b7">
     8  <!ENTITY kdevelop-md5sum        "0de7c7d82c176456f2adff48981f5d40">
    229  <!ENTITY kdevelop-size          "7.8 MB">
    23   <!ENTITY kdevelop-buildsize     "178 MB (additional 21 MB for API docs)">
    24   <!ENTITY kdevelop-time          "12.9 SBU (additional 1.2 SBU for API docs)">
     10  <!ENTITY kdevelop-buildsize     "179 MB (additional 8 MB for API docs)">
     11  <!ENTITY kdevelop-time          "14.1 SBU (additional 0.2 SBU for API docs)">
    2512]>
    2613
     
    7461
    7562    <bridgehead renderas="sect4">Recommended</bridgehead>
    76     <para role="recommended"><xref linkend="libjpeg"/> and
    77     <xref linkend="libxml2"/></para>
     63    <para role="recommended"><xref linkend="libjpeg"/>,
     64    <xref linkend="libxml2"/>, and the apidox from <xref linkend="kdelibs"/>
     65    (if building API documentation).</para>
    7866
    7967    <bridgehead renderas="sect4">Optional</bridgehead>
     
    9381    <para>Install <application>kdevelop</application> with:</para>
    9482
    95 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     83<screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &amp;&amp;
     84./configure --prefix=&kde-dir; --disable-debug \
    9685    --disable-dependency-tracking &amp;&amp;
    9786make</userinput></screen>
     
    9988    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    10089    href="../../xincludes/kde-apidocs.xml"/>
     90
     91    <para>This package does not come with a test suite.</para>
    10192
    10293    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    113104  <sect2 role="commands">
    114105    <title>Command Explanations</title>
     106
     107    <para><command>sed -i -e 's/ kdevutil$//'
     108    buildtools/lib/widgets/Makefile.in</command>: Remove a duplicate entry on a
     109    line in the <filename>Makefile</filename> that causes the build of the API
     110    documentation to fail.</para>
    115111
    116112    <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
  • kde/devel/kdewebdev.xml

    rddaaa82 rd33b066  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY kdewebdev-download-http "&kde-download-http;/kdewebdev-&kde-version;.tar.bz2">
    207  <!ENTITY kdewebdev-download-ftp  "&kde-download-ftp;/kdewebdev-&kde-version;.tar.bz2">
    21   <!ENTITY kdewebdev-md5sum        "ddd2ded8178f7c4d094d73e95075e7fb">
    22   <!ENTITY kdewebdev-size          "5.7 MB">
    23   <!ENTITY kdewebdev-buildsize     "102 MB">
    24   <!ENTITY kdewebdev-time          "5.8 SBU">
     8  <!ENTITY kdewebdev-md5sum        "fa1fc2d7c81465c7e1762014a892ced3">
     9  <!ENTITY kdewebdev-size          "7.8 MB">
     10  <!ENTITY kdewebdev-buildsize     "103 MB">
     11  <!ENTITY kdewebdev-time          "5.6 SBU">
    2512]>
    2613
     
    9380make</userinput></screen>
    9481
     82    <para>This package does not come with a test suite.</para>
     83
    9584    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9685
Note: See TracChangeset for help on using the changeset viewer.