Ignore:
Timestamp:
08/18/2016 03:30:14 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
89e01c0
Parents:
d769233
Message:

Update to nautilus-3.20.2
Update to gvfs-1.28.3
Update to caribou-0.4.21
Update to appstream-glib-0.5.18
Update to ibus-1.5.14

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    rd769233 r40273c46  
    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        "314c5e4fbfa7a52e6bbe4d1fe87c33f4">
     9  <!ENTITY ibus-md5sum        "debfafff1823952b69b248462f7a89a5">
    1010  <!ENTITY ibus-size          "2.1 MB">
    11   <!ENTITY ibus-buildsize     "57 MB">
    12   <!ENTITY ibus-time          "0.6 SBU">
     11  <!ENTITY ibus-buildsize     "57 MB (with tests)">
     12  <!ENTITY ibus-time          "0.6 SBU (with tests)">
    1313]>
    1414
     
    3232    <para>
    3333      <application>IBus</application> is an Intelligent Input Bus. It is a new
    34       input framework for Linux OS. It provides full featured and user friendly
    35       input method user interface.
     34      input framework for Linux OS. It provides  a full featured and user
     35      friendly input method user interface.
    3636    </para>
    3737
     
    9595      <xref linkend="python3"/>,
    9696      <xref linkend="pyxdg"/> (for the <command>ibus-setup</command>), and
    97       <xref linkend="libxkbcommon"/> and
    98       <xref linkend="wayland"/> (both to build the Wayland support programs)
     97      <xref linkend="libxkbcommon"/>,
     98      <xref linkend="wayland"/> (both to build the Wayland support programs), and
     99      <ulink url="http://emojione.com/releases/">EmojiOne</ulink>
    99100    </para>
    100101
     
    112113    </para>
    113114
    114 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     115<screen><userinput>./configure --prefix=/usr \
     116--sysconfdir=/etc         \
     117--disable-emoji-dict      &amp;&amp;
    115118make</userinput></screen>
    116119
     
    130133  <sect2 role="commands">
    131134    <title>Command Explanations</title>
     135
     136    <para>
     137      <parameter>--disable-emoji-dict</parameter>: This switch disables the use
     138      of emoticon dictionaries. Omit if you installed the optional EmojiOne
     139      package.
     140    </para>
    132141
    133142    <para>
Note: See TracChangeset for help on using the changeset viewer.