Changeset faf4095
- Timestamp:
- 10/05/2003 04:55:40 PM (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:
- 0a9acf4
- Parents:
- 78ac712
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r78ac712 rfaf4095 11 11 12 12 <itemizedlist> 13 14 <listitem><para>October 5th, 2003 [bdubbs]: Updated kde-multimedia 15 instructions. Removed kdoc and kde-other section.</para></listitem> 13 16 14 17 <listitem><para>October 5th, 2003 [larry]: Updated to -
kde/inst/kde-multimedia.xml
r78ac712 rfaf4095 29 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 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 && 31 34 make && 32 35 make install</command></userinput></screen> … … 40 43 <application><acronym>ALSA</acronym></application> support built 41 44 into <application><acronym>aRts</acronym></application>.</para> 45 46 <para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> : 47 Remove -ansi from <application>gcc</application> parameters to work around 48 a broken header in the kernel. The broken file is asm/byteorder.h, where 49 a parameter is used, but not defined, when -ansi is specified.</para> 50 51 <para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> : 52 Remove -ansi from <application>gcc</application> parameters to work around 53 a broken header in the kernel.</para> 54 55 <para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> : 56 Remove -ansi from <application>gcc</application> parameters to work around 57 a broken header in the kernel.</para> 42 58 43 59 </sect2> -
kde/kde-intro.xml
r78ac712 rfaf4095 8 8 provides extensive capabilities for customization.</para> 9 9 10 <para>We divide the <acronym>KDE</acronym> instructions into t hreeparts. The first part, the10 <para>We divide the <acronym>KDE</acronym> instructions into two parts. The first part, the 11 11 core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part 12 12 presents additional packages which provide functionality in various areas 13 (multimedia, graphics etc). Finally, we describe installation of other 14 miscellaneous <acronym>KDE</acronym> packages.</para> 13 (multimedia, graphics etc).</para> 15 14 16 15 <para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed, -
kde/kde.ent
r78ac712 rfaf4095 22 22 23 23 <!-- KDE Other --> 24 <! ENTITY kde-other SYSTEM "other/other.xml">24 <!-- <!ENTITY kde-other SYSTEM "other/other.xml"> --> 25 25 26 26 <!-- Package entities --> 27 27 <!ENTITY kde-office SYSTEM "inst/kde-office.xml"> 28 <! ENTITY kdoc SYSTEM "inst/kdoc.xml">28 <!-- <!ENTITY kdoc SYSTEM "inst/kdoc.xml"> 29 29 <!ENTITY kde-bindings SYSTEM "inst/kde-bindings.xml"> 30 30 <!ENTITY kde-sdk SYSTEM "inst/kde-sdk.xml"> 31 31 <!ENTITY kdevelop SYSTEM "inst/kdevelop.xml"> 32 <!ENTITY kdm SYSTEM "inst/kdm.xml"> 32 <!ENTITY kdm SYSTEM "inst/kdm.xml"> --> 33 33 34 34 <!ENTITY kde-libs SYSTEM "inst/kde-libs.xml"> … … 123 123 <!ENTITY kde-addons-time "4.85 SBU"> 124 124 125 <!-- 125 126 <!ENTITY kdoc-ftp "http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/kdoc-snapshot.tar.gz"> 126 127 <!ENTITY kdoc-size "86 KB"> … … 129 130 <!ENTITY kdevelop-ftp "ftp://download.uk.kde.org/pub/kde/stable/3.0.5/src/kdevelop-2.1.4_for_KDE_3.0.tar.bz2"> 130 131 <!ENTITY kdevelop-size "3.2 MB"> 131 <!ENTITY kdm-size "??? MB"> 132 <!ENTITY kdm-size "??? MB"> --> -
kde/kde.xml
r78ac712 rfaf4095 6 6 &kde-core; 7 7 &kde-add; 8 &kde-other;9 8 10 9 </part>
Note:
See TracChangeset
for help on using the changeset viewer.