Changeset 90bd3c1b for kde/core


Ignore:
Timestamp:
12/18/2005 06:09:14 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
adbd2a9
Parents:
4d3f1239
Message:

Update to KDE-3.5.0/kdevelop-3.3.0

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

Location:
kde/core
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kde/core/arts.xml

    r4d3f1239 r90bd3c1b  
    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        "bfa5b0efa7454c15976c4e5c618d2db4">
    10   <!ENTITY arts-size          "960 KB">
    11   <!ENTITY arts-buildsize     "30.4 MB">
    12   <!ENTITY arts-time          "1.9 SBU">
     9  <!ENTITY arts-md5sum        "e90a32ee47d5cdc51fe1b7f6f6c0df63">
     10  <!ENTITY arts-size          "932 KB">
     11  <!ENTITY arts-buildsize     "29.8 MB">
     12  <!ENTITY arts-time          "1.3 SBU">
    1313]>
    1414
  • kde/core/config.xml

    r4d3f1239 r90bd3c1b  
    3737<screen role="root"><userinput>ldconfig</userinput></screen>
    3838
     39  <note>
     40 
     41    <para>When starting a new version of <application>KDE</application> for the
     42    first time, problems have been observed with the
     43    <application>KDE</application> menu system when a user has established a
     44    configuration with a previous version.  To correct this, one technique that
     45    works is to rename the existing home directory and create a new one with
     46    <emphasis>only</emphasis> an <filename>~/.xinitrc</filename> file.  You
     47    should also delete the directories <filename
     48    class='directory'>/tmp/kde-<replaceable>userid</replaceable></filename>,
     49    <filename
     50    class='directory'>/tmp/ksocket-<replaceable>userid</replaceable></filename>,
     51    and <filename
     52    class='directory'>/var/tmp/kdecache-<replaceable>userid</replaceable></filename>.
     53    Then log out and log in again to ensure the new directory is in use.  Now,
     54    starting <application>KDE</application> will rebuild the menus.</para>
     55 
     56    <para>Move or copy any needed files from the old home directory to the
     57    new one.  Do not move or copy the old <application>KDE</application>
     58    configuration files:
     59    <filename class='directory'>.kde</filename>,
     60    <filename>.kderc</filename>,
     61    <filename class='directory'>.fonts.cache-1</filename>,
     62    <filename class='directory'>.local</filename>,
     63    <filename class='directory'>.qt</filename>,
     64    <filename class='directory'>.mcop</filename>,
     65    <filename>..DCOPserver*</filename>,
     66    and <filename class='directory'>Desktop</filename>.</para>
     67 
     68    <para>This technique may need to be repeated after adding additional
     69    optional packages.</para>
     70  </note>
     71
     72
    3973  <para>At this point you can bring up <application>KDE</application> with:</para>
    4074
  • kde/core/kdebase.xml

    r4d3f1239 r90bd3c1b  
    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        "0ea16eb7185ef014d8bd4da4f4530272">
    10   <!ENTITY kdebase-size          "21.4 MB">
    11   <!ENTITY kdebase-buildsize     "262 MB (additional 25 MB for API docs)">
    12   <!ENTITY kdebase-time          "19.5 SBU (additional 1.0 SBU for API docs)">
     9  <!ENTITY kdebase-md5sum        "b86622c029ee8ab656a67c6467fff887">
     10  <!ENTITY kdebase-size          "22.2 MB">
     11  <!ENTITY kdebase-buildsize     "273 MB (additional 31 MB for API docs)">
     12  <!ENTITY kdebase-time          "13.6 SBU (additional 0.6 SBU for API docs)">
    1313]>
    1414
     
    107107
    108108    <note>
    109       <para>If you added a <parameter>--sysconfdir</parameter> parameter to
    110       <command>configure</command> in <application>kdelibs</application>, use
    111       the same parameter setting here.</para>
     109      <para>The <parameter>--sysconfdir</parameter> parameter must be
     110      the same as command used in <application>kdelibs</application>.</para>
    112111    </note>
    113112
    114 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
    115     --disable-dependency-tracking &amp;&amp;
     113<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
     114    --disable-debug --disable-dependency-tracking &amp;&amp;
    116115make</userinput></screen>
    117116
  • kde/core/kdelibs.xml

    r4d3f1239 r90bd3c1b  
    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        "fe69f2f5c66dffd8fc741dcff221b80c">
    10   <!ENTITY kdelibs-size          "16.1 MB">
    11   <!ENTITY kdelibs-buildsize     "266 MB (additional 371 MB for API docs)">
    12   <!ENTITY kdelibs-time          "19.1 SBU (additional 15.3 SBU for API docs)">
     9  <!ENTITY kdelibs-md5sum        "2b11d654e2ea1a3cd16dcfdcbb7d1915">
     10  <!ENTITY kdelibs-size          "14.7 MB">
     11  <!ENTITY kdelibs-buildsize     "272 MB (additional 666 MB for API docs)">
     12  <!ENTITY kdelibs-time          "13.9 SBU (additional 3.7 SBU for API docs)">
    1313]>
    1414
     
    9595    <para>Install <application>kdelibs</application> with:</para>
    9696
    97     <note>
    98       <para>The <command>configure</command> command below uses the default
    99       location, <filename class='directory'>$KDE_PREFIX/etc</filename> for
    100       <application>KDE</application> configuration files. If you want your
    101       system to be compliant with the <ulink
    102       url='http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION'>Filesystem
    103       Hierarchy Standard</ulink>, add the parameter
    104       <parameter>--sysconfdir=/etc/kde</parameter> to the
    105       <command>configure</command> command.</para>
    106      </note>
    107 
    108 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
    109     --disable-dependency-tracking --enable-fast-malloc=full &amp;&amp;
     97<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
     98    --disable-debug --disable-dependency-tracking \
     99    --enable-fast-malloc=full &amp;&amp;
    110100make</userinput></screen>
    111101
     
    152142    <application>KDE</application> programs to use an internal memory
    153143    allocation scheme optimized for <application>KDE</application>.</para>
     144
     145    <para><parameter>--sysconfdir=/etc/kde</parameter>: This option places
     146    configuration files in compliance with the <ulink
     147    url='http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION'
     148    >Filesystem Hierarchy Standard</ulink>.  If you omit this parameter, the
     149    configuration files will be placed in <filename
     150    class='directory'>$KDE_PREFIX/etc</filename> which may be desirable if
     151    you have multiple versions of <application>KDE</application> installed.</para>
     152
    154153
    155154  </sect2>
Note: See TracChangeset for help on using the changeset viewer.