Index: dee-1.2.7+17.10.20170616/vapi/Dee-1.0.metadata =================================================================== --- dee-1.2.7+17.10.20170616.orig/vapi/Dee-1.0.metadata +++ dee-1.2.7+17.10.20170616/vapi/Dee-1.0.metadata @@ -2,7 +2,9 @@ GListResultSet skip GListResultSetClass skip FilterModel - .filter unowned + .filter skip // unsupported type for construct property +Index + .reader skip // unsupported type for construct property Model .append skip=false .build_named_row skip d> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ibus.scm
AgeCommit message (Expand)Author
2023-09-05gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE'....* gnu/packages/ibus.scm (ibus)[native-search-paths]: Add 'GUIX_GTK3_IM_MODULE_FILE'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> 宋文武
2023-09-05gnu: ibus: Disable registry cache....Fixes <https://issues.guix.gnu.org/22707>. * gnu/packages/ibus.scm (ibus)[arguments]: Add 'disable-registry-cache' phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> 宋文武
2023-08-22gnu: ibus-anthy: Update to 1.5.15....* gnu/packages/ibus.scm (ibus-anthy): Update to 1.5.15. * gnu/packages/patches/ibus-anthy-fix-tests.patch: Update patch. Maxim Cournoyer
2023-08-03gnu: Add ibus-table-others....* gnu/packages/ibus.scm (ibus-table-others): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Nguyễn Gia Phong
2023-08-03gnu: Add ibus-table....* gnu/packages/patches/ibus-table-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/ibus.scm (ibus-table): New variable. Co-authored-by: 宋文武 <iyzsong@member.fsf.org> Nguyễn Gia Phong
2023-08-03gnu: ibus: Wrap ibus-daemon with GUIX_PYTHONPATH and GI_TYPELIB_PATH....* gnu/packages/ibus.scm (ibus)[arguments]: Wrap 'ibus-daemon' in the same way as 'ibus-setup'. 宋文武
2023-07-30gnu: ibus-anthy: Fix runtime errors....This fixes <https://issues.guix.gnu.org/64941>. * gnu/packages/ibus.scm (ibus-anthy) [build-system]: Switch to glib-or-gtk-build-system, for GSettings schema. [arguments]: Add a pre-configure phase to regenerate '_config.py'. Pass "--with-anthy-zipcode" to configure-flags. 宋文武
2023-06-14gnu: ibus-anthy: Prepare for tests....* gnu/packages/patches/ibus-anthy-fix-tests.patch: New patch. * gnu/packages/ibus.scm (ibus-anthy): Register it. * gnu/packages/ibus.scm (ibus-anthy) [source]: Apply patch. [arguments]: Clarify #:tests? comment. Add a fix-check, do-not-override-GI_TYPELIB_PATH and prepare-for-tests phases. [native-inputs]: Add procps, python-pycotap, util-linux and xorg-server-for-tests. Maxim Cournoyer