Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r7999839 r8558044  
    9797      <xref linkend="gdb"/> (for bindings),
    9898      <xref linkend="DocBook"/>,
    99       <xref linkend="docbook-xsl"/>, 
     99      <xref linkend="docbook-xsl"/>,
    100100      <xref linkend="gtk-doc"/> (to build API documentation),
    101101      <xref linkend="glib-networking"/> (for some tests, but this is a circular
     
    206206
    207207    <para>
    208       You should now install <xref linkend="desktop-file-utils"/> and 
     208      You should now install <xref linkend="desktop-file-utils"/> and
    209209      <xref linkend="shared-mime-info"/> and proceed to
    210210      run the test suite.
     
    232232
    233233    <para>
    234       Finally, if this is a reinstall from glib2-2.64.x or earlier, remove 
    235       (as the <systemitem class="username">root</systemitem> user) an 
     234      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     235      (as the <systemitem class="username">root</systemitem> user) an
    236236      obsolete header file that interferes with some packages:
    237237    </para>
     
    269269      <seglistitem>
    270270        <seg>
    271           gapplication,           gdbus, gdbus-codegen, 
     271          gapplication,           gdbus, gdbus-codegen,
    272272          gio,                    gio-querymodules,
    273273          glib-compile-resources, glib-compile-schemas,
    274           glib-genmarshal,        glib-gettextize, 
    275           glib-mkenums,           gobject-query, 
    276           gresource,              gsettings, 
     274          glib-genmarshal,        glib-gettextize,
     275          glib-mkenums,           gobject-query,
     276          gresource,              gsettings,
    277277          gtester, and            gtester-report
    278278        </seg>
    279279        <seg>
    280           libgio-2.0.so, 
    281           libglib-2.0.so, 
     280          libgio-2.0.so,
     281          libglib-2.0.so,
    282282          libgmodule-2.0.so,
    283           libgobject-2.0.so, and 
     283          libgobject-2.0.so, and
    284284          libgthread-2.0.so
    285285        </seg>
     
    289289          /usr/lib/glib-2.0,
    290290          /usr/share/glib-2.0,
    291           /usr/share/doc/glib-&glib2-version;, and 
     291          /usr/share/doc/glib-&glib2-version;, and
    292292          /usr/share/gtk-doc/html/{gio,glib,gobject}
    293293        </seg>
     
    355355        <listitem>
    356356          <para>
    357             is used to create a <filename>giomodule.cache</filename> file in 
    358             the listed directories. This file lists the implemented extension 
     357            is used to create a <filename>giomodule.cache</filename> file in
     358            the listed directories. This file lists the implemented extension
    359359            points for each module that has been found
    360360          </para>
     
    384384          <para>
    385385            is used to compile all the GSettings XML schema files
    386             in a directory into a binary file with the name 
     386            in a directory into a binary file with the name
    387387            <filename>gschemas.compiled</filename> that can be used by GSettings
    388388          </para>
Note: See TracChangeset for help on using the changeset viewer.