Ignore:
Timestamp:
11/22/2023 02:35:30 AM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
cb3d7ec
Parents:
e1caa7a
Message:

Ibus: some minor text tweaks and formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    re1caa7a r0b12914  
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Optional Download</bridgehead>
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575
    7676    <itemizedlist spacing="compact">
     
    8888    <para role="required">
    8989      <xref linkend="dconf"/>,
     90      <!-- needed since we're using autogen.sh -->
     91      <xref linkend="gtk-doc"/>,
    9092      <xref linkend="iso-codes"/>, and
    9193      <xref linkend="vala"/>
     
    104106      <xref linkend="dbus-python"/> and
    105107      <xref linkend="pygobject3"/> (both to build the Python support library),
    106       <xref linkend="gtk-doc"/>, and
     108      <!--<xref linkend="gtk-doc"/>, and-->
    107109      <!--<xref linkend="pyxdg" role="runtime"/>
    108110      (runtime, for the <command>ibus-setup</command>), and
     
    118120    <title>Installation of ibus</title>
    119121
     122<!--
    120123    <para>
    121124      If the optional Unicode Character Database was downloaded, install it
    122125      now as the <systemitem class="username">root</systemitem> user:
    123126    </para>
     127-->
     128
     129    <para>
     130      First, install the Unicode Character Database as the &root; user:
     131    </para>
    124132
    125133<screen role="root"><userinput>mkdir -p                /usr/share/unicode/ucd &amp;&amp;
    126134unzip -uo ../UCD.zip -d /usr/share/unicode/ucd</userinput></screen>
     135
    127136<!--
    128137    <note>
     
    134143-->
    135144    <para>
    136       Fix an issue with deprecated schema entries:</para>
     145      Fix an issue with deprecated schema entries:
     146    </para>
    137147
    138148<screen><userinput>sed -e 's@/desktop/ibus@/org/freedesktop/ibus@g' \
     
    144154    </para>
    145155
    146 <screen revision='sysv'><userinput>SAVE_DIST_FILES=1 \
    147 PYTHON=python3    \
     156<screen revision='sysv'><userinput>SAVE_DIST_FILES=1                   \
     157PYTHON=python3                      \
    148158./autogen.sh --prefix=/usr          \
    149159             --sysconfdir=/etc      \
     
    154164make</userinput></screen>
    155165
    156 <screen revision='systemd'><userinput>SAVE_DIST_FILES=1 \
    157 PYTHON=python3    \
     166<screen revision='systemd'><userinput>SAVE_DIST_FILES=1                   \
     167PYTHON=python3                      \
    158168./autogen.sh --prefix=/usr          \
    159169             --sysconfdir=/etc      \
     
    169179      <!-- The log says "No idea to simulate key events in Wayland"
    170180           in a Mutter wayland session.  -->
    171       The test named xkb-latin-layouts is known to fail with a recent
    172       xkeyboard-config release.
    173181    </para>
    174182
     
    190198    </para>
    191199
    192     <para>
    193       <parameter>--disable-unicode-dict</parameter>: This switch disables the use
     200<!--
     201    <para>
     202      <parameter>- -disable-unicode-dict</parameter>: This switch disables the use
    194203      of unicode dictionaries. Omit if you installed the optional
    195204      Unicode Character Database.
    196205    </para>
     206-->
    197207
    198208    <para>
     
    226236      to build the <application>Python 3</application> support
    227237      library.
     238    </para>
     239
     240    <para>
     241      <envar>SAVE_DIST_FILES=1</envar>: This environment variable makes
     242      the <command>autogen.sh</command> script save some pre-generated
     243      header files instead of overwriting them when it is run. This prevents
     244      build failures when generating <filename>ibusemojigen.h</filename>.
     245      <!-- This is needed because we do not have the Emoji dictionary.-->
    228246    </para>
    229247
Note: See TracChangeset for help on using the changeset viewer.