Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-i18n/ibus-libpinyin : Fix quotes to build with sqlite3.41 (also python compat & cleanup) #29937

Closed
wants to merge 3 commits into from

Commits on Mar 5, 2023

  1. app-i18n/ibus-libpinyin: app-i18n/ibus-libpinyin : cleanup old versions

    Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com>
    gramsey committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    54c4f8d View commit details
    Browse the repository at this point in the history
  2. app-i18n/ibus-libpinyin: app-i18n/ibus-libpinyin : python3_11 compat …

    …update
    
    Bug: https://bugs.gentoo.org/896574
    Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com>
    gramsey committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    e827bf2 View commit details
    Browse the repository at this point in the history
  3. app-i18n/ibus-libpinyin: fix quotes to build with sqlite3.41+

    sqlite has got more strict in latest version so it no longer accepts
    double quotes for sqlite string values. This adds a patch to replace
    double with single.
    
    There is an upstream attempt to fix this but it is not quite right
    so this doesn't copy it exactly.
    I have commented on the patch with advice.
    libpinyin/ibus-libpinyin@9604288
    
    We cannot upgrade yet to this anyway, as we are dependant on older
    version of libpinyin.
    
    Bug: https://bugs.gentoo.org/898478
    Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com>
    gramsey committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    32971d1 View commit details
    Browse the repository at this point in the history