Changeset 1fdbdb4
- Timestamp:
- 01/25/2004 12:56:23 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9255931
- Parents:
- 1a55aceb
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r1a55aceb r1fdbdb4 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004012 3">6 <!ENTITY releasedate "January 2 3rd, 2004">5 <!ENTITY version "CVS-20040124"> 6 <!ENTITY releasedate "January 24th, 2004"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
r1a55aceb r1fdbdb4 11 11 12 12 <itemizedlist> 13 14 <listitem><para>January 24th, 2003 [igor]: Updated to 15 KDE-3.1.5.</para></listitem> 13 16 14 17 <listitem><para>January 23rd, 2003 [igor]: Updated to -
kde/core/arts.xml
r1a55aceb r1fdbdb4 21 21 <sect4><title>Required</title> 22 22 <para><xref linkend="qt"/></para></sect4> 23 <sect4><title>Recommended</title>24 <para><xref linkend="alsa"/>, <xref linkend="audiofile"/> and <xref25 linkend="libvorbis"/></para></sect4>26 23 <sect4><title>Optional</title> 27 <para><xref linkend="pkgconfig"/>, <xref 24 <para><xref linkend="alsa"/>, <xref linkend="audiofile"/>, <xref 25 linkend="libvorbis"/>, <xref linkend="pkgconfig"/>, <xref 28 26 linkend="GLib2"/> and <xref linkend="libmad"/></para></sect4> 29 27 </sect3> … … 42 40 43 41 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 44 42 --disable-dependency-tracking && 45 43 make && 46 44 make install && 47 45 ln -sfn &kde-dir; /opt/kde</command></userinput></screen> 48 46 49 <note><para>Another configure option is < command>--enable-final</command>.47 <note><para>Another configure option is <parameter>--enable-final</parameter>. 50 48 This option can speed up the build process, but requires a lot of memory. If 51 49 you have less than 256MB of RAM, this option may cause swapping and … … 55 53 56 54 <sect2><title>Command explanations</title> 57 <para>< command>--prefix=&kde-dir;</command> : This option tells the55 <para><parameter>--prefix=&kde-dir;</parameter> : This option tells the 58 56 process to install the package in <filename 59 57 class="directory">&kde-dir;</filename>. We put aRts here because this 60 58 package is required before installing <acronym>KDE</acronym>.</para> 61 59 62 <para>< command>--disable-debug</command> : This option causes the60 <para><parameter>--disable-debug</parameter> : This option causes the 63 61 system to be compiled without debugging code. 64 62 </para> 65 63 66 <para>< command>--disable-dependency-tracking</command> : This option speeds64 <para><parameter>--disable-dependency-tracking</parameter> : This option speeds 67 65 up one time builds.</para> 68 66 69 <para><command>ln -sfn &kde-dir; /opt/kde</command> : This commandcreates67 <para><command>ln -sfn &kde-dir; /opt/kde</command> : This parameter creates 70 68 a link for access to <acronym>KDE</acronym>. If a newer version of 71 69 <acronym>KDE</acronym> is released, the new 72 system can be built by changing the < command>--prefix</command> location73 and then set up by changing the link as this commanddoes.70 system can be built by changing the <parameter>--prefix</parameter> location 71 and then set up by changing the link as this parameter does. 74 72 </para> 75 73 -
kde/inst/kde-addons.xml
r1a55aceb r1fdbdb4 7 7 8 8 <para><application>kdeaddons</application> contains additional plugins 9 and scripts for some <acronym>KDE</acronym> applications.</para> 9 and scripts for some <acronym>KDE</acronym> applications. This package 10 should be compiled last.</para> 10 11 11 12 <sect3><title>Package information</title> … … 19 20 20 21 <sect3><title><application>kdeaddons</application> dependencies</title> 21 <sect4><title>Recommended</title> 22 <para><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/> 22 <sect4><title>Required</title> 23 <para><xref linkend="kde-base"/> 24 </para></sect4> 25 <sect4><title>Optional</title> 26 <para><xref linkend="xmms"/> and <xref linkend="SDL"/> 23 27 </para></sect4> 24 28 </sect3> -
kde/inst/kde-admin.xml
r1a55aceb r1fdbdb4 31 31 <para>Install <application>kdeadmin</application> with:</para> 32 32 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 33 --disable-dependency-tracking --with-shadow&&33 --disable-dependency-tracking && 34 34 make && 35 35 make install</command></userinput></screen> 36 37 </sect2>38 39 <sect2>40 <title>Command explanations</title>41 42 <para><command>--with-shadow</command> : This option allows use of43 shadow passwords.</para>44 36 45 37 </sect2> -
kde/inst/kde-base.xml
r1a55aceb r1fdbdb4 19 19 20 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> 21 <sect4><title>Required</title> 22 <para><xref linkend="kde-libs"/></para></sect4> 25 23 <sect4><title>Optional</title> 26 <para><xref linkend="lame"/> and <xref 27 linkend="Linux_PAM"/></para></sect4> 24 <para> 25 <xref linkend="openssl"/>, 26 <xref linkend="lesstif"/>, 27 <xref linkend="Linux_PAM"/>, 28 <xref linkend="openldap"/>, 29 <xref linkend="libtiff"/>, 30 <xref linkend="j2sdk"/>, 31 <xref linkend="samba"/>, 32 <xref linkend="pkgconfig"/>, 33 <ulink url="http://www.pdc.kth.se/kth-krb/">KTH Kerberos</ulink>, 34 <ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and 35 <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink> 36 </para></sect4> 28 37 </sect3> 29 38 … … 33 42 <title>Installation of <application>kdebase</application></title> 34 43 44 <!-- 35 45 <para>Check to see if <filename class="libraryfile">/lib/libmisc.la</filename> 36 46 exists. If not, run:</para> 37 47 <screen><userinput><command>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</command> 38 48 </userinput></screen> 49 --> 39 50 40 51 <para>Install kdebase with:</para> 41 52 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 42 --disable-dependency-tracking --disable-lametest --with-shadow&&53 --disable-dependency-tracking && 43 54 make && 44 55 make install</command></userinput></screen> 45 56 46 </sect2>47 48 <sect2>49 <title>Command explanations</title>50 51 <para><command>--disable-lametest</command> : Do not search for and use52 lame support. This package provides <filename>MP3</filename> encoding. Omit this option if53 you installed <filename>lame</filename>.</para>54 55 <para><command>--with-shadow</command> : Use shadow password56 support.</para>57 57 </sect2> 58 58 -
kde/inst/kde-graphics.xml
r1a55aceb r1fdbdb4 17 17 <sect3><title><application>kdegraphics</application> dependencies</title> 18 18 <sect4><title>Required</title> 19 <para><xref linkend="kde-base"/> and <xref linkend="which"/>19 <para><xref linkend="kde-base"/> 20 20 </para></sect4> 21 21 <sect4><title>Optional</title> 22 <para><xref linkend="imlib"/> and <xref linkend="sane"/></para></sect4> 22 <para> 23 <xref linkend="imlib"/>, 24 <xref linkend="sane"/>, 25 <xref linkend="libtiff"/>, 26 <xref linkend="xpdf"/>, 27 <xref linkend="pst-typesetting-tex"/> and 28 <ulink url="http://www.gphoto.org/">gPhoto2</ulink> 29 </para></sect4> 23 30 </sect3> 24 31 -
kde/inst/kde-libs.xml
r1a55aceb r1fdbdb4 23 23 <sect4><title>Required</title> 24 24 <para><xref linkend="kde-core-arts"/></para></sect4> 25 <sect4><title> Recommended</title>25 <sect4><title>Optional</title> 26 26 <para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref 27 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"/> 28 linkend="libfam"/>, <xref linkend="libart_lgpl"/>, 29 <xref linkend="cups"/>, <xref linkend="openldap"/>, <xref 30 linkend="alsa"/>, <xref linkend="libtiff"/>, 31 <ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> 32 and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink> 31 33 </para></sect4> 32 34 </sect3> … … 45 47 <para>Install <application>kdelibs</application> with:</para> 46 48 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 47 --disable-dependency-tracking --with-alsa --enable-fast-malloc=full&&49 --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre && 48 50 make && 49 51 make install</command></userinput></screen> … … 52 54 53 55 <sect2><title>Command explanations</title> 54 <para>< command>--prefix=&kde-dir;</command> : This option tells56 <para><parameter>--prefix=&kde-dir;</parameter> : This option tells 55 57 the process to install the package in <filename 56 58 class="directory">&kde-dir;</filename>.</para> 57 59 58 <para>< command>--disable-debug</command> : This option causes the60 <para><parameter>--disable-debug</parameter> : This option causes the 59 61 system to be compiled without debugging code.</para> 60 62 61 <para>< command>--disable-dependency-tracking</command> : This option63 <para><parameter>--disable-dependency-tracking</parameter> : This option 62 64 speeds up one time builds.</para> 63 65 64 <para><command>--with-alsa</command> : This option tells the build process to 65 search for and use Alsa for sound support.</para> 66 67 <para><command>--enable-fast-malloc=full</command> : This option tells 66 <para><parameter>--enable-fast-malloc=full</parameter> : This option tells 68 67 <acronym>KDE</acronym> programs to use an internal memory allocation scheme 69 68 optimized for <acronym>KDE</acronym>.</para> 69 70 <para><parameter>--disable-pcre</parameter> : Omit this switch if you 71 have <acronym>PCRE</acronym> installed and you want improved regular expression support 72 in the <acronym>KDE</acronym> JavaScript engine.</para> 73 70 74 </sect2> 71 75 -
kde/inst/kde-multimedia.xml
r1a55aceb r1fdbdb4 19 19 <para><xref linkend="kde-base"/> 20 20 </para></sect4> 21 <sect4><title>Optional</title> 22 <para> 23 <xref linkend="alsa"/>, 24 <xref linkend="CDParanoia"/>, 25 <xref linkend="lame"/>, 26 <xref linkend="audiofile"/>, 27 <xref linkend="esound"/>, 28 <xref linkend="nas"/>, 29 <xref linkend="slang"/>, 30 <xref linkend="lesstif"/>, 31 <xref linkend="tk"/>, 32 <xref linkend="GTK"/>, 33 <xref linkend="libogg"/>, 34 <xref linkend="libvorbis"/>, 35 <xref linkend="xine-lib"/>, 36 <xref linkend="libtiff"/> and 37 <ulink url="http://xanim.polter.net/home.html">XAnim</ulink> 38 </para></sect4> 21 39 </sect3> 22 40 … … 28 46 <para>Install <application>kdemultimedia</application> with:</para> 29 47 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 --disable-dependency-tracking --with-arts-alsa && 31 sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile && 32 sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile && 33 sed -i -e 's/-ansi//' kscd/libwm/Makefile && 48 --disable-dependency-tracking && 49 sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile && 50 sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile && 51 sed -i -e 's/-ansi//' kscd/libwm/Makefile && 52 sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile && 34 53 make && 35 54 make install</command></userinput></screen> … … 40 59 <title>Command explanations</title> 41 60 42 <para><command>--with-arts-alsa</command> : Use the43 <application><acronym>ALSA</acronym></application> support built44 into <application><acronym>aRts</acronym></application>.</para>45 46 61 <para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> : 47 Remove -ansifrom <application>gcc</application> parameters to work around48 a broken header in the kernel. The broken file is asm/byteorder.h, where49 a parameter is used, but not defined, when -ansiis specified.</para>62 Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around 63 a broken header in the kernel. The broken file is <filename>asm/byteorder.h</filename>, where 64 a parameter is used, but not defined, when <parameter>-ansi</parameter> is specified.</para> 50 65 51 66 <para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> : 52 Remove -ansifrom <application>gcc</application> parameters to work around67 Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around 53 68 a broken header in the kernel.</para> 54 69 55 70 <para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> : 56 Remove -ansifrom <application>gcc</application> parameters to work around71 Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around 57 72 a broken header in the kernel.</para> 73 74 <para><command>sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile</command> : 75 Remove <parameter>-pedantic</parameter> from <application>gcc</application> 76 parameters to work around a broken header in the kernel.</para> 58 77 59 78 </sect2> … … 69 88 etc): 70 89 <screen><userinput><command>cd /dev && 71 ln -s "CD Drive"/dev/cdrom</command></userinput></screen>90 ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen> 72 91 </para> 73 92 -
kde/inst/kde-network.xml
r1a55aceb r1fdbdb4 19 19 <para><xref linkend="kde-base"/> 20 20 </para></sect4> 21 <sect4><title>Optional</title> 22 <para> 23 <xref linkend="ppp"/>, 24 <xref linkend="samba"/>, 25 <xref linkend="libtiff"/> and 26 <ulink url="http://www.openslp.org/">OpenSLP</ulink> 27 </para></sect4> 21 28 </sect3> 22 29 … … 37 44 <title>Configuring kdenetwork</title> 38 45 39 <para>There is no explicit configuration for the kde 46 <para>There is no explicit configuration for the kdenetwork package, however 40 47 individual packages need to be set up with user information. 41 48 </para> -
kde/inst/kde-pim.xml
r1a55aceb r1fdbdb4 20 20 </para></sect4> 21 21 <sect4><title>Optional</title> 22 <para><ulink 23 url="http://www.slac.com/pilone/kpilot_home">pilot-link</ulink> 22 <para> 23 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>, 24 <ulink url="http://www.pilot-link.org/">pilot-link</ulink>, 25 <ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and 26 <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink> 24 27 </para></sect4> 25 28 </sect3> -
kde/kde-intro.xml
r1a55aceb r1fdbdb4 3 3 4 4 <para><acronym>KDE</acronym> is a comprehensive desktop environment that builds on 5 < productname>XFree86</productname> and <productname>QT</productname> to provide5 <application>XFree86</application> and <application>Qt</application> to provide 6 6 a window manager and many user tools, including a browser, word processor, 7 7 spreadsheet, presentation package, games, and numerous other utilities. It … … 14 14 15 15 <para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed, 16 the options to < filename>configure</filename> were examined and the parameters16 the options to <command>configure</command> were examined and the parameters 17 17 presented are the most likely to compile correctly. In each of the packages, 18 one other option to < filename>configure</filename> can be added:19 < command>--enable-final</command>. This option can speed up the build18 one other option to <command>configure</command> can be added: 19 <parameter>--enable-final</parameter>. This option can speed up the build 20 20 process, but requires a lot of memory. If you have less than 256MB of RAM, 21 21 this option may cause swapping and significantly slow compilation.</para> … … 29 29 The default is to 30 30 install most of the components. If specific components are to be eliminated, the 31 official way is to set the variable < userinput>DO_NOT_COMPILE</userinput>.31 official way is to set the variable <envar>DO_NOT_COMPILE</envar>. 32 32 This comes in handy when there are problems compiling a particular 33 33 component.</para> 34 34 35 35 <screen><userinput><command>DO_NOT_COMPILE="component1 component2" \ 36 ./configure --prefix=/opt/kde...</command></userinput></screen>36 ./configure --prefix=/opt/kde...</command></userinput></screen> 37 37 38 38 <para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components -
kde/kde.ent
r1a55aceb r1fdbdb4 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"> 4 <!ENTITY kde-version "3.1.5"> 5 <!ENTITY kde-download-http "http://mirrors.isc.org/pub/kde/stable/&kde-version;/src"> 6 <!ENTITY kde-download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src"> 6 7 <!ENTITY kde-dir "/opt/kde-&kde-version;"> 7 8 … … 11 12 12 13 <!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.52SBU">14 <!ENTITY arts-version "1.1.5"> 15 <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2"> 16 <!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2"> 17 <!ENTITY arts-size "967 KB"> 18 <!ENTITY arts-buildsize "24 MB"> 19 <!ENTITY arts-time "1.63 SBU"> 19 20 20 21 <!-- KDE Additional --> … … 33 34 34 35 <!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 "10MB">39 <!ENTITY kde-libs-time " 35.34SBU">36 <!ENTITY kde-libs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2"> 37 <!ENTITY kde-libs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2"> 38 <!ENTITY kde-libs-size "11 MB"> 39 <!ENTITY kde-libs-buildsize "133 MB"> 40 <!ENTITY kde-libs-time "11.03 SBU"> 40 41 41 42 <!ENTITY kde-base SYSTEM "inst/kde-base.xml"> 43 <!ENTITY kde-base-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2"> 44 <!ENTITY kde-base-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2"> 45 <!ENTITY kde-base-size "15 MB"> 42 46 <!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 <!ENTITY kde-base-time "18.43 SBU"> 47 48 48 49 <!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"> 50 <!ENTITY kde-multimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2"> 51 <!ENTITY kde-multimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2"> 52 52 <!ENTITY kde-multimedia-size "5.7 MB"> 53 <!ENTITY kde-multimedia-time "11.47 SBU"> 53 <!ENTITY kde-multimedia-buildsize "72 MB"> 54 <!ENTITY kde-multimedia-time "9.57 SBU"> 54 55 55 56 <!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 <!ENTITY kde-network-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2"> 58 <!ENTITY kde-network-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2"> 59 59 <!ENTITY kde-network-size "4.8 MB"> 60 <!ENTITY kde-network-time "8.20 SBU"> 60 <!ENTITY kde-network-buildsize "67 MB"> 61 <!ENTITY kde-network-time "6.14 SBU"> 61 62 62 63 <!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"> 64 <!ENTITY kde-graphics-download-http "&kde-download-http;/kdegraphics-&kde-version;.tar.bz2"> 65 <!ENTITY kde-graphics-download-ftp "&kde-download-ftp;/kdegraphics-&kde-version;.tar.bz2"> 66 66 <!ENTITY kde-graphics-size "4.4 MB"> 67 <!ENTITY kde-graphics-time "9.23 SBU"> 67 <!ENTITY kde-graphics-buildsize "47 MB"> 68 <!ENTITY kde-graphics-time "6.71 SBU"> 68 69 69 70 <!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">73 <!ENTITY kde-pim- size "3.1MB">74 <!ENTITY kde-pim-time " 7.03SBU">71 <!ENTITY kde-pim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2"> 72 <!ENTITY kde-pim-download-ftp "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2"> 73 <!ENTITY kde-pim-size "3.2 MB"> 74 <!ENTITY kde-pim-buildsize "62 MB"> 75 <!ENTITY kde-pim-time "4.71 SBU"> 75 76 76 77 <!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"> 78 <!ENTITY kde-admin-download-http "&kde-download-http;/kdeadmin-&kde-version;.tar.bz2"> 79 <!ENTITY kde-admin-download-ftp "&kde-download-ftp;/kdeadmin-&kde-version;.tar.bz2"> 80 80 <!ENTITY kde-admin-size "1.5 MB"> 81 <!ENTITY kde-admin-time "2.53 SBU"> 81 <!ENTITY kde-admin-buildsize "19 MB"> 82 <!ENTITY kde-admin-time "1.47 SBU"> 82 83 83 84 <!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.1MB">88 <!ENTITY kde-games-time " 7.86SBU">85 <!ENTITY kde-games-download-http "&kde-download-http;/kdegames-&kde-version;.tar.bz2"> 86 <!ENTITY kde-games-download-ftp "&kde-download-ftp;/kdegames-&kde-version;.tar.bz2"> 87 <!ENTITY kde-games-size "8.2 MB"> 88 <!ENTITY kde-games-buildsize "67 MB"> 89 <!ENTITY kde-games-time "4.73 SBU"> 89 90 90 91 <!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.3MB">95 <!ENTITY kde-utils-time " 3.76SBU">92 <!ENTITY kde-utils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2"> 93 <!ENTITY kde-utils-download-ftp "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2"> 94 <!ENTITY kde-utils-size "1.4 MB"> 95 <!ENTITY kde-utils-buildsize "25 MB"> 96 <!ENTITY kde-utils-time "2.54 SBU"> 96 97 97 98 <!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 "19MB">102 <!ENTITY kde-edu-time " 4.65SBU">99 <!ENTITY kde-edu-download-http "&kde-download-http;/kdeedu-&kde-version;.tar.bz2"> 100 <!ENTITY kde-edu-download-ftp "&kde-download-ftp;/kdeedu-&kde-version;.tar.bz2"> 101 <!ENTITY kde-edu-size "20 MB"> 102 <!ENTITY kde-edu-buildsize "75 MB"> 103 <!ENTITY kde-edu-time "3.50 SBU"> 103 104 104 105 <!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 "13MB">109 <!ENTITY kde-artwork-time "1. 13SBU">106 <!ENTITY kde-artwork-download-http "&kde-download-http;/kdeartwork-&kde-version;.tar.bz2"> 107 <!ENTITY kde-artwork-download-ftp "&kde-download-ftp;/kdeartwork-&kde-version;.tar.bz2"> 108 <!ENTITY kde-artwork-size "14 MB"> 109 <!ENTITY kde-artwork-buildsize "48 MB"> 110 <!ENTITY kde-artwork-time "1.80 SBU"> 110 111 111 112 <!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"> 113 <!ENTITY kde-toys-download-http "&kde-download-http;/kdetoys-&kde-version;.tar.bz2"> 114 <!ENTITY kde-toys-download-ftp "&kde-download-ftp;/kdetoys-&kde-version;.tar.bz2"> 115 115 <!ENTITY kde-toys-size "1.8 MB"> 116 <!ENTITY kde-toys-time "1.51 SBU"> 116 <!ENTITY kde-toys-buildsize "13 MB"> 117 <!ENTITY kde-toys-time "0.96 SBU"> 117 118 118 119 <!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.0MB">123 <!ENTITY kde-addons-time "4. 85SBU">120 <!ENTITY kde-addons-download-http "&kde-download-http;/kdeaddons-&kde-version;.tar.bz2"> 121 <!ENTITY kde-addons-download-ftp "&kde-download-ftp;/kdeaddons-&kde-version;.tar.bz2"> 122 <!ENTITY kde-addons-size "1.1 MB"> 123 <!ENTITY kde-addons-buildsize "23 MB"> 124 <!ENTITY kde-addons-time "4.28 SBU"> 124 125 125 126 <!--
Note:
See TracChangeset
for help on using the changeset viewer.