Changeset 75fee1b


Ignore:
Timestamp:
11/29/2022 09:46:29 PM (17 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
eb19100e
Parents:
e34c9dae
Message:

emove references to Xorg "katamari"
Also tweak a tar command in llvm.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re34c9dae r75fee1b  
    166166</note>">
    167167
    168 <!ENTITY not-katamari         "<para>This package is not a part of the Xorg
    169                               katamari and is provided only as a dependency to
    170                               other packages or for testing the completed Xorg
    171                               installation.</para>">
     168<!ENTITY not-katamari         "<para>This package is provided for testing the
     169                               completed Xorg installation.</para>">
    172170
    173171<!ENTITY % package-entities SYSTEM      "packages.ent">
  • general/prog/llvm.xml

    re34c9dae r75fee1b  
    220220      </para>
    221221
    222 <screen><userinput>tar xf ../llvm-cmake-&llvm-version;.src.tar.xz &amp;&amp;
     222<screen><userinput>tar -xf ../llvm-cmake-&llvm-version;.src.tar.xz &amp;&amp;
    223223mv cmake-&llvm-version;.src ../cmake</userinput></screen>
    224224
  • x/installing/installing.xml

    re34c9dae r75fee1b  
    7171    This chapter provides the basic components of the X Window System and
    7272    Wayland. For X, the chosen implementation is Xorg, which is a modular
    73     implementation and requires more than 100 packages to be installed.
    74     The distribution of Xorg is given a release number by the developers,
    75     in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
    76     the upstream developers. Individual packages are updated as needed without
     73    implementation and requires more than 100 packages to be installed.  The
     74    distribution of Xorg is given a release number by the developers, in this
     75    case Xorg-&xorg-version;. Individual packages are updated as needed without
    7776    changing this number.
    7877  </para>
  • x/installing/xinit.xml

    re34c9dae r75fee1b  
    3030      to start the xserver.
    3131    </para>
    32 
    33     &not-katamari;
    3432
    3533    &lfs112_checked;
Note: See TracChangeset for help on using the changeset viewer.