Ignore:
Timestamp:
04/06/2012 01:50:36 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5aac2b97
Parents:
c00932a
Message:

Infrastructure changes in kde section, added gwenview

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/intro/pre-install-config.xml

    rc00932a rc9df31a  
    66]>
    77
    8 <sect1 id="kde4-pre-install-config">
     8<sect1 id="kde-pre-install-config">
    99  <?dbhtml filename="pre-install-config.html"?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>KDE4 Pre-installation Configuration</title>
     16  <title>KDE Pre-installation Configuration</title>
    1717
    1818  <sect2><title>Installing in /usr</title>
    1919   
    20     <para>One option is to put <application>KDE4</application> into the
     20    <para>One option is to put <application>KDE</application> into the
    2121    <filename class='directory'>/usr</filename> hierarchy.  This creates a
    2222    simpler setup but makes it more difficult to try multiple versions of
    2323    <application>KDE</application>.</para>
    2424
    25 <screen><userinput>export &kde4-dir-var;=/usr</userinput></screen>
     25<screen><userinput>export &kde-dir-var;=/usr</userinput></screen>
    2626  </sect2>
    2727 
     
    2929   
    3030    <para>A method of building multiple versions installs
    31     <application>KDE4</application> in the <filename
     31    <application>KDE</application> in the <filename
    3232    class='directory'>/opt</filename> hierarchy:</para>
    3333
    34 <screen><userinput>export &kde4-dir-var;=/opt/kde4</userinput></screen>
     34<screen><userinput>export &kde-dir-var;=/opt/kde4</userinput></screen>
    3535
    36     <para>If you are not installing <application>KDE4</application> in
     36    <para>If you are not installing <application>KDE</application> in
    3737    <filename class="directory">/usr</filename>, you will need to make some
    3838    additional configuration changes. Best practice is to add those to your
     
    4242# Begin /etc/profile.d/kde4.sh
    4343
    44 &kde4-dir-var;=/opt/kde4
    45 KDE4DIR=&kde4-dir;
    46 KDEDIR=&kde4-dir;
     44&kde-dir-var;=/opt/kde4
     45KDE4DIR=&kde-dir;
     46KDEDIR=&kde-dir;
    4747
    48 pathappend &kde4-dir;/bin             PATH
    49 pathappend &kde4-dir;/lib/pkgconfig   PKG_CONFIG_PATH
    50 pathappend &kde4-dir;/share/pkgconfig PKG_CONFIG_PATH
    51 pathappend &kde4-dir;/share           XDG_DATA_DIRS
     48pathappend &kde-dir;/bin             PATH
     49pathappend &kde-dir;/lib/pkgconfig   PKG_CONFIG_PATH
     50pathappend &kde-dir;/share/pkgconfig PKG_CONFIG_PATH
     51pathappend &kde-dir;/share           XDG_DATA_DIRS
    5252pathappend /etc/kde4/xdg                XDG_CONFIG_DIRS
    5353
     
    6868EOF</userinput></screen>
    6969
    70     <indexterm zone="kde4-pre-install-config">
     70    <indexterm zone="kde-pre-install-config">
    7171      <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
    7272    </indexterm>
     
    8282EOF</userinput></screen>
    8383
    84     <indexterm zone="kde4-pre-install-config">
     84    <indexterm zone="kde-pre-install-config">
    8585      <primary sortas="e-etc-man_db.conf">/etc/man_db.conf</primary>
    8686    </indexterm>
    8787
    88     <para>Several KDE4 packages install files into D-BUS and polkit directories.
    89     When installing KDE4 in a location other than <filename class="directory">/usr</filename>,
     88    <para>Several KDE packages install files into D-BUS and polkit directories.
     89    When installing KDE in a location other than <filename class="directory">/usr</filename>,
    9090    D-BUS and polkit need to find these files. The easiest way to achieve this is to create
    9191    the following symlinks (as the <systemitem class="username">root</systemitem> user):</para>
     
    9999      This is the reason why <filename class="directory">/opt/kde4</filename>
    100100      is used as installation prefix instead of <filename
    101       class="directory">/opt/kde-&kde4-version;</filename>.  After installing
     101      class="directory">/opt/kde-&kde-version;</filename>.  After installing
    102102      <application>KDE4</application>, you may rename the directory and create
    103103      a symlink:</para>
    104104
    105 <screen role="root"><userinput>mv /opt/kde{4,-&kde4-version;} &amp;&amp;
    106 ln -vsf kde-&kde4-version; /opt/kde4</userinput></screen>
     105<screen role="root"><userinput>mv /opt/kde{4,-&kde-version;} &amp;&amp;
     106ln -svf kde-&kde-version; /opt/kde4</userinput></screen>
    107107
    108108      <para>Later on, you may want to install other versions of
    109       <application>KDE4</application>.  To do that, just remove the symlink and
    110       use <filename class="directory">/opt/kde4</filename> as ithe prefix again
    111       (<application>KDE4</application> must not be started). Which version of
    112       <application>KDE4</application> you use depends only on where the symlink
     109      <application>KDE</application>.  To do that, just remove the symlink and
     110      use <filename class="directory">/opt/kde4</filename> as the prefix again
     111      (<application>KDE</application> must not be started). Which version of
     112      <application>KDE</application> you use depends only on where the symlink
    113113      points to. No other reconfiguration will be needed.</para>
    114114
Note: See TracChangeset for help on using the changeset viewer.