Ignore:
Timestamp:
03/17/2022 06:35:06 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
45bc955
Parents:
9d0f909
Message:

Package updates.
Update to ibus-1.5.26.
Update to libqalculate-4.1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r9d0f909 rf238076  
    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">
     9  <!ENTITY ibus-md5sum        "3c39a4906b2c35a2896a44b428e91736">
    1010  <!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)">
     11  <!ENTITY ibus-buildsize     "50 MB (add 2 MB for tests)">
     12  <!ENTITY ibus-time          "0.2 SBU (Using parallelism=4; add 0.6 SBU for tests)">
    1313
    1414  <!ENTITY ucd-download-http  "https://www.unicode.org/Public/zipped/14.0.0/UCD.zip">
     
    149149    </para>
    150150
    151 <screen><userinput>./configure --prefix=/usr             \
    152             --sysconfdir=/etc         \
    153             --disable-unicode-dict    \
    154             --disable-emoji-dict      &amp;&amp;
     151<screen revision='sysv'><userinput>./configure --prefix=/usr              \
     152            --sysconfdir=/etc          \
     153            --disable-python2          \
     154            --disable-emoji-dict       \
     155            --disable-unicode-dict     \
     156            --disable-systemd-services &amp;&amp;
     157rm -f tools/main.c                     &amp;&amp;
     158make</userinput></screen>
     159
     160<screen revision='systemd'><userinput>./configure --prefix=/usr          \
     161            --sysconfdir=/etc      \
     162            --disable-python2      \
     163            --disable-emoji-dict   \
     164            --disable-unicode-dict \
    155165rm -f tools/main.c                    &amp;&amp;
    156166make</userinput></screen>
     
    158168    <para>
    159169      To test the results, issue: <command>make -k check</command>.
    160       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.
     170      One test, test-override-ibus.py, is known to fail.
    163171    </para>
    164172
Note: See TracChangeset for help on using the changeset viewer.