Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r8558044 r3f2db3a6  
    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        "c1670d622c555aca804b0d6a074ce93e">
    10   <!ENTITY ibus-size          "3.5 MB">
    11   <!ENTITY ibus-buildsize     "55 MB (with tests)">
    12   <!ENTITY ibus-time          "1.0 SBU (Using parallelism=4; with tests)">
    13 
    14   <!ENTITY ucd-download-http  "https://www.unicode.org/Public/zipped/13.0.0/UCD.zip">
     9  <!ENTITY ibus-md5sum        "3590d33fbd84e041acb75fcee818b504">
     10  <!ENTITY ibus-size          "3.6 MB">
     11  <!ENTITY ibus-buildsize     "66 MB (add 3 MB for tests)">
     12  <!ENTITY ibus-time          "0.2 SBU (Using parallelism=4; add 0.6 SBU for tests)">
     13
     14  <!ENTITY ucd-download-http  "https://www.unicode.org/Public/zipped/14.0.0/UCD.zip">
    1515]>
    1616
     
    1818  <?dbhtml filename="ibus.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>ibus-&ibus-version;</title>
     
    3734    </para>
    3835
    39     &lfs110a_checked;
     36    &lfs112_checked;
    4037
    4138    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    149146    </para>
    150147
    151 <screen><userinput>./configure --prefix=/usr             \
    152             --sysconfdir=/etc         \
    153             --disable-unicode-dict    \
    154             --disable-emoji-dict      &amp;&amp;
    155 rm -f tools/main.c                    &amp;&amp;
     148<screen revision='sysv'><userinput>./configure --prefix=/usr              \
     149            --sysconfdir=/etc          \
     150            --disable-python2          \
     151            --disable-emoji-dict       \
     152            --disable-unicode-dict     \
     153            --disable-systemd-services &amp;&amp;
     154rm -f tools/main.c                     &amp;&amp;
     155make</userinput></screen>
     156
     157<screen revision='systemd'><userinput>./configure --prefix=/usr          \
     158            --sysconfdir=/etc      \
     159            --disable-python2      \
     160            --disable-emoji-dict   \
     161            --disable-unicode-dict &amp;&amp;
     162rm -f tools/main.c                 &amp;&amp;
    156163make</userinput></screen>
    157164
     
    159166      To test the results, issue: <command>make -k check</command>.
    160167      The test named ibus-compose fails because it uses some locales
    161       not installed in LFS.  The test named ibus-keypress is known to fail
    162       in Wayland based desktop environment.
     168      not installed in LFS.
     169      The test named ibus-keypress is known to fail in a Wayland based desktop
     170      environment.
     171      The test named test-override-ibus.py is known to fail if Python
     172      support library is enabled.
    163173    </para>
    164174
Note: See TracChangeset for help on using the changeset viewer.