Ignore:
Timestamp:
03/28/2018 10:46:30 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
235fed9
Parents:
a12c736d
Message:

Update to ibus-1.5.18

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    ra12c736d r321223a  
    77  <!ENTITY ibus-download-http "https://github.com/ibus/ibus/releases/download/&ibus-version;/ibus-&ibus-version;.tar.gz">
    88  <!ENTITY ibus-download-ftp  " ">
    9   <!ENTITY ibus-md5sum        "8bb26453d0d1fa58e56c22668aaa8786">
    10   <!ENTITY ibus-size          "2.4 MB">
    11   <!ENTITY ibus-buildsize     "43 MB (with tests)">
     9  <!ENTITY ibus-md5sum        "6e7ad074d3e3df662bc5f40b1b0c9c1a">
     10  <!ENTITY ibus-size          "2.6 MB">
     11  <!ENTITY ibus-buildsize     "49 MB (with tests)">
    1212  <!ENTITY ibus-time          "0.5 SBU (with tests)">
     13
     14  <!ENTITY ucd-download-http  "https://www.unicode.org/Public/zipped/10.0.0/UCD.zip">
    1315]>
    1416
     
    7173      </listitem>
    7274    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Optional Download</bridgehead>
     77
     78      <bridgehead renderas="sect4">Clang</bridgehead>
     79      <itemizedlist spacing="compact">
     80        <listitem>
     81          <para>
     82            Download: <ulink url="&ucd-download-http;">
     83            &ucd-download-http;
     84            (Unicode Character Database)</ulink>
     85          </para>
     86        </listitem>
     87      </itemizedlist>
    7388
    7489    <bridgehead renderas="sect3">IBus Dependencies</bridgehead>
     
    107122    <title>Installation of IBus</title>
    108123
     124    <para>If the optional Unicode Character Database was downloaded, install it
     125    now as the as the <systemitem class="username">root</systemitem> user:</para>
     126
     127<screen><userinput>mkdir -p               /usr/share/unicode/ucd &amp;&amp;
     128unzip -u ../UCD.zip -d /usr/share/unicode/ucd</userinput></screen>
     129
     130    <note><para>Be sure to also remove the disable-unicode-dict in
     131    the configure step below.</para></note>
     132
    109133    <para>Fix an issue with deprecated schema entries:</para>
    110134
     
    120144<screen><userinput>./configure --prefix=/usr             \
    121145            --sysconfdir=/etc         \
     146            --disable-unicode-dict    \
    122147            --disable-emoji-dict      &amp;&amp;
    123148rm -f tools/main.c                    &amp;&amp;
     
    147172
    148173    <para>
    149       <parameter>--disable-emoji-dict</parameter>: This switch disables the use
    150       of emoticon dictionaries. Omit if you installed the optional EmojiOne
     174      <parameter>--disable-emoji-dict</parameter>: This switch disables the
     175      use of emoticon dictionaries. Omit if you installed the optional
    151176      package.
     177    </para>
     178
     179    <para>
     180      <parameter>--disable-unicode-dict</parameter>: This switch disables the use
     181      of unicode dictionaries. Omit if you installed the optional
     182      Unicode Character Database.
    152183    </para>
    153184
Note: See TracChangeset for help on using the changeset viewer.