Changeset 82192a18


Ignore:
Timestamp:
03/08/2020 10:18:36 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 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:
1c8c15c
Parents:
5b2c12a
Message:

Fix <para> format: gnome chapter

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

Location:
gnome
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    r5b2c12a r82192a18  
    157157<screen role="root"><userinput>make install</userinput></screen>
    158158
    159     <note>
    160       <para>If you installed the package to your system using a "DESTDIR"
    161       method,
    162       <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename>
    163       was not updated/created. Create (or update) the file using the following
    164       command as the <systemitem class="username">root</systemitem> user:</para>
    165 
    166 <screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen></note>
    167 
     159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     160                href="../../xincludes/gsettings-destdir.xml"/>
    168161
    169162  </sect2>
  • gnome/applications/gnome-color-manager.xml

    r5b2c12a r82192a18  
    142142    <title>Command Explanations</title>
    143143
    144     <para><parameter>-Dexiv=false</parameter>: This switch is used to disable
    145     using Exiv2 because Exiv2-0.27 changed the API in a way that several
    146     applications cannot use.</para>
     144    <para>
     145      <parameter>-Dexiv=false</parameter>: This switch is used to disable
     146      using Exiv2 because Exiv2-0.27 changed the API in a way that several
     147      applications cannot use.
     148    </para>
    147149    <!- - Please check this at the next version of gnome-color-manager AND/OR
    148150    the next version of Exiv2. No work has been done upstream, but I did file
  • gnome/applications/gnome-screenshot.xml

    r5b2c12a r82192a18  
    9090    <title>Installation of GNOME Screenshot</title>
    9191
    92 <!-- There have been 2 releases since then:
    93     <note><para>There is a build problem caused by a file installed by gettext
    94     in LFS.  If gettext was installed with instructions before the
    95     April 11, 2018 version of LFS, run the following as the
    96     <systemitem class="username">root</systemitem> user:</para>
    97 
    98 <screen><userinput>sed -e '/AppData/N;N;p;s/\.appdata\./.metainfo./' \
    99     -i /usr/share/gettext-0.19.8/its/appdata.loc</userinput></screen>
    100     </note>
    101 -->
    10292    <para>
    10393      Install <application>GNOME Screenshot</application> by running the following
     
    121111<screen role="root"><userinput>ninja install</userinput></screen>
    122112
    123     <note><para>In order to best run <application>GNOME Screenshot</application>
    124     from the command line, the --interactive option needs to be specified.
    125     </para></note>
     113    <note>
     114      <para>
     115        In order to best run <application>GNOME Screenshot</application>
     116        from the command line, the --interactive option needs to be specified.
     117      </para>
     118    </note>
    126119
    127120  </sect2>
  • gnome/applications/gnome-terminal.xml

    r5b2c12a r82192a18  
    133133rm -v /usr/lib/systemd/user/gnome-terminal-server.service</userinput></screen>
    134134
    135     <note><para>To run <application>GNOME Terminal</application>, the
    136     environment variable <envar>LANG</envar> must be set to a UTF-8
    137     locale <emphasis>prior</emphasis> to starting the graphical
    138     environment.</para></note>
     135    <note>
     136      <para>
     137        To run <application>GNOME Terminal</application>, the environment
     138        variable <envar>LANG</envar> must be set to a UTF-8 locale
     139        <emphasis>prior</emphasis> to starting the graphical environment.
     140      </para>
     141    </note>
    139142
    140143  </sect2>
  • gnome/applications/gucharmap.xml

    r5b2c12a r82192a18  
    119119make</userinput></screen>
    120120
    121     <para>This package&apos;s testsuite is only intended to be used by the
    122     maintainer to check the i18n help files.</para>
     121    <para>
     122      This package&apos;s testsuite is only intended to be used by the
     123      maintainer to check the i18n help files.
     124    </para>
    123125
    124126    <para>
  • gnome/applications/seahorse.xml

    r5b2c12a r82192a18  
    141141      <title>Command Explanations</title>
    142142
    143       <para><command>sed ... data/*.xml</command>:  This command fixes some
    144       deprecated entries in the schema templates.</para>
     143      <para>
     144        <command>sed ... data/*.xml</command>:  This command fixes some
     145        deprecated entries in the schema templates.
     146      </para>
    145147
    146148      <para>
  • gnome/platform/dconf.xml

    r5b2c12a r82192a18  
    183183<screen role="root"><userinput>ninja install</userinput></screen>
    184184
    185     <para>Now, optionally install the editor:</para>
     185    <para>
     186      Now, optionally install the editor:
     187    </para>
    186188
    187189<screen><userinput>cd ..              &amp;&amp;
     
    206208    <title>Command Explanations</title>
    207209
    208     <para><option>-Denable-gtk-doc</option>: Use this parameter if
    209     <application>GTK-Doc</application> is installed and you wish to rebuild
    210     and install the API documentation.</para>
     210    <para>
     211      <option>-Denable-gtk-doc</option>: Use this parameter if
     212      <application>GTK-Doc</application> is installed and you wish to rebuild
     213      and install the API documentation.
     214    </para>
    211215
    212216  </sect2>
  • gnome/platform/folks.xml

    r5b2c12a r82192a18  
    137137      and had 103 test failures in Tracker's section of the test suite.
    138138      This is unacceptable and is why we have it disabled by default. -->
    139     <!--<para>This package does not come with a test suite.</para>-->
    140 
     139<!--
     140    <para>
     141      This package does not come with a test suite.
     142    </para>
     143-->
    141144    <para>
    142145      Now, as the <systemitem class="username">root</systemitem> user:
  • gnome/platform/gexiv2.xml

    r5b2c12a r82192a18  
    123123    <title>Command Explanations</title>
    124124
    125     <para><option>-Denable-gtk-doc</option>: Use this parameter if
    126     <application>GTK-Doc</application> is installed and you wish to rebuild
    127     and install the API documentation.</para>
     125    <para>
     126      <option>-Denable-gtk-doc</option>: Use this parameter if
     127      <application>GTK-Doc</application> is installed and you wish to rebuild
     128      and install the API documentation.
     129    </para>
    128130
    129131  </sect2>
  • gnome/platform/grilo.xml

    r5b2c12a r82192a18  
    3030    <title>Introduction to Grilo</title>
    3131
    32     <para><application>Grilo</application> is a framework focused on making
    33     media discovery and browsing easy for applications and application
    34     developers.</para>
     32    <para>
     33      <application>Grilo</application> is a framework focused on making
     34      media discovery and browsing easy for applications and application
     35      developers.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&grilo-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&grilo-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &grilo-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &grilo-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &grilo-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &grilo-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&grilo-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&grilo-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &grilo-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &grilo-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &grilo-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &grilo-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    91105    <title>Installation of Grilo</title>
    92106<!--
    93     <para>First, fix a build failure introduced by an API change in
    94     <application>totem-pl-parser</application>:</para>
     107    <para>
     108      First, fix a build failure introduced by an API change in
     109      <application>totem-pl-parser</application>:
     110    </para>
    95111
    96112<screen><userinput remap="pre">sed -i 's/TOTEM_IS_PL_PARSER/TOTEM_PL_IS_PARSER/' libs/pls/grl-pls.c</userinput></screen>
    97113-->
    98     <para>Install <application>Grilo</application> by running the
    99     following commands:</para>
     114    <para>
     115      Install <application>Grilo</application> by running the
     116      following commands:
     117    </para>
    100118
    101119<screen><userinput>mkdir build &amp;&amp;
     
    106124ninja</userinput></screen>
    107125
    108         <para>To test the results, issue: <command>ninja test</command>.</para>
    109 
    110     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     126    <para>
     127      To test the results, issue: <command>ninja test</command>.
     128    </para>
     129
     130    <para>
     131      Now, as the <systemitem class="username">root</systemitem> user:
     132    </para>
    111133
    112134<screen role="root"><userinput>ninja install</userinput></screen>
     
    148170        <term><command>grilo-test-ui-0.3</command></term>
    149171        <listitem>
    150           <para>is a simple playground application that you can use to test the
    151           framework and its plugins.</para>
     172          <para>
     173            is a simple playground application that you can use to test the
     174            framework and its plugins.
     175          </para>
    152176          <indexterm zone="grilo grilo-test-ui">
    153177            <primary sortas="b-grilo-test-ui">grilo-test-ui</primary>
     
    159183        <term><command>grl-inspect-0.3</command></term>
    160184        <listitem>
    161           <para>is a tool that prints out information on available Grilo
    162           sources.</para>
     185          <para>
     186            is a tool that prints out information on available Grilo sources.
     187          </para>
    163188          <indexterm zone="grilo grl-inspect">
    164189            <primary sortas="b-grl-inspect">grl-inspect</primary>
     
    170195        <term><command>grl-launch-0.3</command></term>
    171196        <listitem>
    172           <para>is a tool to run <application>Grilo</application> operations
    173           from command line.</para>
     197          <para>
     198            is a tool to run <application>Grilo</application> operations
     199            from command line.
     200          </para>
    174201          <indexterm zone="grilo grl-launch">
    175202            <primary sortas="b-grl-launch">grl-launch</primary>
     
    181208        <term><filename class='libraryfile'>libgrilo.so</filename></term>
    182209        <listitem>
    183           <para>provides the Grilo framework.</para>
     210          <para>
     211            provides the Grilo framework.
     212          </para>
    184213          <indexterm zone="grilo libgrilo">
    185214            <primary sortas="c-libgrilo">libgrilo.so</primary>
     
    191220        <term><filename class='libraryfile'>libgrlnet.so</filename></term>
    192221        <listitem>
    193           <para>provides Grilo networking helpers for plug-ins.</para>
     222          <para>
     223            provides Grilo networking helpers for plug-ins.
     224          </para>
    194225          <indexterm zone="grilo libgrilo">
    195226            <primary sortas="c-libgrlnet">libgrlnet.so</primary>
     
    201232        <term><filename class='libraryfile'>libgrlpls.so</filename></term>
    202233        <listitem>
    203           <para>provides playlist handling functions.</para>
     234          <para>
     235            provides playlist handling functions.
     236          </para>
    204237          <indexterm zone="grilo libgrilo">
    205238            <primary sortas="c-libgrlpls">libgrlpls.so</primary>
  • gnome/platform/gsettings-desktop-schemas.xml

    r5b2c12a r82192a18  
    121121      <title>Command Explanations</title>
    122122
    123       <para><command>sed ... schemas/*.in</command>:  This command fixes some
    124       deprecated entries in the schema templates.</para>
     123      <para>
     124        <command>sed ... schemas/*.in</command>:  This command fixes some
     125        deprecated entries in the schema templates.
     126      </para>
    125127
    126128      <!-- See about removing this at 8.5-rc1. -->
  • gnome/platform/libgweather.xml

    r5b2c12a r82192a18  
    137137    <title>Command Explanations</title>
    138138
    139     <para><option>-Dgtk_doc=true</option>: Use this parameter if
    140     <application>GTK-Doc</application> is installed and you wish to rebuild and
    141     install the API documentation.</para>
     139    <para>
     140      <option>-Dgtk_doc=true</option>: Use this parameter if
     141      <application>GTK-Doc</application> is installed and you wish to rebuild
     142      and install the API documentation.
     143    </para>
    142144
    143145  </sect2>
  • gnome/platform/tracker.xml

    r5b2c12a r82192a18  
    130130
    131131<screen role="root"><userinput>ninja install</userinput></screen>
    132 <!-- It seems fixed in current (2.3.1) version.
    133     <para>
    134       This package does not compile the settings schema that it installs.
    135       This must be done to prevent a runtime error in
    136       <command>tracker-store</command> (a dameon which is installed in
    137       <filename class="directory">/usr/libexec</filename>). As the
    138       <systemitem class="username">root</systemitem> user:
    139     </para>
    140 
    141 <screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
    142 -->
     132
    143133  </sect2>
    144134
Note: See TracChangeset for help on using the changeset viewer.