Changeset dbc704a6


Ignore:
Timestamp:
09/27/2009 04:09:50 AM (15 years ago)
Author:
DJ Lucas <dj@…>
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:
9f253167
Parents:
b3c2553
Message:

Moved items not part of the official xorg distribution to their respective sections.

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

Files:
5 edited
3 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    rb3c2553 rdbc704a6  
    140140<!ENTITY gmime-version                "2.2.10">
    141141<!ENTITY libidn-version               "0.6.14">
     142<!ENTITY xcb-proto-version            "1.5">
     143<!ENTITY libxcb-version               "1.4">
     144<!ENTITY libdrm-version               "2.4.12">
    142145<!ENTITY dbus-glib-version            "0.82">
    143146<!ENTITY dbus-python-version          "0.83.0">
     
    205208<!ENTITY graphviz-version             "2.12">
    206209<!ENTITY recode-version               "3.6">
     210<!ENTITY xcb-util-version             "0.3.5">
    207211<!ENTITY xterm-version                "231">
     212<!ENTITY rman-version                 "3.2">
    208213<!ENTITY icon-naming-utils-version    "0.8.7">
    209214<!ENTITY rxvt-unicode-version         "9.06">
     
    451456<!ENTITY libXdmcp-version             "1.0.2">
    452457<!ENTITY luit-version                 "1.0.3">
    453 <!ENTITY xcb-proto-version            "1.5">
    454 <!ENTITY libxcb-version               "1.4">
    455 <!ENTITY xcb-util-version             "0.3.5">
    456458<!ENTITY xcursor-themes-version       "1.0.1">
    457459<!ENTITY xkeyboard-config-version     "1.4">
    458460<!ENTITY xbitmaps-version             "1.0.1">
    459461<!ENTITY xorg-server-version          "1.6.3">
    460 <!ENTITY libdrm-version               "2.4.12">
    461 <!ENTITY mesalib-version              "7.5">
    462 <!ENTITY rman-version                 "3.2">
    463462
    464463<!-- Obsolete
     
    483482<!ENTITY freeglut-version             "2.4.0">
    484483<!ENTITY goffice-version              "0.6.1">
     484<!ENTITY mesalib-version              "7.5">
    485485<!-- The xulrunner version also appears in the firefox mozconfig as a literal -->
    486486<!ENTITY xulrunner-version            "1.9.1.2">
  • general/genlib/genlib.xml

    rb3c2553 rdbc704a6  
    7070  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmime.xml"/>
    7171  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libidn.xml"/>
     72  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-proto.xml"/>
     73  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxcb.xml"/>
    7274  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdrm.xml"/>
    7375  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus-bindings.xml"/>
  • general/genutils/genutils.xml

    rb3c2553 rdbc704a6  
    3636  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unixodbc.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="graphviz.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-util.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xterm.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rman.xml"/>
  • introduction/welcome/changelog.xml

    rb3c2553 rdbc704a6  
    5454          <para>[dj] - Corrected permissions of nss headers.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[dj] - Moved items not part of the official xorg distribution
     58          to the correct sections of the book.</para>
     59        </listitem>
    5660      </itemizedlist>
    5761    </listitem>
  • x/installing/installing.xml

    rb3c2553 rdbc704a6  
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libXau.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libXdmcp.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-proto.xml"/>
    35   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxcb.xml"/>
    36   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-util.xml"/>
    3734  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7lib.xml"/>
    3835  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xbitmaps.xml"/>
Note: See TracChangeset for help on using the changeset viewer.