Ignore:
Timestamp:
04/27/2017 01:29:17 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
c497e49
Parents:
5f4e73e
Message:

Update to ibus-1.5.15. Fixes #8975. Thanks to Armin for the fix.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r5f4e73e r8b5769f  
    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        "debfafff1823952b69b248462f7a89a5">
    10   <!ENTITY ibus-size          "2.1 MB">
    11   <!ENTITY ibus-buildsize     "57 MB (with tests)">
     9  <!ENTITY ibus-md5sum        "4e451cf4e8b1f160017987d728a47c2e">
     10  <!ENTITY ibus-size          "2.2 MB">
     11  <!ENTITY ibus-buildsize     "52 MB (with tests)">
    1212  <!ENTITY ibus-time          "0.6 SBU (with tests)">
    1313]>
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="dconf"/> and
    79       <xref linkend="iso-codes"/>
     78      <xref linkend="dconf"/>,
     79      <xref linkend="iso-codes"/>, and
     80      <xref linkend="vala"/>
    8081    </para>
    8182     
     
    8384    <para role="recommended">
    8485      <xref linkend="gobject-introspection"/>,
    85       <xref linkend="gtk2"/>,
    86       <xref linkend="libnotify"/>, and
    87       <xref linkend="vala"/>
     86      <xref linkend="gtk2"/>, and
     87      <xref linkend="libnotify"/>
    8888    </para>
    8989
     
    120120            --sysconfdir=/etc         \
    121121            --disable-emoji-dict      &amp;&amp;
     122rm -f tools/main.c                    &amp;&amp;
    122123make</userinput></screen>
    123124
     
    148149      of emoticon dictionaries. Omit if you installed the optional EmojiOne
    149150      package.
     151    </para>
     152
     153    <para>
     154      <command>rm -f tools/main.c</command>: This command removes a generated
     155      file that was not removed when packaging.
    150156    </para>
    151157
Note: See TracChangeset for help on using the changeset viewer.