Changeset 4ee53fa2
- Timestamp:
- 09/17/2003 04:30:29 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 64941d1a
- Parents:
- 146073c
- Location:
- kde
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/arts.xml
r146073c r4ee53fa2 1 <sect1 id="kde-core-arts" xreflabel="a rts-&arts-version;">1 <sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;"> 2 2 <?dbhtml filename="arts.html" dir="kde"?> 3 3 <title>aRts-&arts-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&arts-download-ftp;"/> 6 Version used: &arts-version; 7 Package size: &arts-download-size; 8 Estimated build disk space: &arts-build-size; 9 Estimated installed space: &arts-install-size; 10 Estimated build time: &arts-build-time;</screen></para> 5 <sect2><title>Introduction to <application><acronym>aRts</acronym></application></title> 11 6 12 <para>The Analog Real-time Synthesizer ( aRts) provides sound support for KDE.13 It provides necessary libraries for kdelibs. The following package is required to install aRts: 14 <screen><xref linkend="qt"/></screen></para> 7 <para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>) 8 provides sound support for <acronym>KDE</acronym>. It provides necessary 9 libraries for kdelibs.</para> 15 10 16 <para>It will use the following recommended packages, if installed: 17 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/></screen></para> 11 <sect3><title>Package information</title> 12 <itemizedlist spacing='compact'> 13 <listitem><para>Download (HTTP): <ulink url="&arts-download-http;"/></para></listitem> 14 <listitem><para>Download (FTP): <ulink url="&arts-download-ftp;"/></para></listitem> 15 <listitem><para>Download size: &arts-size;</para></listitem> 16 <listitem><para>Estimated Disk space required: &arts-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: &arts-time;</para></listitem></itemizedlist> 18 </sect3> 18 19 19 <para>Before starting the build, ensure you have the 20 <envar>QTDIR</envar> environment variable set 21 <screen><userinput>export QTDIR=/opt/qt</userinput></screen></para> 20 <sect3><title><application>aRts</application> dependencies</title> 21 <sect4><title>Required</title> 22 <para><xref linkend="qt"/></para></sect4> 23 <sect4><title>Recommended</title> 24 <para><xref linkend="alsa"/>, <xref linkend="audiofile"/> and <xref 25 linkend="libvorbis"/></para></sect4> 26 <sect4><title>Optional</title> 27 <para><xref linkend="pkgconfig"/>, <xref 28 linkend="GLib2"/> and <xref linkend="libmad"/></para></sect4> 29 </sect3> 22 30 31 </sect2> 23 32 24 <para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 33 <sect2> 34 <title>Installation of <application>aRts</application></title> 35 36 <para>Before starting the build, ensure you have the 37 <envar>QTDIR</envar> environment variable set: 38 <screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen></para> 39 40 <para>Install <application>aRts</application> by running the 41 following commands:</para> 42 43 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 25 44 --disable-dependency-tracking && 26 45 make && 27 46 make install && 28 ln -sfn &kde-dir; /opt/kde</ userinput></screen></para>47 ln -sfn &kde-dir; /opt/kde</command></userinput></screen> 29 48 30 <note><para>Another configure option is < userinput>--enable-final</userinput>.49 <note><para>Another configure option is <command>--enable-final</command>. 31 50 This option can speed up the build process, but requires a lot of memory. If 32 51 you have less than 256MB of RAM, this option may cause swapping and 33 52 significantly slow compilation.</para></note> 34 53 35 <sect2><title>aRts Installation Command explanations</title> 36 <para><userinput>--prefix=&kde-dir;</userinput> : This option tells the 54 </sect2> 55 56 <sect2><title>Command explanations</title> 57 <para><command>--prefix=&kde-dir;</command> : This option tells the 37 58 process to install the package in <filename 38 class="directory">&kde-dir;</filename>. 39 package is required before installing KDE.</para>59 class="directory">&kde-dir;</filename>. We put aRts here because this 60 package is required before installing <acronym>KDE</acronym>.</para> 40 61 41 <para>< userinput>--disable-debug</userinput> : This option causes the62 <para><command>--disable-debug</command> : This option causes the 42 63 system to be compiled without debugging code. 43 64 </para> 44 65 45 <para>< userinput>--disable-dependency-tracking</userinput> : This option speeds66 <para><command>--disable-dependency-tracking</command> : This option speeds 46 67 up one time builds.</para> 47 68 48 <para><userinput>ln -sfn &kde-dir; /opt/kde</userinput> : This command creates 49 a link for access to KDE. If a newer version of KDE is released, the new 50 system can be built by changing the <userinput>--prefix</userinput> location 69 <para><command>ln -sfn &kde-dir; /opt/kde</command> : This command creates 70 a link for access to <acronym>KDE</acronym>. If a newer version of 71 <acronym>KDE</acronym> is released, the new 72 system can be built by changing the <command>--prefix</command> location 51 73 and then set up by changing the link as this command does. 52 74 </para> … … 55 77 56 78 <sect2><title>Configuring aRts</title> 79 80 <sect3><title>Configuration Information</title> 81 57 82 <para>The library directory <filename class="directory">/opt/kde/lib</filename> 58 83 should appear in <filename>/etc/ld.so.conf</filename> 59 84 so that ldd can find the shared libraries. The following command will add it 60 85 if it is missing: 61 <screen><userinput>cat >> /etc/ld.so.conf << "EOF"</userinput> 86 87 <screen><userinput><command>cat >> /etc/ld.so.conf << "EOF" 62 88 # Begin kde addition to /etc/ld.so.conf 63 89 … … 65 91 66 92 # End kde addition 67 <userinput>EOF 68 ldconfig</userinput></screen></para> 93 EOF 94 ldconfig</command></userinput></screen></para> 95 96 </sect3> 97 69 98 </sect2> 70 99 </sect1> -
kde/core/config.xml
r146073c r4ee53fa2 1 1 <sect1 id="kde-core-config"> 2 2 <?dbhtml filename="config.html" dir="kde"?> 3 <title>Configuring the core KDEpackages</title>3 <title>Configuring the core <acronym>KDE</acronym> packages</title> 4 4 5 <para>First create an <filename>/opt/kde</filename> symlink: 6 <screen><userinput>ln -sf &kde-dir; /opt/kde</userinput></screen></para> 7 8 <para>Then create an <filename>.xinitrc</filename> file to start KDE: 9 <screen><userinput>echo "exec startkde" > ~/.xinitrc</userinput></screen> 10 and ensure all libraries can be found with: 11 <screen><userinput>ldconfig</userinput></screen> 5 <para> 6 First add <filename class="directory">/opt/kde/bin</filename> to 7 your <envar>PATH</envar> environment variable: 8 <screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen> 12 9 </para> 13 10 14 <para>At this point you can bring up KDE with: 15 <screen><userinput>startx</userinput></screen></para> 11 <para> 12 Then create an <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>: 13 <screen><userinput><command>echo "exec startkde" > ~/.xinitrc</command></userinput></screen> 14 and ensure all libraries can be found with: 15 <screen><userinput><command>ldconfig</command></userinput></screen> 16 </para> 17 18 <para>At this point you can bring up <acronym>KDE</acronym> with: 19 <screen><userinput><command>startx</command></userinput></screen></para> 16 20 17 21 </sect1> -
kde/inst/kde-addons.xml
r146073c r4ee53fa2 3 3 <title>kdeaddons-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-addons-ftp;"/> 6 Estimated build disk space: 23 MB 7 Estimated installed space: 5 MB 8 Package size: &kde-addons-size; 9 Estimated build time: 15 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdeaddons</application></title> 10 7 11 <para> kdeaddons depends on:12 <screen><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/></screen></para>8 <para><application>kdeaddons</application> contains additional plugins 9 and scripts for some <acronym>KDE</acronym> applications.</para> 13 10 14 <para>Install kdeaddons with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 11 <sect3><title>Package information</title> 12 <itemizedlist spacing='compact'> 13 <listitem><para>Download (HTTP): <ulink url="&kde-addons-download-http;"/></para></listitem> 14 <listitem><para>Download (FTP): <ulink url="&kde-addons-download-ftp;"/></para></listitem> 15 <listitem><para>Download size: &kde-addons-size;</para></listitem> 16 <listitem><para>Estimated Disk space required: &kde-addons-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: &kde-addons-time;</para></listitem></itemizedlist> 18 </sect3> 19 20 <sect3><title><application>kdeaddons</application> dependencies</title> 21 <sect4><title>Recommended</title> 22 <para><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/> 23 </para></sect4> 24 </sect3> 25 26 </sect2> 27 28 <sect2> 29 <title>Installation of <application>kdeaddons</application></title> 30 31 <para>Install <application>kdeaddons</application> with: 32 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 33 --disable-dependency-tracking && 17 34 make && 18 make install</userinput></screen></para> 35 make install</command></userinput></screen></para> 36 37 </sect2> 19 38 20 39 <sect2> 21 40 <title>Contents</title> 22 <para>The KDE Addons package provides:</para> 23 <itemizedlist> 24 <listitem><para>konquorer plugins</para></listitem> 25 <listitem><para>kicker applets</para></listitem> 26 <listitem><para>noatun plugins</para></listitem> 27 <listitem><para>newskicker scripts</para></listitem> 28 </itemizedlist> 41 42 <para>The <acronym>KDE</acronym> Addons package provides konqueror and 43 noatun plugins, kicker applets and newskicker scripts.</para> 44 29 45 </sect2> 30 46 </sect1> 31 -
kde/inst/kde-admin.xml
r146073c r4ee53fa2 3 3 <title>kdeadmin-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-admin-ftp;"/> 6 Estimated build disk space: 23 MB 7 Estimated installed space: 4 MB 8 Package size: &kde-admin-size; 9 Estimated build time: 10 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdeadmin</application></title> 10 7 11 <para>kdeadmin depends on: 12 <screen><xref linkend="kde-base"/> 13 The kpackage program can use <application>rpm</application> 14 kuser can use <application>shadow</application> and <xref linkend="Linux_PAM"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-admin-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-admin-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-admin-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-admin-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-admin-time;</para></listitem></itemizedlist> 15 </sect3> 15 16 16 <para>Install kdeadmin with: 17 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdeadmin</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 <sect4><title>Optional</title> 22 <para><ulink url="http://www.rpm.org/">RPM</ulink> and <xref 23 linkend="Linux_PAM"/></para></sect4> 24 </sect3> 25 26 </sect2> 27 28 <sect2> 29 <title>Installation of <application>kdeadmin</application></title> 30 31 <para>Install <application>kdeadmin</application> with: 32 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 18 33 --disable-dependency-tracking --with-shadow && 19 34 make && 20 make install</userinput></screen></para> 35 make install</command></userinput></screen></para> 36 37 </sect2> 21 38 22 39 <sect2> 23 <title> kdeadmin InstallationCommand explanations</title>40 <title>Command explanations</title> 24 41 25 <para>< userinput>--with-shadow</userinput> : This option allows use of42 <para><command>--with-shadow</command> : This option allows use of 26 43 shadow passwords.</para> 27 44 … … 30 47 <sect2> 31 48 <title>Contents</title> 32 <para>The KDE Admin package provides:</para> 33 <itemizedlist> 34 <listitem><para>kpackage - A package manager</para></listitem> 35 <listitem><para>kcron - A task scheduler</para></listitem> 36 <listitem><para>kuser - Graphical user manager</para></listitem> 37 <listitem><para>kwuftpd - FTPD editor</para></listitem> 38 <listitem><para>ksysv - Sys V-Init Editor</para></listitem> 39 </itemizedlist> 49 50 <para>The <acronym>KDE</acronym> Admin package provides 51 <command>kpackage</command>, 52 <command>kcron</command>, 53 <command>kuser</command>, 54 <command>kwuftpd</command> and 55 <command>ksysv</command>. 56 </para> 57 58 </sect2> 59 60 <sect2><title>Description</title> 61 62 <sect3><title>kpackage</title> 63 <para><command>kpackage</command> is a package manager.</para></sect3> 64 65 <sect3><title>kcron</title> 66 <para><command>kcron</command> is a task scheduler.</para></sect3> 67 68 <sect3><title>kuser</title> 69 <para><command>kuser</command> is a graphical user manager.</para></sect3> 70 71 <sect3><title>kwuftpd</title> 72 <para><command>kwuftpd</command> is a <acronym>FTPD</acronym> editor.</para></sect3> 73 74 <sect3><title>ksysv</title> 75 <para><command>ksysv</command> is a Sys V-Init editor.</para></sect3> 76 40 77 </sect2> 41 78 </sect1> 42 -
kde/inst/kde-artwork.xml
r146073c r4ee53fa2 3 3 <title>kdeartwork-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-artwork-ftp;"/> 6 Estimated build disk space: 47 MB 7 Estimated installed space: 21 MB 8 Package size: &kde-base-size; 9 Estimated build time: 8 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdeartwork</application></title> 10 7 11 <para>kdeartwork depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <para><application>kdeartwork</application> contains additional 9 themes, screensaver, sounds, wallpapers and widget styles for 10 <acronym>KDE</acronym>.</para> 13 11 14 <para>Install kdeartwork with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 12 <sect3><title>Package information</title> 13 <itemizedlist spacing='compact'> 14 <listitem><para>Download (HTTP): <ulink url="&kde-artwork-download-http;"/></para></listitem> 15 <listitem><para>Download (FTP): <ulink url="&kde-artwork-download-ftp;"/></para></listitem> 16 <listitem><para>Download size: &kde-artwork-size;</para></listitem> 17 <listitem><para>Estimated Disk space required: &kde-artwork-buildsize;</para></listitem> 18 <listitem><para>Estimated build time: &kde-artwork-time;</para></listitem></itemizedlist> 19 </sect3> 20 21 <sect3><title><application>kdeartwork</application> dependencies</title> 22 <sect4><title>Required</title> 23 <para><xref linkend="kde-base"/> 24 </para></sect4> 25 </sect3> 26 27 </sect2> 28 29 <sect2> 30 <title>Installation of <application>kdeartwork</application></title> 31 32 <para>Install <application>kdeartwork</application> with: 33 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 34 --disable-dependency-tracking && 17 35 make && 18 make install</userinput></screen></para> 36 make install</command></userinput></screen></para> 37 38 </sect2> 19 39 20 40 <sect2> 21 41 <title>Contents</title> 22 <para>The KDE Artwork package provides:</para> 23 <itemizedlist> 24 <listitem><para>KDE themes including wallpapers, sounds, icons, 25 and window decorations</para></listitem> 26 <listitem><para>kscreensaver - KDE screensavers</para></listitem> 27 </itemizedlist> 42 43 <para>The <acronym>KDE</acronym> Artwork package provides 44 <command>kscreensaver</command>.</para> 45 46 </sect2> 47 48 <sect2><title>Description</title> 49 50 <sect3><title>kscreensaver</title> 51 <para><command>kscreensaver</command> is the 52 <acronym>KDE</acronym> screensaver.</para></sect3> 53 28 54 </sect2> 29 55 </sect1> -
kde/inst/kde-base.xml
r146073c r4ee53fa2 1 1 <sect1 id="kde-base" xreflabel="kdebase-&kde-version;"> 2 2 <title>kdebase-&kde-version;</title> 3 <para><screen>Download location (FTP): <ulink url="&kde-base-ftp;"/>4 Estimated build disk space: 132 MB5 Estimated installed space: 45 MB6 Package size: &kde-base-size;7 Estimated build time: 98 min (667 MHz)</screen></para>8 3 9 <para>kdebase can use many optional libraries and programs. The following are 10 recommended: 11 <screen><xref linkend="openssl"/>, <xref linkend="lesstif"/>, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>, 12 shadow (in the LFS book), and <xref linkend="cups"/></screen></para> 4 <sect2> 5 <title>Introduction to <application>kdebase</application></title> 13 6 14 <para>Other programs and libraries that can be used by kdebase are: 15 <screen><xref linkend="lame"/>, and <xref linkend="Linux_PAM"/></screen></para> 7 <para><application>kdebase</application> is the second mandatory package (besides kdelibs) for 8 the K Desktop Environment. It provides various applications and infrastructure files 9 and libraries.</para> 16 10 17 <para>Check to see if <filename>/lib/libmisc.la</filename> exists. If not, run: 18 <screen>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</screen></para> 11 <sect3><title>Package information</title> 12 <itemizedlist spacing='compact'> 13 <listitem><para>Download (HTTP): <ulink url="&kde-base-download-http;"/></para></listitem> 14 <listitem><para>Download (FTP): <ulink url="&kde-base-download-ftp;"/></para></listitem> 15 <listitem><para>Download size: &kde-base-size;</para></listitem> 16 <listitem><para>Estimated Disk space required: &kde-base-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: &kde-base-time;</para></listitem></itemizedlist> 18 </sect3> 19 20 <sect3><title><application>kdebase</application> dependencies</title> 21 <sect4><title>Recommended</title> 22 <para><xref linkend="openssl"/>, <xref linkend="lesstif"/>, <xref 23 linkend="CDParanoia"/>, <xref linkend="libvorbis"/> and <xref 24 linkend="cups"/></para></sect4> 25 <sect4><title>Optional</title> 26 <para><xref linkend="lame"/> and <xref 27 linkend="Linux_PAM"/></para></sect4> 28 </sect3> 29 30 </sect2> 31 32 <sect2> 33 <title>Installation of <application>kdebase</application></title> 34 35 <para>Check to see if <filename class="libraryfile">/lib/libmisc.la</filename> 36 exists. If not, run: 37 <screen><userinput><command>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</command> 38 </userinput></screen></para> 19 39 20 40 <para>Install kdebase with: 21 <screen><userinput> ./configure --prefix=&kde-dir; --disable-debug \41 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 22 42 --disable-dependency-tracking --disable-lametest --with-shadow && 23 43 make && 24 make install</userinput></screen></para> 44 make install</command></userinput></screen></para> 45 46 </sect2> 25 47 26 48 <sect2> 27 <title> kdebase InstallationCommand explanations</title>49 <title>Command explanations</title> 28 50 29 <para>< userinput>--disable-lametest</userinput> : Do not search for and use30 lame support. 51 <para><command>--disable-lametest</command> : Do not search for and use 52 lame support. This package provides mp3 encoding. Omit this option if 31 53 you installed <filename>lame</filename>.</para> 32 54 33 <para>< userinput>--with-shadow</userinput> : Use shadow password55 <para><command>--with-shadow</command> : Use shadow password 34 56 support.</para> 35 57 </sect2> … … 38 60 <title>Contents</title> 39 61 40 <para>Major programs in Kde-base include:</para> 62 <para>Major programs in kdebase include 63 <command>kdesktop</command>, 64 <command>kaddressbook</command>, 65 <command>kappfinder</command>, 66 <command>kcontrol</command>, 67 <command>kdeprint</command>, 68 <command>kdm</command>, 69 <command>kfind</command>, 70 <command>khelpcenter</command>, 71 <command>khotkeys</command>, 72 <command>kicker</command>, 73 <command>klipper</command>, 74 <command>kmenuedit</command>, 75 <command>konqueror</command>, 76 <command>konsole</command>, 77 <command>kscreensaver</command> and 78 <command>ktip</command> 79 </para> 41 80 42 <itemizedlist> 43 <listitem><para>kdesktop - the program that handles desktop icons, popup menus, and the 44 screensaver system.</para></listitem> 45 <listitem><para>kaddressbook - a simple addressbook</para></listitem> 46 <listitem><para>kappfinder - utility to add non-KDE applications to K-menu</para></listitem> 47 <listitem><para>kcontrol - KDE Control Center</para></listitem> 48 <listitem><para>kdeprint - Print job administration</para></listitem> 49 <listitem><para>kdm - KDE Display manager (a replacement for xdm</para></listitem> 50 <listitem><para>kfind - utility to find files</para></listitem> 51 <listitem><para>khelpcenter - kde help tool</para></listitem> 52 <listitem><para>khotkeys - handles hot keys for KDE</para></listitem> 53 <listitem><para>kicker - KDE control panel</para></listitem> 54 <listitem><para>klipper - a clipboard utility</para></listitem> 55 <listitem><para>kmenuedit - a utility to rearrange or add items to the K-menu</para></listitem> 56 <listitem><para>konqueror - a filesystem and Web browser</para></listitem> 57 <listitem><para>konsole - a highly configurable X terminal emulator</para></listitem> 58 <listitem><para>kscreensaver - program to set up screensavers</para></listitem> 59 <listitem><para>ktip - wizard to provide hints and KDE information</para></listitem> 60 </itemizedlist> 81 </sect2> 82 83 <sect2><title>Description</title> 84 85 <sect3><title>kdesktop</title> 86 <para><command>kdesktop</command> is the program that handles desktop icons, popup menus, and the 87 screensaver system.</para></sect3> 88 89 <sect3><title>kaddressbook</title> 90 <para><command>kaddressbook</command> is a simple addressbook.</para></sect3> 91 92 <sect3><title>kappfinder</title> 93 <para><command>kappfinder</command>is an utility to add 94 non-<acronym>KDE</acronym> applications to K-menu.</para></sect3> 95 96 <sect3><title>kcontrol</title> 97 <para><command>kcontrol</command>is <acronym>KDE</acronym> Control 98 Center.</para></sect3> 99 100 <sect3><title>kdeprint</title> 101 <para><command>kdeprint</command> provides Print job administration.</para></sect3> 102 103 <sect3><title>kdm</title> 104 <para><command>kdm</command> is the <acronym>KDE</acronym> Display manager (a 105 replacement for xdm.</para></sect3> 106 107 <sect3><title>kfind</title> 108 <para><command>kfind</command> is an utility to find files.</para></sect3> 109 110 <sect3><title>khelpcenter</title> 111 <para><command>khelpcenter</command> is the <acronym>KDE</acronym> help 112 tool.</para></sect3> 113 114 <sect3><title>khotkeys</title> 115 <para><command>khotkeys</command> handles hot keys for 116 <acronym>KDE</acronym>.</para></sect3> 117 118 <sect3><title>kicker</title> 119 <para><command>kicker</command> is the <acronym>KDE</acronym> control 120 panel.</para></sect3> 121 122 <sect3><title>klipper</title> 123 <para><command>klipper</command> is a clipboard utility.</para></sect3> 124 125 <sect3><title>kmenuedit</title> 126 <para><command>kmenuedit</command> is an utility to rearrange or add 127 items to the K-menu.</para></sect3> 128 129 <sect3><title>konqueror</title> 130 <para><command>konqueror</command> is a filesystem and Web browser.</para></sect3> 131 132 <sect3><title>konsole</title> 133 <para><command>konsole</command> is a highly configurable X terminal 134 emulator.</para></sect3> 135 136 <sect3><title>kscreensaver</title> 137 <para><command>kscreensaver</command> is a program to set up 138 screensavers.</para></sect3> 139 140 <sect3><title>ktip</title> 141 <para><command>ktip</command> is a wizard to provide hints and 142 <acronym>KDE</acronym> information.</para></sect3> 143 61 144 </sect2> 62 145 -
kde/inst/kde-edu.xml
r146073c r4ee53fa2 3 3 <title>kdeedu-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-edu-ftp;"/> 6 Estimated build disk space: 78 MB 7 Estimated installed space: 15 MB 8 Package size: &kde-edu-size; 9 Estimated build time: 13 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdeedu</application></title> 10 7 11 <para>kdeedu depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-edu-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-edu-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-edu-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-edu-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-edu-time;</para></listitem></itemizedlist> 15 </sect3> 13 16 14 <para>Install kdeedu with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdeedu</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 </sect3> 22 23 </sect2> 24 25 <sect2> 26 <title>Installation of <application>kdeedu</application></title> 27 28 <para>Install <application>kdeedu</application> with: 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 30 --disable-dependency-tracking && 17 31 make && 18 make install</userinput></screen></para> 32 make install</command></userinput></screen></para> 33 34 </sect2> 19 35 20 36 <sect2> 21 37 <title>Contents</title> 22 <para>The KDE Edu package provides:</para> 23 <itemizedlist> 24 <listitem><para>keduca - Tests and Exams</para></listitem> 25 <listitem><para>kgeo - Interactive geometry tutorial</para></listitem> 26 <listitem><para>klettres - Alphabet tutor (French)</para></listitem> 27 <listitem><para>kstars - Desktop planetarium</para></listitem> 28 <listitem><para>ktouch - Touch typing tutor</para></listitem> 29 <listitem><para>kvoctrain - Vocabulary trainer</para></listitem> 30 </itemizedlist> 38 39 <para>The <acronym>KDE</acronym> Edu package provides 40 <command>keduca</command>, 41 <command>kgeo</command>, 42 <command>klettres</command>, 43 <command>kstars</command>, 44 <command>ktouch</command> and 45 <command>kvoctrain</command>. 46 </para> 47 48 </sect2> 49 50 <sect2><title>Description</title> 51 52 <sect3><title>keduca</title> 53 <para><command>keduca</command> - tests and exams.</para></sect3> 54 55 <sect3><title>kgeo</title> 56 <para><command>kgeo</command> is an interactive geometry tutorial.</para></sect3> 57 58 <sect3><title>klettres</title> 59 <para><command>klettres</command> is an alphabet tutor (French).</para></sect3> 60 61 <sect3><title>kstars</title> 62 <para><command>kstars</command> is a desktop planetarium.</para></sect3> 63 64 <sect3><title>ktouch</title> 65 <para><command>ktouch</command> is a touch typing tutor.</para></sect3> 66 67 <sect3><title>kvoctrain</title> 68 <para><command>kvoctrain</command> is a vocabulary trainer.</para></sect3> 69 31 70 </sect2> 32 71 </sect1> -
kde/inst/kde-games.xml
r146073c r4ee53fa2 3 3 <title>kdegames-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-games-ftp;"/> 6 Estimated build disk space: 70 MB 7 Estimated installed space: 20 MB 8 Package size: &kde-games-size; 9 Estimated build time: 24 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdegames</application></title> 10 7 11 <para>kdegames depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <para><application>kdegames</application> is a compilation of various games.</para> 13 9 14 <para>Install kdegames with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 10 <sect3><title>Package information</title> 11 <itemizedlist spacing='compact'> 12 <listitem><para>Download (HTTP): <ulink url="&kde-games-download-http;"/></para></listitem> 13 <listitem><para>Download (FTP): <ulink url="&kde-games-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &kde-games-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: &kde-games-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: &kde-games-time;</para></listitem></itemizedlist> 17 </sect3> 18 19 <sect3><title><application>kdegames</application> dependencies</title> 20 <sect4><title>Required</title> 21 <para><xref linkend="kde-base"/> 22 </para></sect4> 23 </sect3> 24 25 </sect2> 26 27 <sect2> 28 <title>Installation of <application>kdegames</application></title> 29 30 <para>Install <application>kdegames</application> with: 31 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 32 --disable-dependency-tracking && 17 33 make && 18 make install</userinput></screen></para> 34 make install</command></userinput></screen></para> 35 36 </sect2> 19 37 20 38 <sect2> 21 39 <title>Contents</title> 22 <para>The KDE Games package provides the following games:</para> 23 <itemizedlist> 24 <listitem><para>Arcade: KAsteroids, KBounce, KFoulEggs, KSirtet, 25 KSmileTris, KSnakeRace, KSpaceDuel, KTron</para></listitem> 26 <listitem><para>Boardgames: KBackgammon, KBattleship, KBlakBox, KMahjongg, 27 KReversi, KWin4, Kenolaba, Shisen-Sho</para></listitem> 28 <listitem><para>Card Games: KPoker, Lieutnant, Patience</para></listitem> 29 <listitem><para>Strategy & Tactics: KAtomic, KJumpingCube, KMines, 30 KSokoban, Kolor Lines, Konquest, SameGame</para></listitem> 31 </itemizedlist> 40 41 <para>The <acronym>KDE</acronym> Games package provides 42 <command>kasteroids</command>, 43 <command>kbounce</command>, 44 <command>kfouleggs</command>, 45 <command>ksirtet</command>, 46 <command>ksmiletris</command>, 47 <command>ksnakerace</command>, 48 <command>kspaceduel</command>, 49 <command>ktron</command>, 50 <command>kbackgammon</command>, 51 <command>kbattleship</command>, 52 <command>kblakbox</command>, 53 <command>kmahjongg</command>, 54 <command>kreversi</command>, 55 <command>kwin4</command>, 56 <command>kenolaba</command>, 57 <command>shisensho</command>, 58 <command>kpoker</command>, 59 <command>lieutnant</command>, 60 <command>patience</command>, 61 <command>katomic</command>, 62 <command>kjumpingcube</command>, 63 <command>kmines</command>, 64 <command>ksokoban</command>, 65 <command>kolorlines</command>, 66 <command>konquest</command> and 67 <command>samegame</command>. 68 </para> 69 32 70 </sect2> 33 71 </sect1> 34 -
kde/inst/kde-graphics.xml
r146073c r4ee53fa2 3 3 <title>kdegraphics-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-graphics-ftp;"/> 6 Estimated build disk space: 38 MB 7 Estimated installed space: 7 MB 8 Package size: &kde-graphics-size; 9 Estimated build time: 24 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdegraphics</application></title> 10 7 11 <para>kdegraphics depends on: 12 <screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script) 13 The kuickshow program requires <xref linkend="imlib"/> 14 The kooka program requires <xref linkend="sane"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-graphics-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-graphics-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-graphics-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-graphics-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-graphics-time;</para></listitem></itemizedlist> 15 </sect3> 15 16 16 <para>Install kdegraphics with: 17 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdegraphics</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> and <xref linkend="which"/> 20 </para></sect4> 21 <sect4><title>Optional</title> 22 <para><xref linkend="imlib"/> and <xref linkend="sane"/></para></sect4> 23 </sect3> 24 25 </sect2> 26 27 <sect2> 28 <title>Installation of <application>kdegraphics</application></title> 29 30 <para>Install <application>kdegraphics</application> with: 31 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 18 32 --disable-dependency-tracking && 19 33 make && 20 make install</userinput></screen></para> 34 make install</command></userinput></screen></para> 35 36 </sect2> 21 37 22 38 <sect2> 23 39 <title>Contents</title> 24 <para>The KDE Graphics package provides:</para> 25 <itemizedlist> 26 <listitem><para>kcoloredit - color pallette editor</para></listitem> 27 <listitem><para>kdvi - DVI viewer</para></listitem> 28 <listitem><para>kfax - FAX viewer</para></listitem> 29 <listitem><para>kfract - A fractal generator</para></listitem> 30 <listitem><para>kghostview - PS/PDF viewer</para></listitem> 31 <listitem><para>kiconedit - An icon editor</para></listitem> 32 <listitem><para>kooka - Raster image scan program</para></listitem> 33 <listitem><para>kpaint - A paint program</para></listitem> 34 <listitem><para>kruler - Screen ruler</para></listitem> 35 <listitem><para>ksnapshot - Screen capture program</para></listitem> 36 <listitem><para>kuickshow - Image viewer</para></listitem> 37 <listitem><para>kview - Another image viewer</para></listitem> 38 </itemizedlist> 40 41 <para>The <acronym>KDE</acronym> Graphics package provides 42 <command>kcoloredit</command>, 43 <command>kdvi</command>, 44 <command>kfax</command>, 45 <command>kfract</command>, 46 <command>kghostview</command>, 47 <command>kiconedit</command>, 48 <command>kooka</command>, 49 <command>kpaint</command>, 50 <command>kruler</command>, 51 <command>ksnapshot</command>, 52 <command>kuickshow</command> and 53 <command>kview</command>. 54 </para> 55 56 </sect2> 57 58 <sect2><title>Description</title> 59 60 <sect3><title>kcoloredit</title> 61 <para><command>kcoloredit</command> is a color pallette editor.</para></sect3> 62 63 <sect3><title>kdvi</title> 64 <para><command>kdvi</command> is a <acronym>DVI</acronym> viewer.</para></sect3> 65 66 <sect3><title>kfax</title> 67 <para><command>kfax</command> is a <acronym>FAX</acronym> viewer.</para></sect3> 68 69 <sect3><title>kfract</title> 70 <para><command>kfract</command> is a fractal generator.</para></sect3> 71 72 <sect3><title>kghostview</title> 73 <para><command>kghostview</command> is a 74 <acronym>PS</acronym>/<acronym>PDF</acronym> viewer.</para></sect3> 75 76 <sect3><title>kiconedit</title> 77 <para><command>kiconedit</command> is an icon editor.</para></sect3> 78 79 <sect3><title>kooka</title> 80 <para><command>kooka</command> is a raster image scan program.</para></sect3> 81 82 <sect3><title>kpaint</title> 83 <para><command>kpaint</command> is a paint program.</para></sect3> 84 85 <sect3><title>kruler</title> 86 <para><command>kruler</command> is a screen ruler.</para></sect3> 87 88 <sect3><title>ksnapshot</title> 89 <para><command>ksnapshot</command> is a screen capture program.</para></sect3> 90 91 <sect3><title>kuickshow</title> 92 <para><command>kuickshow</command> is an image viewer.</para></sect3> 93 94 <sect3><title>kview</title> 95 <para><command>kview</command> is another image viewer.</para></sect3> 96 39 97 </sect2> 40 98 </sect1> 41 -
kde/inst/kde-libs.xml
r146073c r4ee53fa2 2 2 <title>kdelibs-&kde-version;</title> 3 3 4 <para><screen>Download location (FTP): <ulink url="&kde-libs-ftp;"/> 5 Estimated build disk space: 115 MB 6 Estimated installed space: 41 MB 7 Package size: &kde-libs-size; 8 Estimated build time: 62 min (667 MHz)</screen></para> 4 <sect2> 5 <title>Introduction to <application>kdelibs</application></title> 6 7 <para>This package includes libraries that are central to the 8 development and execution of a <acronym>KDE</acronym> program, as well 9 as internationalization files for these libraries, misc 10 <acronym>HTML</acronym> documentation, theme modules and regression 11 tests.</para> 12 13 <sect3><title>Package information</title> 14 <itemizedlist spacing='compact'> 15 <listitem><para>Download (HTTP): <ulink url="&kde-libs-download-http;"/></para></listitem> 16 <listitem><para>Download (FTP): <ulink url="&kde-libs-download-ftp;"/></para></listitem> 17 <listitem><para>Download size: &kde-libs-size;</para></listitem> 18 <listitem><para>Estimated Disk space required: &kde-libs-buildsize;</para></listitem> 19 <listitem><para>Estimated build time: &kde-libs-time;</para></listitem></itemizedlist> 20 </sect3> 21 22 <sect3><title><application>kdelibs</application> dependencies</title> 23 <sect4><title>Required</title> 24 <para><xref linkend="kde-core-arts"/></para></sect4> 25 <sect4><title>Recommended</title> 26 <para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref 27 linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref 28 linkend="libfam"/> and <xref linkend="libart_lgpl"/></para></sect4> 29 <sect4><title>Optional</title> 30 <para><xref linkend="cups"/>, <xref linkend="sane"/> and <xref linkend="openldap"/> 31 </para></sect4> 32 </sect3> 33 34 </sect2> 35 36 <sect2> 37 <title>Installation of <application>kdelibs</application></title> 9 38 10 39 <!-- 11 <warning><para>The KDE instructions are being revised.The instructions should40 <warning><para>The <acronym>KDE</acronym> instructions are being revised. The instructions should 12 41 work as described in the following sections, but not all KDE packages 13 42 have been validated.</para></warning> 14 43 --> 15 44 16 17 <para>The following package is required to install kdelibs: 18 <screen><xref linkend="kde-core-arts"/></screen></para> 19 20 <para>kdelibs can use many libraries and programs. The following are recommended: 21 <screen><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>, 22 <xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/></screen></para> 23 24 <para>Other optional programs and libraries that can be used by kdelibs are: 25 <screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/></screen></para> 26 27 <para>Install kdelibs with: 28 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 45 <para>Install <application>kdelibs</application> with: 46 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 29 47 --disable-dependency-tracking --with-alsa --enable-fast-malloc=full && 30 48 make && 31 make install</ userinput></screen></para>49 make install</command></userinput></screen></para> 32 50 33 <sect2><title>kdelibs Installation Command explanations</title> 34 <para><userinput>--prefix=&kde-dir;</userinput> : This option tells 51 </sect2> 52 53 <sect2><title>Command explanations</title> 54 <para><command>--prefix=&kde-dir;</command> : This option tells 35 55 the process to install the package in <filename 36 56 class="directory">&kde-dir;</filename>.</para> 37 57 38 <para>< userinput>--disable-debug</userinput> : This option causes the58 <para><command>--disable-debug</command> : This option causes the 39 59 system to be compiled without debugging code.</para> 40 60 41 <para>< userinput>--disable-dependency-tracking</userinput> : This option61 <para><command>--disable-dependency-tracking</command> : This option 42 62 speeds up one time builds.</para> 43 63 44 <para>< userinput>--with-alsa</userinput> : This option tells the build process to64 <para><command>--with-alsa</command> : This option tells the build process to 45 65 search for and use Alsa for sound support.</para> 46 66 47 <para><userinput>--enable-fast-malloc=full</userinput> : This option tells 48 KDE programs to use an internal memory allocation scheme 49 optimized for KDE.</para> 50 </sect2> 51 52 <sect2><title>Configuring kdelibs</title> 53 <para>There is no additional configuration to do for kdelibs.</para> 67 <para><command>--enable-fast-malloc=full</command> : This option tells 68 <acronym>KDE</acronym> programs to use an internal memory allocation scheme 69 optimized for <acronym>KDE</acronym>.</para> 54 70 </sect2> 55 71 56 72 <sect2><title>Contents</title> 57 <para>kde-libs provides numerous libraries needed by kde programs.</para> 73 <para>kdelibs provides numerous libraries needed by 74 <acronym>KDE</acronym> programs.</para> 58 75 59 76 </sect2> 60 77 </sect1> 61 -
kde/inst/kde-multimedia.xml
r146073c r4ee53fa2 3 3 <title>kdemultimedia-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-multimedia-ftp;"/> 6 Estimated build disk space: 78 MB 7 Estimated installed space: 15 MB 8 Package size: &kde-multimedia-size; 9 Estimated build time: 44 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdemultimedia</application></title> 10 7 11 <para>kdemultimedia depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-multimedia-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-multimedia-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-multimedia-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-multimedia-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-multimedia-time;</para></listitem></itemizedlist> 15 </sect3> 13 16 14 <para>Install kdemultimedia with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdemultimedia</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 </sect3> 22 23 </sect2> 24 25 <sect2> 26 <title>Installation of <application>kdemultimedia</application></title> 27 28 <para>Install <application>kdemultimedia</application> with: 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 30 --disable-dependency-tracking --with-arts-alsa && 17 31 make && 18 make install</userinput></screen></para> 32 make install</command></userinput></screen></para> 33 34 </sect2> 19 35 20 36 <sect2> 21 <title> kdemultimedia InstallationCommand explanations</title>37 <title>Command explanations</title> 22 38 23 <para>< userinput>--with-arts-alsa</userinput> : Use the alsa support built39 <para><command>--with-arts-alsa</command> : Use the alsa support built 24 40 into aRts.</para> 25 41 … … 28 44 <sect2> 29 45 <title>Configuring kdemultimedia</title> 46 30 47 <para>There is no explicit configuration for the kde multimedia package, 31 however Kscd needs to find the CD drive. 48 however Kscd needs to find the CD drive. The default 32 49 is <filename>/dev/cdrom</filename> which may not exist on your system. The 33 50 easiest way to do this is to create a symbolic link to this from your CD 34 51 drive (e.g. <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, 35 52 etc): 36 <screen><userinput> cd /dev &&37 ln -s "CD Drive" /dev/cdrom</ userinput></screen>53 <screen><userinput><command>cd /dev && 54 ln -s "CD Drive" /dev/cdrom</command></userinput></screen> 38 55 </para> 56 39 57 </sect2> 40 41 58 42 59 <sect2> 43 60 <title>Contents</title> 44 <para>The KDE Multimedia package provides:</para> 45 <itemizedlist> 46 <listitem><para>kaboodle - A multimedia player</para></listitem> 47 <listitem><para>noatun - Another multimedia player</para></listitem> 48 <listitem><para>TiMidity - Midi player</para></listitem> 49 <listitem><para>kmidi - A front end for TiMidity</para></listitem> 50 <listitem><para>kmix - Sound mixer</para></listitem> 51 <listitem><para>Kscd - CD player</para></listitem> 52 <listitem><para>aKtion! - Video player</para></listitem> 53 </itemizedlist> 61 62 <para>The <acronym>KDE</acronym> Multimedia package provides 63 <command>kaboodle</command>, 64 <command>noatun</command>, 65 <command>timidity</command>, 66 <command>kmidi</command>, 67 <command>kmix</command>, 68 <command>kscd</command> and 69 <command>aktion</command>. 70 </para> 71 72 </sect2> 73 74 <sect2><title>Description</title> 75 76 <sect3><title>kaboodle</title> 77 <para><command>kaboodle</command> is a multimedia player.</para></sect3> 78 79 <sect3><title>noatun</title> 80 <para><command>noatun</command> is another multimedia player.</para></sect3> 81 82 <sect3><title>timidity</title> 83 <para><command>timidity</command> is a midi player.</para></sect3> 84 85 <sect3><title>kmidi</title> 86 <para><command>kmidi</command> is a front end for 87 <command>timidity</command>.</para></sect3> 88 89 <sect3><title>kmix</title> 90 <para><command>kmix</command> is a sound mixer.</para></sect3> 91 92 <sect3><title>kscd</title> 93 <para><command>kscd</command> is a CD player.</para></sect3> 94 95 <sect3><title>aktion</title> 96 <para><command>aktion</command> is a video player.</para></sect3> 97 54 98 </sect2> 55 99 </sect1> 56 -
kde/inst/kde-network.xml
r146073c r4ee53fa2 3 3 <title>kdenetwork-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-network-ftp;"/> 6 Estimated build disk space: 71 MB 7 Estimated installed space: 16 MB 8 Package size: &kde-network-size; 9 Estimated build time: 28 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdenetwork</application></title> 10 7 11 <para>kdenetwork depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-network-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-network-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-network-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-network-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-network-time;</para></listitem></itemizedlist> 15 </sect3> 13 16 14 <para>Install kdenetwork with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdenetwork</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 </sect3> 22 23 </sect2> 24 25 <sect2> 26 <title>Installation of <application>kdenetwork</application></title> 27 28 <para>Install <application>kdenetwork</application> with: 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 30 --disable-dependency-tracking && 17 31 make && 18 make install</ userinput></screen></para>32 make install</command></userinput></screen></para> 19 33 20 <sect2><title>Configuring kdenetwork</title> 34 </sect2> 35 36 <sect2> 37 <title>Configuring kdenetwork</title> 38 21 39 <para>There is no explicit configuration for the kde network package, however 22 40 individual packages need to be set up with user information. 23 41 </para> 42 24 43 </sect2> 25 26 44 27 45 <sect2> 28 46 <title>Contents</title> 29 <para>The KDE Network package provides:</para> 30 <itemizedlist> 31 <listitem><para>KMail - A mail client</para></listitem> 32 <listitem><para>KNewsTicker - News applet for the KDE Application Launcher Panel</para></listitem> 33 <listitem><para>KNode - A news reader</para></listitem> 34 <listitem><para>KPPP - Internet dial-up utility</para></listitem> 35 <listitem><para>KSirc - A chat client</para></listitem> 36 <listitem><para>Kit - An AOL messaging client (AIM)</para></listitem> 37 <listitem><para>Korn - A mail notification utility</para></listitem> 38 </itemizedlist> 47 48 <para>The <acronym>KDE</acronym> Network package provides 49 <command>kmail</command>, 50 <command>knewsticker</command>, 51 <command>knode</command>, 52 <command>kppp</command>, 53 <command>ksirc</command>, 54 <command>kit</command> and 55 <command>korn</command>. 56 </para> 57 58 </sect2> 59 60 <sect2><title>Description</title> 61 62 <sect3><title>kmail</title> 63 <para><command>kmail</command> is a mail client.</para></sect3> 64 65 <sect3><title>knewsticker</title> 66 <para><command>knewsticker</command> is a news applet for the 67 <acronym>KDE</acronym> Application Launcher Panel.</para></sect3> 68 69 <sect3><title>knode</title> 70 <para><command>knode</command> is a news reader.</para></sect3> 71 72 <sect3><title>kppp</title> 73 <para><command>kppp</command> is a dial-up utility.</para></sect3> 74 75 <sect3><title>ksirc</title> 76 <para><command>ksirc</command> is a chat client.</para></sect3> 77 78 <sect3><title>kit</title> 79 <para><command>kit</command> is an <acronym>AOL</acronym> messaging 80 client (<acronym>AIM</acronym>).</para></sect3> 81 82 <sect3><title>korn</title> 83 <para><command>korn</command> is a mail notification utility.</para></sect3> 84 39 85 </sect2> 40 86 </sect1> 41 -
kde/inst/kde-pim.xml
r146073c r4ee53fa2 3 3 <title>kdepim-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-pim-ftp;"/> 6 Estimated build disk space: 63 MB 7 Estimated installed space: 7 MB 8 Package size: &kde-pim-size; 9 Estimated build time: 22 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdepim</application></title> 10 7 11 <para>kdepim depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-pim-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-pim-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-pim-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-pim-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-pim-time;</para></listitem></itemizedlist> 15 </sect3> 13 16 14 <para>The kpilot application depends on <filename>pilot-link</filename> 15 version 0.9.5 which can be found at <ulink 16 url="http://www.slac.com/pilone/kpilot_home"/></para> 17 <sect3><title><application>kdepim</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 <sect4><title>Optional</title> 22 <para><ulink 23 url="http://www.slac.com/pilone/kpilot_home">pilot-link</ulink> 24 </para></sect4> 25 </sect3> 17 26 18 <para>Install kdepim with: 19 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 27 </sect2> 28 29 <sect2> 30 <title>Installation of <application>kdepim</application></title> 31 32 <para>Install <application>kdepim</application> with: 33 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 20 34 --disable-dependency-tracking && 21 35 make && 22 make install</userinput></screen></para> 36 make install</command></userinput></screen></para> 37 38 </sect2> 23 39 24 40 <sect2> 25 41 <title>Contents</title> 26 <para>The KDE PIM package provides:</para> 27 <itemizedlist> 28 <listitem><para>kalarm - A system to provide reminder messages.</para></listitem> 29 <listitem><para>kandy - A program to synchronize mobile phone numbers</para></listitem> 30 <listitem><para>karm - A personal time tracker</para></listitem> 31 <listitem><para>knotes - Popup notes utility</para></listitem> 32 <listitem><para>korganizer - Personal calendar/todo system</para></listitem> 33 <listitem><para>kpilot - A program to synchrinize a Palm-Pilot</para></listitem> 34 <listitem><para>libical - A calendar library</para></listitem> 35 </itemizedlist> 42 43 <para>The <acronym>KDE</acronym> <acronym>PIM</acronym> package provides 44 <command>kalarm</command>, 45 <command>kandy</command>, 46 <command>karm</command>, 47 <command>knotes</command>, 48 <command>korganizer</command>, 49 <command>kpilot</command> and 50 <command>libical</command>. 51 </para> 52 53 </sect2> 54 55 <sect2><title>Description</title> 56 57 <sect3><title>kalarm</title> 58 <para><command>kalarm</command> is a system to provide reminder messages.</para></sect3> 59 60 <sect3><title>kandy</title> 61 <para><command>kandy</command>is a program to synchronize mobile phone 62 numbers.</para></sect3> 63 64 <sect3><title>karm</title> 65 <para><command>karm</command> is a personal time tracker.</para></sect3> 66 67 <sect3><title>knotes</title> 68 <para><command>knotes</command> is a popup notes utility.</para></sect3> 69 70 <sect3><title>korganizer</title> 71 <para><command>korganizer</command> is a personal calendar/todo system.</para></sect3> 72 73 <sect3><title>kpilot</title> 74 <para><command>kpilot</command> is a program to synchronize a 75 Palm-Pilot.</para></sect3> 76 77 <sect3><title>libical</title> 78 <para><command>libical</command> is a calendar library.</para></sect3> 79 36 80 </sect2> 37 81 </sect1> 38 -
kde/inst/kde-toys.xml
r146073c r4ee53fa2 3 3 <title>kdetoys-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-toys-ftp;"/> 6 Estimated build disk space: 12 MB 7 Estimated installed space: 4 MB 8 Package size: &kde-toys-size; 9 Estimated build time: 4 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdetoys</application></title> 10 7 11 <para>kdetoys depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-toys-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-toys-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-toys-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-toys-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-toys-time;</para></listitem></itemizedlist> 15 </sect3> 13 16 14 <para>Install kdetoys with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdetoys</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 </sect3> 22 23 </sect2> 24 25 <sect2> 26 <title>Installation of <application>kdetoys</application></title> 27 28 <para>Install <application>kdetoys</application> with: 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 30 --disable-dependency-tracking && 17 31 make && 18 make install</userinput></screen></para> 32 make install</command></userinput></screen></para> 33 34 </sect2> 19 35 20 36 <sect2> 21 37 <title>Contents</title> 22 <para>The KDE toys package provides:</para> 23 <itemizedlist> 24 <listitem><para>AMOR - Amusing Misuse of Resources</para></listitem> 25 <listitem><para>kaphorism - Aphorisms</para></listitem> 26 <listitem><para>kmoon - Moon phase indicator</para></listitem> 27 <listitem><para>kodo - Measure your desktop mileage</para></listitem> 28 <listitem><para>kteatime - Time your tea brewing</para></listitem> 29 <listitem><para>ktux - Small Tux crossing stars</para></listitem> 30 </itemizedlist> 38 39 <para>The <acronym>KDE</acronym> Toys package provides 40 <command>amor</command>, 41 <command>kaphorism</command>, 42 <command>kmoon</command>, 43 <command>kodo</command>, 44 <command>kteatime</command> and 45 <command>ktux</command>. 46 </para> 47 48 </sect2> 49 50 <sect2><title>Description</title> 51 52 <sect3><title>amor</title> 53 <para><command>amor</command> - Amusing Misuse of Resources.</para></sect3> 54 55 <sect3><title>kaphorism</title> 56 <para><command>kaphorism</command> - aphorisms.</para></sect3> 57 58 <sect3><title>kmoon</title> 59 <para><command>kmoon</command> is a Moon phase indicator.</para></sect3> 60 61 <sect3><title>kodo</title> 62 <para><command>kodo</command> measures your desktop mileage.</para></sect3> 63 64 <sect3><title>kteatime</title> 65 <para><command>kteatime</command> times your tea brewing.</para></sect3> 66 67 <sect3><title>ktux</title> 68 <para><command>ktux</command> - small Tux crossing stars.</para></sect3> 69 31 70 </sect2> 32 71 </sect1> -
kde/inst/kde-utils.xml
r146073c r4ee53fa2 3 3 <title>kdeutils-&kde-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&kde-utils-ftp;"/> 6 Estimated build disk space: 26 MB 7 Estimated installed space: 6 MB 8 Package size: &kde-utils-size; 9 Estimated build time: 13 min (667 MHz)</screen></para> 5 <sect2> 6 <title>Introduction to <application>kdeutils</application></title> 10 7 11 <para>kdeutils depends on: 12 <screen><xref linkend="kde-base"/></screen></para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&kde-utils-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&kde-utils-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &kde-utils-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &kde-utils-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &kde-utils-time;</para></listitem></itemizedlist> 15 </sect3> 13 16 14 <para>Install kdeutils with: 15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 17 <sect3><title><application>kdeutils</application> dependencies</title> 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> 20 </para></sect4> 21 </sect3> 22 23 </sect2> 24 25 <sect2> 26 <title>Installation of <application>kdeutils</application></title> 27 28 <para>Install <application>kdeutils</application> with: 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 16 30 --disable-dependency-tracking && 17 31 make && 18 make install</userinput></screen></para> 32 make install</command></userinput></screen></para> 33 34 </sect2> 19 35 20 36 <sect2> 21 37 <title>Contents</title> 22 <para>The KDE Utils package provides the following:</para> 23 <itemizedlist> 24 <listitem><para>kcalc - Scientific Calculator</para></listitem> 25 <listitem><para>charselectapplet - Character Selector Applet</para></listitem> 26 <listitem><para>arc - Archiving Tool</para></listitem> 27 <listitem><para>kdepasswd - Change passwords</para></listitem> 28 <listitem><para>kdf - View disk usage</para></listitem> 29 <listitem><para>kedit - Text editor</para></listitem> 30 <listitem><para>kfloppy - Floppy formatter</para></listitem> 31 <listitem><para>khexeditor - Binary editor </para></listitem> 32 <listitem><para>kjots - Note taker</para></listitem> 33 <listitem><para>kljtool - HP Laserjet control panel</para></listitem> 34 <listitem><para>klpq - View print job queues</para></listitem> 35 <listitem><para>ktimer - Task scheduler</para></listitem> 36 </itemizedlist> 38 39 <para>The <acronym>KDE</acronym> Utils package provides 40 <command>kcalc</command>, 41 <command>charselectapplet</command>, 42 <command>arc</command>, 43 <command>kdepasswd</command>, 44 <command>kdf</command>, 45 <command>kedit</command>, 46 <command>kfloppy</command>, 47 <command>khexeditor</command>, 48 <command>kjots</command>, 49 <command>kljtool</command>, 50 <command>klpq</command> and 51 <command>ktimer</command>. 52 </para> 53 54 </sect2> 55 56 <sect2><title>Description</title> 57 58 <sect3><title>kcalc</title> 59 <para><command>kcalc</command> is a scientific calculator.</para></sect3> 60 61 <sect3><title>charselectapplet</title> 62 <para><command>charselectapplet</command> is a character selector 63 applet.</para></sect3> 64 65 <sect3><title>arc</title> 66 <para><command>arc</command> is an archiving tool.</para></sect3> 67 68 <sect3><title>kdepasswd</title> 69 <para><command>kdepasswd</command> is a password managing utility.</para></sect3> 70 71 <sect3><title>kdf</title> 72 <para><command>kdf</command> is a disk usage viewer.</para></sect3> 73 74 <sect3><title>kedit</title> 75 <para><command>kedit</command> is a text editor.</para></sect3> 76 77 <sect3><title>kfloppy</title> 78 <para><command>kfloppy</command> is a floppy formatter.</para></sect3> 79 80 <sect3><title>khexeditor</title> 81 <para><command>khexeditor</command> is a binary editor.</para></sect3> 82 83 <sect3><title>kjots</title> 84 <para><command>kjots</command> is a note taker.</para></sect3> 85 86 <sect3><title>kljtool</title> 87 <para><command>kljtool</command> is a <acronym>HP</acronym> Laserjet 88 control panel.</para></sect3> 89 90 <sect3><title>klpq</title> 91 <para><command>klpq</command> displays print job queues.</para></sect3> 92 93 <sect3><title>ktimer</title> 94 <para><command>ktimer</command> is a task scheduler.</para></sect3> 95 37 96 </sect2> 38 97 </sect1> -
kde/kde-intro.xml
r146073c r4ee53fa2 1 1 <partintro> 2 <title>Introduction to KDE</title>2 <title>Introduction to <acronym>KDE</acronym></title> 3 3 4 <para> 5 <screen>KDE depends on: <xref linkend="xfree86"/> and <xref linkend="qt"/></screen> 6 </para> 7 8 <para>KDE is a comprehensive desktop environment that builds on 4 <para><acronym>KDE</acronym> is a comprehensive desktop environment that builds on 9 5 <productname>XFree86</productname> and <productname>QT</productname> to provide 10 6 a window manager and many user tools, including a browser, word processor, 11 spreadsheet, presentation package, games, and numerous other utilities. 7 spreadsheet, presentation package, games, and numerous other utilities. It 12 8 provides extensive capabilities for customization.</para> 13 9 14 <para>We divide the KDE instructions into three parts.The first part, the15 core packages, are needed for the rest of KDE to work.The second part10 <para>We divide the <acronym>KDE</acronym> instructions into three parts. The first part, the 11 core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part 16 12 presents additional packages which provide functionality in various areas 17 (multimedia, graphics etc). 18 miscellaneous KDEpackages.</para>13 (multimedia, graphics etc). Finally, we describe installation of other 14 miscellaneous <acronym>KDE</acronym> packages.</para> 19 15 20 <para>As the instructions for compiling and installing KDEwere developed,16 <para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed, 21 17 the options to <filename>configure</filename> were examined and the parameters 22 presented are the most likely to compile correctly. 18 presented are the most likely to compile correctly. In each of the packages, 23 19 one other option to <filename>configure</filename> can be added: 24 < userinput>--enable-final</userinput>.This option can speed up the build20 <command>--enable-final</command>. This option can speed up the build 25 21 process, but requires a lot of memory. If you have less than 256MB of RAM, 26 22 this option may cause swapping and significantly slow compilation.</para> 27 23 28 <para> KDEalso has many internationalization packages in the form of:29 < userinput>kde-i18n-xx-&kde-version;.tar.bz2</userinput>30 where the xx is a two to five letter code for the country covered. 24 <para><acronym>KDE</acronym> also has many internationalization packages in the form of: 25 <filename>kde-i18n-xx-&kde-version;.tar.bz2</filename> 26 where the xx is a two to five letter code for the country covered. We 31 27 do not cover the installation of these packages here.</para> 32 28 33 <para>All the KDEpackages comprise of various components. The default is to29 <para>All the <acronym>KDE</acronym> packages comprise of various components. The default is to 34 30 install most of the components. If specific components are to be eliminated, the 35 31 official way is to set the variable <userinput>DO_NOT_COMPILE</userinput>. … … 37 33 component.</para> 38 34 39 < para><screen><userinput>DO_NOT_COMPILE="component1 component2" \40 ./configure --prefix=/opt/kde...</ userinput></screen></para>35 <screen><userinput><command>DO_NOT_COMPILE="component1 component2" \ 36 ./configure --prefix=/opt/kde...</command></userinput></screen> 41 37 42 <para>The core KDEpackages also honor this variable, but omitting components38 <para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components 43 39 from the core packages is not advisable since it may result in an 44 incomplete KDEinstallation.</para>40 incomplete <acronym>KDE</acronym> installation.</para> 45 41 46 42 </partintro> -
kde/kde.ent
r146073c r4ee53fa2 2 2 <!ENTITY kde-intro SYSTEM "kde-intro.xml"> 3 3 4 <!ENTITY kde-version "3.1.4"> 5 <!ENTITY kde-download "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src"> 6 <!ENTITY kde-dir "/opt/kde-&kde-version;"> 7 4 8 <!-- KDE Core --> 5 9 <!ENTITY kde-core SYSTEM "core/core.xml"> 6 <!-- <!ENTITY kde-core-arts SYSTEM "core/arts.xml"> -->7 10 <!ENTITY kde-core-config SYSTEM "core/config.xml"> 8 11 9 <!ENTITY kde-core-arts SYSTEM 10 <!ENTITY arts- version "1.1">11 <!ENTITY arts- download-size "947 KB">12 <!ENTITY arts- build-size "35 MB">13 <!ENTITY arts- install-size "5.7 MB">14 <!ENTITY arts- download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src/arts-&arts-version;.tar.bz2">15 <!ENTITY arts- build-time "11 min (667 MHz)">16 <!ENTITY arts-time "9.33 SBU"> 12 <!ENTITY kde-core-arts SYSTEM "core/arts.xml"> 13 <!ENTITY arts-buildsize "42.5 MB"> 14 <!ENTITY arts-version "1.1.4"> 15 <!ENTITY arts-download-http ""> 16 <!ENTITY arts-download-ftp "&kde-download;/arts-&arts-version;.tar.bz2"> 17 <!ENTITY arts-size "963 KB"> 18 <!ENTITY arts-time "2.52 SBU"> 19 17 20 <!-- KDE Additional --> 18 21 <!ENTITY kde-add SYSTEM "add/add.xml"> … … 22 25 23 26 <!-- Package entities --> 24 25 <!-- <!ENTITY arts SYSTEM "core/arts.xml"> -->26 <!ENTITY kde-libs SYSTEM "inst/kde-libs.xml">27 <!ENTITY kde-base SYSTEM "inst/kde-base.xml">28 <!ENTITY kde-multimedia SYSTEM "inst/kde-multimedia.xml">29 <!ENTITY kde-network SYSTEM "inst/kde-network.xml">30 <!ENTITY kde-graphics SYSTEM "inst/kde-graphics.xml">31 <!ENTITY kde-pim SYSTEM "inst/kde-pim.xml">32 <!ENTITY kde-admin SYSTEM "inst/kde-admin.xml">33 <!ENTITY kde-games SYSTEM "inst/kde-games.xml">34 <!ENTITY kde-utils SYSTEM "inst/kde-utils.xml">35 <!ENTITY kde-edu SYSTEM "inst/kde-edu.xml">36 <!ENTITY kde-artwork SYSTEM "inst/kde-artwork.xml">37 <!ENTITY kde-toys SYSTEM "inst/kde-toys.xml">38 <!ENTITY kde-addons SYSTEM "inst/kde-addons.xml">39 27 <!ENTITY kde-office SYSTEM "inst/kde-office.xml"> 40 28 <!ENTITY kdoc SYSTEM "inst/kdoc.xml"> … … 44 32 <!ENTITY kdm SYSTEM "inst/kdm.xml"> 45 33 46 <!ENTITY kde-version "3.1"> 47 <!ENTITY kde-download "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src"> 48 <!ENTITY kde-dir "/opt/kde-&kde-version;"> 34 <!ENTITY kde-libs SYSTEM "inst/kde-libs.xml"> 35 <!ENTITY kde-libs-buildsize "193 MB"> 36 <!ENTITY kde-libs-download-http ""> 37 <!ENTITY kde-libs-download-ftp "&kde-download;/kdelibs-&kde-version;.tar.bz2"> 38 <!ENTITY kde-libs-size "10 MB"> 39 <!ENTITY kde-libs-time "35.34 SBU"> 49 40 50 <!ENTITY kde-libs-ftp "&kde-download;/kdelibs-&kde-version;.tar.bz2"> 51 <!ENTITY kde-libs-size "7.2 MB"> 52 <!ENTITY kde-base-ftp "&kde-download;/kdebase-&kde-version;.tar.bz2"> 53 <!ENTITY kde-base-size "12.0 MB"> 54 <!ENTITY kde-multimedia-ftp "&kde-download;/kdemultimedia-&kde-version;.tar.bz2"> 55 <!ENTITY kde-multimedia-size "5.8 MB"> 56 <!ENTITY kde-network-ftp "&kde-download;/kdenetwork-&kde-version;.tar.bz2"> 41 <!ENTITY kde-base SYSTEM "inst/kde-base.xml"> 42 <!ENTITY kde-base-buildsize "196 MB"> 43 <!ENTITY kde-base-download-http ""> 44 <!ENTITY kde-base-download-ftp "&kde-download;/kdebase-&kde-version;.tar.bz2"> 45 <!ENTITY kde-base-size "14 MB"> 46 <!ENTITY kde-base-time "28.22 SBU"> 47 48 <!ENTITY kde-multimedia SYSTEM "inst/kde-multimedia.xml"> 49 <!ENTITY kde-multimedia-buildsize "88 MB"> 50 <!ENTITY kde-multimedia-download-http ""> 51 <!ENTITY kde-multimedia-download-ftp "&kde-download;/kdemultimedia-&kde-version;.tar.bz2"> 52 <!ENTITY kde-multimedia-size "5.7 MB"> 53 <!ENTITY kde-multimedia-time "11.47 SBU"> 54 55 <!ENTITY kde-network SYSTEM "inst/kde-network.xml"> 56 <!ENTITY kde-network-buildsize "86 MB"> 57 <!ENTITY kde-network-download-http ""> 58 <!ENTITY kde-network-download-ftp "&kde-download;/kdenetwork-&kde-version;.tar.bz2"> 57 59 <!ENTITY kde-network-size "4.8 MB"> 58 <!ENTITY kde-graphics-ftp "&kde-download;/kdegraphics-&kde-version;.tar.bz2"> 60 <!ENTITY kde-network-time "8.20 SBU"> 61 62 <!ENTITY kde-graphics SYSTEM "inst/kde-graphics.xml"> 63 <!ENTITY kde-graphics-buildsize "49 MB"> 64 <!ENTITY kde-graphics-download-http ""> 65 <!ENTITY kde-graphics-download-ftp "&kde-download;/kdegraphics-&kde-version;.tar.bz2"> 59 66 <!ENTITY kde-graphics-size "4.4 MB"> 60 <!ENTITY kde-pim-ftp "&kde-download;/kdepim-&kde-version;.tar.bz2"> 67 <!ENTITY kde-graphics-time "9.23 SBU"> 68 69 <!ENTITY kde-pim SYSTEM "inst/kde-pim.xml"> 70 <!ENTITY kde-pim-buildsize "55 MB"> 71 <!ENTITY kde-pim-download-http ""> 72 <!ENTITY kde-pim-download-ftp "&kde-download;/kdepim-&kde-version;.tar.bz2"> 61 73 <!ENTITY kde-pim-size "3.1 MB"> 62 <!ENTITY kde-admin-ftp "&kde-download;/kdeadmin-&kde-version;.tar.bz2"> 74 <!ENTITY kde-pim-time "7.03 SBU"> 75 76 <!ENTITY kde-admin SYSTEM "inst/kde-admin.xml"> 77 <!ENTITY kde-admin-buildsize "44 MB"> 78 <!ENTITY kde-admin-download-http ""> 79 <!ENTITY kde-admin-download-ftp "&kde-download;/kdeadmin-&kde-version;.tar.bz2"> 63 80 <!ENTITY kde-admin-size "1.5 MB"> 64 <!ENTITY kde-games-ftp "&kde-download;/kdegames-&kde-version;.tar.bz2"> 65 <!ENTITY kde-games-size "8.0 MB"> 66 <!ENTITY kde-utils-ftp "&kde-download;/kdeutils-&kde-version;.tar.bz2"> 67 <!ENTITY kde-utils-size "1.4 MB"> 68 <!ENTITY kde-edu-ftp "&kde-download;/kdeedu-&kde-version;.tar.bz2"> 69 <!ENTITY kde-edu-size "20 MB"> 70 <!ENTITY kde-artwork-ftp "&kde-download;/kdeartwork-&kde-version;.tar.bz2"> 71 <!ENTITY kde-artwork-size "14 MB"> 72 <!ENTITY kde-toys-ftp "&kde-download;/kdetoys-&kde-version;.tar.bz2"> 81 <!ENTITY kde-admin-time "2.53 SBU"> 82 83 <!ENTITY kde-games SYSTEM "inst/kde-games.xml"> 84 <!ENTITY kde-games-buildsize "92 MB"> 85 <!ENTITY kde-games-download-http ""> 86 <!ENTITY kde-games-download-ftp "&kde-download;/kdegames-&kde-version;.tar.bz2"> 87 <!ENTITY kde-games-size "8.1 MB"> 88 <!ENTITY kde-games-time "7.86 SBU"> 89 90 <!ENTITY kde-utils SYSTEM "inst/kde-utils.xml"> 91 <!ENTITY kde-utils-buildsize "31 MB"> 92 <!ENTITY kde-utils-download-http ""> 93 <!ENTITY kde-utils-download-ftp "&kde-download;/kdeutils-&kde-version;.tar.bz2"> 94 <!ENTITY kde-utils-size "1.3 MB"> 95 <!ENTITY kde-utils-time "3.76 SBU"> 96 97 <!ENTITY kde-edu SYSTEM "inst/kde-edu.xml"> 98 <!ENTITY kde-edu-buildsize "105 MB"> 99 <!ENTITY kde-edu-download-http ""> 100 <!ENTITY kde-edu-download-ftp "&kde-download;/kdeedu-&kde-version;.tar.bz2"> 101 <!ENTITY kde-edu-size "19 MB"> 102 <!ENTITY kde-edu-time "4.65 SBU"> 103 104 <!ENTITY kde-artwork SYSTEM "inst/kde-artwork.xml"> 105 <!ENTITY kde-artwork-buildsize "61 MB"> 106 <!ENTITY kde-artwork-download-http ""> 107 <!ENTITY kde-artwork-download-ftp "&kde-download;/kdeartwork-&kde-version;.tar.bz2"> 108 <!ENTITY kde-artwork-size "13 MB"> 109 <!ENTITY kde-artwork-time "1.13 SBU"> 110 111 <!ENTITY kde-toys SYSTEM "inst/kde-toys.xml"> 112 <!ENTITY kde-toys-buildsize "18 MB"> 113 <!ENTITY kde-toys-download-http ""> 114 <!ENTITY kde-toys-download-ftp "&kde-download;/kdetoys-&kde-version;.tar.bz2"> 73 115 <!ENTITY kde-toys-size "1.8 MB"> 74 <!ENTITY kde-addons-ftp "&kde-download;/kdeaddons-&kde-version;.tar.bz2"> 75 <!ENTITY kde-addons-size "1.1 MB"> 116 <!ENTITY kde-toys-time "1.51 SBU"> 117 118 <!ENTITY kde-addons SYSTEM "inst/kde-addons.xml"> 119 <!ENTITY kde-addons-buildsize "26 MB"> 120 <!ENTITY kde-addons-download-http ""> 121 <!ENTITY kde-addons-download-ftp "&kde-download;/kdeaddons-&kde-version;.tar.bz2"> 122 <!ENTITY kde-addons-size "1.0 MB"> 123 <!ENTITY kde-addons-time "4.85 SBU"> 124 76 125 <!ENTITY kdoc-ftp "http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/kdoc-snapshot.tar.gz"> 77 126 <!ENTITY kdoc-size "86 KB"> … … 81 130 <!ENTITY kdevelop-size "3.2 MB"> 82 131 <!ENTITY kdm-size "??? MB"> 83 84 85
Note:
See TracChangeset
for help on using the changeset viewer.