Changeset 1986ade for kde


Ignore:
Timestamp:
12/16/2004 01:41:36 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
38556cb
Parents:
007e8ce
Message:

Updated to KDE-3.3.2 and Samba-3.0.9, added configuration section to desktop-file-utils; added instruction to GNOME core configuration to run update-desktop-database

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

Location:
kde/core
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • kde/core/arts.xml

    r007e8ce r1986ade  
    77<!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
    88<!ENTITY arts-download-ftp  "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
    9 <!ENTITY arts-md5sum        "6a0a03c24a20c43a8e443a5484bb9fef">
    10 <!ENTITY arts-size          "967 KB">
    11 <!ENTITY arts-buildsize     "31 MB">
    12 <!ENTITY arts-time          "1.87 SBU">
     9<!ENTITY arts-md5sum        "a3d22f7cc5c641204a28d3f77e441a84">
     10<!ENTITY arts-size          "968 KB">
     11<!ENTITY arts-buildsize     "31.3 MB">
     12<!ENTITY arts-time          "2.00 SBU">
    1313]>
    1414
     
    1919</sect1info>
    2020<?dbhtml filename="arts.html"?>
    21 <title>aRts-&arts-version;</title>
     21<title><application><acronym>aRts</acronym></application>-&arts-version;</title>
    2222
    2323<sect2><title>Introduction to
    2424<application><acronym>aRts</acronym></application></title>
    2525
    26 <para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
    27 provides sound support for <acronym>KDE</acronym> and necessary
    28 libraries for <application>kdelibs</application>.</para>
     26<para>The Analog Real-time Synthesizer
     27(<application><acronym>aRts</acronym></application>) provides
     28sound support for <acronym>KDE</acronym> and necessary libraries for
     29<application>kdelibs</application>.</para>
    2930
    3031<sect3><title>Package information</title>
     
    3435<listitem><para>Download (FTP): <ulink
    3536url="&arts-download-ftp;"/></para></listitem>
    36 <listitem><para>MD5 Sum: &arts-md5sum;</para></listitem>
     37<listitem><para>Download MD5 sum: &arts-md5sum;</para></listitem>
    3738<listitem><para>Download size: &arts-size;</para></listitem>
    38 <listitem><para>Estimated Disk space required:
     39<listitem><para>Estimated disk space required:
    3940&arts-buildsize;</para></listitem>
    4041<listitem><para>Estimated build time:
     
    4243</sect3>
    4344
    44 <sect3><title><application>aRts</application> dependencies</title>
     45<sect3><title><application><acronym>aRts</acronym></application>
     46dependencies</title>
    4547
    4648<sect4><title>Required</title>
     
    5456
    5557<sect4><title>Optional</title>
    56 <para><xref linkend="libogg"/>,
    57 <xref linkend="libvorbis"/>,
    58 <xref linkend="alsa"/>,
    59 <xref linkend="audiofile"/>,
    60 <xref linkend="libmad"/>,
     58<para><xref linkend="libogg"/>, 
     59<xref linkend="libvorbis"/>, 
     60<xref linkend="alsa"/>, 
     61<xref linkend="audiofile"/>, 
     62<xref linkend="libmad"/>, 
    6163<xref linkend="esound"/>,
    6264<ulink url="http://www.mediaapplicationserver.net/">MAS</ulink> and
     
    6870
    6971<sect2>
    70 <title>Installation of <application>aRts</application></title>
     72<title>Installation of
     73<application><acronym>aRts</acronym></application></title>
    7174
    72 <para>Install <application>aRts</application> by running the
    73 following commands:</para>
     75<para>Install <application><acronym>aRts</acronym></application> by running
     76the following commands:</para>
    7477
    7578<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     
    8285<sect2><title>Command explanations</title>
    8386
    84 <para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
     87<para><parameter>--prefix=&kde-dir;</parameter>: This option tells the
    8588process to install the package in
    86 <filename class="directory">&kde-dir;</filename>. aRts is installed here as
     89<filename class="directory">&kde-dir;</filename>.
     90<application><acronym>aRts</acronym></application> is installed here as
    8791it's required before installing <acronym>KDE</acronym>.</para>
    8892
    89 <para><option>--disable-debug</option> : This option causes the
     93<para><option>--disable-debug</option>: This option causes the
    9094package to be compiled without debugging code.</para>
    9195
    92 <para><option>--disable-dependency-tracking</option> : This option
     96<para><option>--disable-dependency-tracking</option>: This option
    9397speeds up one time builds.</para>
    9498
     
    101105<command>artsplay</command>, <command>artsrec</command>,
    102106<command>artsshell</command>, <command>artswrapper</command>,
    103 <command>mcopidl</command>,  
     107<command>mcopidl</command>,
    104108<application><acronym>aRts</acronym></application> libraries and
    105109<acronym>MCOP</acronym> objects.</para>
     
    111115<application><acronym>aRts</acronym></application> and the various programs
    112116included in the package, see
    113 <ulink url="http://docs.kde.org/en/3.2/kdemultimedia/artsbuilder/">The aRts
    114 Handbook</ulink>. For information in languages other then English, see the
    115 <ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
     117<ulink url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The
     118<application><acronym>aRts</acronym></application> Handbook</ulink>. For
     119information in languages other then English, see the
     120<ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
    116121the <application><acronym>aRts</acronym></application> documentation in your
    117122language.</para>
  • kde/core/config.xml

    r007e8ce r1986ade  
    1414<title>Configuring the core <acronym>KDE</acronym> packages</title>
    1515
    16 <para>Create an <filename>.xinitrc</filename> file to start
    17 <acronym>KDE</acronym>:</para>
     16<para>Back up your existing <filename>~/.xinitrc</filename> file and create a
     17new <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>:</para>
    1818
    1919<screen><userinput><command>echo "exec startkde" &gt; ~/.xinitrc</command></userinput></screen>
    2020
    21 <para>Ensure all libraries can be found with:</para>
     21<para>If you installed the <xref linkend="desktop-file-utils"/> package,
     22update the <acronym>MIME</acronym>-type application database (as
     23root):</para>
     24
     25<screen><userinput><command>update-desktop-database</command></userinput></screen>
     26
     27<para>Ensure all libraries can be found with (as root):</para>
     28
    2229<screen><userinput><command>ldconfig</command></userinput></screen>
    2330
    2431<para>At this point you can bring up <acronym>KDE</acronym> with:</para>
     32
    2533<screen><userinput><command>startx</command></userinput></screen>
    2634
  • kde/core/kdebase.xml

    r007e8ce r1986ade  
    77<!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
    88<!ENTITY kdebase-download-ftp  "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
    9 <!ENTITY kdebase-md5sum        "e8fc098ffb09fcc0a8fdc4446149a8e3">
    10 <!ENTITY kdebase-size          "19.8 MB">
    11 <!ENTITY kdebase-buildsize     "174-286 MB (depending on options used)">
    12 <!ENTITY kdebase-time          "20.11 SBU (including building API docs)">
     9<!ENTITY kdebase-md5sum        "edbd721a2a4970977dfe5f45d9e38923">
     10<!ENTITY kdebase-size          "19.9 MB">
     11<!ENTITY kdebase-buildsize     "269 MB (additional 20 MB for API docs)">
     12<!ENTITY kdebase-time          "21.15 SBU (additional 0.24 SBU for API docs)">
    1313]>
    1414
     
    3434<listitem><para>Download (FTP): <ulink
    3535url="&kdebase-download-ftp;"/></para></listitem>
    36 <listitem><para>MD5 Sum: &kdebase-md5sum;</para></listitem>
     36<listitem><para>Download MD5 Sum: &kdebase-md5sum;</para></listitem>
    3737<listitem><para>Download size: &kdebase-size;</para></listitem>
    38 <listitem><para>Estimated Disk space required:
     38<listitem><para>Estimated disk space required:
    3939&kdebase-buildsize;</para></listitem>
    4040<listitem><para>Estimated build time:
    4141&kdebase-time;</para></listitem></itemizedlist>
     42</sect3>
     43
     44<sect3><title>Additional downloads</title>
     45<itemizedlist spacing='compact'>
     46<listitem><para>Required patch: <ulink
     47url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdebase-htmlframes2.patch"/></para>
     48</listitem></itemizedlist>
    4249</sect3>
    4350
     
    5865<sect4><title>Optional</title>
    5966<para><xref linkend="libtiff"/>,
    60 <xref linkend="lesstif"/>,
    61 <xref linkend="Linux_PAM"/>,
    62 <xref linkend="openldap"/>,
    63 <xref linkend="samba3"/>,
     67<xref linkend="lesstif"/>,
     68<xref linkend="Linux_PAM"/>,
     69<xref linkend="openldap"/>,
     70<xref linkend="cyrus-sasl"/>,
     71<xref linkend="samba3"/>,
    6472<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    65 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    66 <ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
    67 <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     73<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     74<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
     75<ulink url="http://www.linux1394.org/">libraw1394</ulink>,
     76<ulink url="http://secure.netroedge.com/~lm78/">lm_sensors</ulink>,
     77<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    6878<ulink url="http://www.graphviz.org/">GraphViz</ulink>
    6979and <xref linkend="doxygen"/></para>
     
    7787<title>Installation of <application>kdebase</application></title>
    7888
    79 <para><emphasis>Note:</emphasis> You should ensure a 'nogroup' group exists on
    80 your system before performing the <command>make install</command> command, as
    81 <application>kdebase</application> installs a program with group ownership of
    82 'nogroup'.</para>
     89<para><emphasis>Note:</emphasis> You should ensure a <quote>nogroup</quote>
     90group exists on your system before performing the
     91<command>make install</command> command, as <application>kdebase</application>
     92installs a program (<filename>$KDE_PREFIX/bin/kdesud</filename>) with group
     93ownership of <quote>nogroup</quote>.</para>
    8394
    8495<para>Install <application>kdebase</application> with:</para>
    85 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     96
     97<screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdebase-htmlframes2.patch &amp;&amp;
     98./configure --prefix=&kde-dir; --disable-debug \
    8699    --disable-dependency-tracking &amp;&amp;
    87100make &amp;&amp;
    88101make install</command></userinput></screen>
    89102
    90 <note><para>If you wish to create the <acronym>API</acronym> documentation and
    91 you have <application>Doxygen</application> and
    92 <application>GraphViz</application> installed, <command>make apidox</command>
     103<note><para>If you wish to create the <acronym>API</acronym> documentation and 
     104you have <application>Doxygen</application> and 
     105<application>GraphViz</application> installed, <command>make apidox</command> 
    93106must be done before <command>make install</command>.</para></note>
    94107
  • kde/core/kdelibs.xml

    r007e8ce r1986ade  
    77<!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
    88<!ENTITY kdelibs-download-ftp  "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
    9 <!ENTITY kdelibs-md5sum        "1c208724987433fc1929d22928c1a358">
    10 <!ENTITY kdelibs-size          "15.7 MB">
    11 <!ENTITY kdelibs-buildsize     "160-615 MB (depending on options used)">
    12 <!ENTITY kdelibs-time          "12.6-25.2 SBU (depending on options used)">
     9<!ENTITY kdelibs-md5sum        "0473fb4c6c2cd2bc0f267cfa201f3fd8">
     10<!ENTITY kdelibs-size          "15.6 MB">
     11<!ENTITY kdelibs-buildsize     "280 MB (additional 339 MB for API docs)">
     12<!ENTITY kdelibs-time          "20.9 SBU (additional 4.97 SBU for API docs)">
    1313]>
    1414
     
    1919</sect1info>
    2020<?dbhtml filename="kdelibs.html"?>
    21 <title>kdelibs-&kde-version;</title>
     21<title><application>kdelibs</application>-&kde-version;</title>
    2222
    2323<sect2>
     
    3636<listitem><para>Download (FTP): <ulink
    3737url="&kdelibs-download-ftp;"/></para></listitem>
    38 <listitem><para>MD5 Sum: &kdelibs-md5sum;</para></listitem>
     38<listitem><para>Download MD5 sum: &kdelibs-md5sum;</para></listitem>
    3939<listitem><para>Download size: &kdelibs-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required:
     40<listitem><para>Estimated disk space required:
    4141&kdelibs-buildsize;</para></listitem>
    4242<listitem><para>Estimated build time:
     
    4444</sect3>
    4545
    46 <!-- <sect3><title>Additional downloads</title>
     46<sect3><title>Additional downloads</title>
    4747<itemizedlist spacing='compact'>
    48 <listitem><para>Required Patch: <ulink
    49 url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
    50 <listitem><para>Required Patch: <ulink
    51 url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
    52 </itemizedlist></sect3> -->
     48<listitem><para>Required Patch: <ulink
     49url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdelibs-htmlframes2.patch"/></para>
     50</listitem>
     51<listitem><para>Required Patch: <ulink
     52url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdelibs-kio.diff"/></para>
     53</listitem></itemizedlist>
     54</sect3>
    5355
    5456<sect3><title><application>kdelibs</application> dependencies</title>
     
    9092
    9193<para>Install <application>kdelibs</application> with:</para>
    92 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     94
     95<screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdelibs-htmlframes2.patch &amp;&amp;
     96patch -Np0 kio/kio/job.cpp ../post-3.3.2-kdelibs-kio.diff &amp;&amp;
     97./configure --prefix=&kde-dir; --disable-debug \
    9398    --disable-dependency-tracking --enable-fast-malloc=full &amp;&amp;
    9499make &amp;&amp;
     
    108113</para>
    109114
    110 <para><option>--disable-debug</option>: This option causes the
     115<para><option>--disable-debug</option>: This option causes the 
    111116package to be compiled without debugging code.</para>
    112117
    113 <para><option>--disable-dependency-tracking</option>: This option
     118<para><option>--disable-dependency-tracking</option>: This option 
    114119speeds up one time builds.</para>
    115120
    116 <para><parameter>--enable-fast-malloc=full</parameter>: This option tells
    117 <acronym>KDE</acronym> programs to use an internal memory allocation
     121<para><parameter>--enable-fast-malloc=full</parameter>: This option tells 
     122<acronym>KDE</acronym> programs to use an internal memory allocation 
    118123scheme optimized for <acronym>KDE</acronym>.</para>
    119124
  • kde/core/pre-install-config.xml

    r007e8ce r1986ade  
    3333configuration changes:</para>
    3434
     35<para>You should consider installing the <xref linkend="desktop-file-utils"/>
     36package. Though not required, this package will allow you to easily use
     37existing <filename>.desktop</filename> files in
     38<filename class='directory'>/usr/share/applications</filename> (and any other
     39locations identified by <envar>XDG_DATA_DIRS</envar>), and automatically add
     40these applications to the <acronym>KDE</acronym> menu system.</para>
     41
    3542<para>Add to your system or personal profile:</para>
    3643
     
    6269<filename class="directory">/opt</filename>, one trick to avoid the
    6370above configuration changes every time you
    64 install the new version is to replace
     71install a new version is to replace
    6572<filename class="directory">/opt/kde-&kde-version;</filename>
    6673with <filename class="directory">/opt/kde</filename> and to create a symlink from
    6774<filename class="directory">/opt/kde-&kde-version;</filename>
    6875to <filename class="directory">/opt/kde</filename>.</para>
     76
    6977<screen><userinput><command>ln -sf kde-&kde-version; /opt/kde</command></userinput></screen>
    7078</tip>
Note: See TracChangeset for help on using the changeset viewer.