Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r3f2db3a6 r8558044  
    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        "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">
     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">
    1515]>
    1616
     
    1818  <?dbhtml filename="ibus.html"?>
    1919
     20  <sect1info>
     21    <date>$Date$</date>
     22  </sect1info>
    2023
    2124  <title>ibus-&ibus-version;</title>
     
    3437    </para>
    3538
    36     &lfs112_checked;
     39    &lfs110a_checked;
    3740
    3841    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    146149    </para>
    147150
    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;
    154 rm -f tools/main.c                     &amp;&amp;
    155 make</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;
    162 rm -f tools/main.c                 &amp;&amp;
     151<screen><userinput>./configure --prefix=/usr             \
     152            --sysconfdir=/etc         \
     153            --disable-unicode-dict    \
     154            --disable-emoji-dict      &amp;&amp;
     155rm -f tools/main.c                    &amp;&amp;
    163156make</userinput></screen>
    164157
     
    166159      To test the results, issue: <command>make -k check</command>.
    167160      The test named ibus-compose fails because it uses some locales
    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.
     161      not installed in LFS.  The test named ibus-keypress is known to fail
     162      in Wayland based desktop environment.
    173163    </para>
    174164
Note: See TracChangeset for help on using the changeset viewer.