diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 49b8220c3499..566ab79b7f16 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,103 +1,103 @@ PORTNAME= ibus-typing-booster -PORTVERSION= 2.28.6 +PORTVERSION= 2.29.0 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org COMMENT= Faster typing by context sensitive completion WWW= https://mike-fabian.github.io/ibus-typing-booster/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ libm17n.so:devel/m17n-lib RUN_DEPENDS= CLDR>0:textproc/CLDR \ UCD>0:textproc/UCD \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rapidfuzz>0:devel/py-rapidfuzz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycountry>0:textproc/py-pycountry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} TEST_DEPENDS= m17n-db:devel/m17n-db \ ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \ ${LOCALBASE}/share/hunspell/de_DE.dic:german/hunspell \ ${LOCALBASE}/share/hunspell/en_US.aff:textproc/en-hunspell \ ${LOCALBASE}/share/hunspell/es_ES.dic:textproc/es-hunspell \ ${LOCALBASE}/share/hunspell/it_IT.dic:textproc/it-hunspell \ ${LOCALBASE}/share/hunspell/ko_KR.aff:korean/hunspell \ ${LOCALBASE}/share/hunspell/sv_SE.dic:textproc/sv-hunspell \ ${LOCALBASE}/libexec/ibus-engine-m17n:textproc/ibus-m17n \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ gmake:devel/gmake USE_GITHUB= yes GH_ACCOUNT= mike-fabian USES= autoreconf desktop-file-utils gettext gmake gnome iconv pathfix \ pkgconfig python shebangfix SHEBANG_FILES= engine/emoji-picker.in engine/ibus-engine-typing-booster.in \ setup/ibus-setup-typing-booster.in SHEBANG_LANG= sh sh_OLD_CMD= /usr/bin/sh sh_CMD= ${SH} -USE_GNOME= glib20 gtk30 pygobject3 +USE_GNOME= gtk40 USE_LOCALE= en_US.UTF-8 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec NO_ARCH= yes GLIB_SCHEMAS= org.freedesktop.ibus.engine.typing-booster.gschema.xml TEST_TARGET= check TEST_ENV= ${MAKE_ENV} \ IBUS_TYPING_BOOSTER_DEBUG_LEVEL=1 OPTIONS_DEFINE= HUNSPELL OPTIONS_DEFAULT=HUNSPELL HUNSPELL_RUN_DEPENDS= hunspell:textproc/hunspell SPELL2FIX= engine/itb_util.py setup/user_transliteration.py SHR2FIX= engine/itb_sound.py ${GLIB_SCHEMAS} XML2FIX= org.freedesktop.ibus.engine.typing_booster.metainfo.xml.in \ org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml.in X11LOC2FIX= engine/itb_util.py tests/test_compose_sequences.py tests/test_itb.py COMP2DEL= engine/Makefile setup/Makefile pre-configure: .for f in ${SPELL2FIX} ${REINPLACE_CMD} -e 's|/usr/share/myspell|${LOCALBASE}/share/hunspell|' \ ${WRKSRC}/${f} .endfor ${FIND} ${WRKSRC} -name "*.py" | ${XARGS} \ ${REINPLACE_CMD} -e 's|/usr/bin/python3| ${PYTHON_CMD}|' .for f in ${XML2FIX} ${REINPLACE_CMD} -e 's|/usr/libexec|${PREFIX}/libexec|' ${WRKSRC}/${f} .endfor .for f in ${SHR2FIX} ${XML2FIX} ${REINPLACE_CMD} -e 's|/usr/share/ibus-typing-booster|${DATADIR}|' \ -e 's|/usr/share|${LOCALBASE}/share|' ${WRKSRC}/${f} .endfor ${REINPLACE_CMD} -e 's|/usr/share/unicode|${LOCALBASE}/share/unicode|' \ ${WRKSRC}/engine/itb_emoji.py .for f in ${X11LOC2FIX} ${REINPLACE_CMD} -e 's|/usr/share/X11/locale|${LOCALBASE}/lib/X11/locale|' \ ${WRKSRC}/${f} .endfor post-configure: .for f in ${COMP2DEL} ${SED} -i.orig -e '/if test -n "\$$\$$dlist"/,/^ else :; fi$$/ d' \ ${WRKSRC}/${f} .endfor post-install: (cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${DATADIR:S;${PREFIX}/;;} \ && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${DATADIR:S;${PREFIX}/;;}) .include diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index 0f30114fe2b7..c6e725283609 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764176138 -SHA256 (mike-fabian-ibus-typing-booster-2.28.6_GH0.tar.gz) = 831df7454c10d98d84555a5e5b2bcf9b6332454c9f9d18717c7782640bc463ae -SIZE (mike-fabian-ibus-typing-booster-2.28.6_GH0.tar.gz) = 14406000 +TIMESTAMP = 1766485364 +SHA256 (mike-fabian-ibus-typing-booster-2.29.0_GH0.tar.gz) = daccf5b8c40f8490e21349b5d50f0610b7f314b7aa3d3e46c15c31660886670f +SIZE (mike-fabian-ibus-typing-booster-2.29.0_GH0.tar.gz) = 14424946 diff --git a/textproc/ibus-typing-booster/pkg-plist b/textproc/ibus-typing-booster/pkg-plist index 5bbf0615b95a..8bddd78ea27f 100644 --- a/textproc/ibus-typing-booster/pkg-plist +++ b/textproc/ibus-typing-booster/pkg-plist @@ -1,476 +1,482 @@ bin/emoji-picker libexec/ibus-engine-typing-booster libexec/ibus-setup-typing-booster share/applications/emoji-picker.desktop share/applications/ibus-setup-tb.desktop share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/Blocks.txt %%DATADIR%%/data/DerivedAge.txt %%DATADIR%%/data/NameAliases.txt %%DATADIR%%/data/UnicodeData.txt %%DATADIR%%/data/annotations/af.xml %%DATADIR%%/data/annotations/ak.xml %%DATADIR%%/data/annotations/am.xml %%DATADIR%%/data/annotations/ar.xml %%DATADIR%%/data/annotations/ar_SA.xml %%DATADIR%%/data/annotations/as.xml %%DATADIR%%/data/annotations/ast.xml %%DATADIR%%/data/annotations/az.xml %%DATADIR%%/data/annotations/ba.xml %%DATADIR%%/data/annotations/be.xml %%DATADIR%%/data/annotations/bew.xml %%DATADIR%%/data/annotations/bg.xml %%DATADIR%%/data/annotations/bgn.xml %%DATADIR%%/data/annotations/blo.xml %%DATADIR%%/data/annotations/bn.xml %%DATADIR%%/data/annotations/br.xml %%DATADIR%%/data/annotations/bs.xml %%DATADIR%%/data/annotations/ca.xml %%DATADIR%%/data/annotations/ca_ES.xml %%DATADIR%%/data/annotations/ca_ES_VALENCIA.xml %%DATADIR%%/data/annotations/ccp.xml %%DATADIR%%/data/annotations/ceb.xml %%DATADIR%%/data/annotations/chr.xml %%DATADIR%%/data/annotations/ckb.xml %%DATADIR%%/data/annotations/cs.xml %%DATADIR%%/data/annotations/cv.xml %%DATADIR%%/data/annotations/cy.xml %%DATADIR%%/data/annotations/da.xml %%DATADIR%%/data/annotations/de.xml %%DATADIR%%/data/annotations/de_CH.xml %%DATADIR%%/data/annotations/doi.xml %%DATADIR%%/data/annotations/dsb.xml %%DATADIR%%/data/annotations/el.xml %%DATADIR%%/data/annotations/en.xml %%DATADIR%%/data/annotations/en_001.xml %%DATADIR%%/data/annotations/en_AU.xml %%DATADIR%%/data/annotations/en_CA.xml %%DATADIR%%/data/annotations/en_GB.xml %%DATADIR%%/data/annotations/en_IN.xml %%DATADIR%%/data/annotations/es.xml %%DATADIR%%/data/annotations/es_419.xml %%DATADIR%%/data/annotations/es_MX.xml %%DATADIR%%/data/annotations/es_US.xml %%DATADIR%%/data/annotations/et.xml %%DATADIR%%/data/annotations/eu.xml %%DATADIR%%/data/annotations/fa.xml %%DATADIR%%/data/annotations/ff.xml %%DATADIR%%/data/annotations/ff_Adlm.xml %%DATADIR%%/data/annotations/fi.xml %%DATADIR%%/data/annotations/fil.xml %%DATADIR%%/data/annotations/fo.xml %%DATADIR%%/data/annotations/fr.xml %%DATADIR%%/data/annotations/fr_CA.xml %%DATADIR%%/data/annotations/frr.xml %%DATADIR%%/data/annotations/ga.xml %%DATADIR%%/data/annotations/gd.xml %%DATADIR%%/data/annotations/gl.xml %%DATADIR%%/data/annotations/gu.xml %%DATADIR%%/data/annotations/ha.xml %%DATADIR%%/data/annotations/ha_NE.xml %%DATADIR%%/data/annotations/he.xml %%DATADIR%%/data/annotations/hi.xml %%DATADIR%%/data/annotations/hi_Latn.xml %%DATADIR%%/data/annotations/hr.xml %%DATADIR%%/data/annotations/hsb.xml %%DATADIR%%/data/annotations/hu.xml %%DATADIR%%/data/annotations/hy.xml %%DATADIR%%/data/annotations/ia.xml %%DATADIR%%/data/annotations/id.xml %%DATADIR%%/data/annotations/ig.xml %%DATADIR%%/data/annotations/is.xml %%DATADIR%%/data/annotations/it.xml %%DATADIR%%/data/annotations/ja.xml %%DATADIR%%/data/annotations/jv.xml %%DATADIR%%/data/annotations/ka.xml %%DATADIR%%/data/annotations/kab.xml %%DATADIR%%/data/annotations/kk.xml %%DATADIR%%/data/annotations/kk_Arab.xml %%DATADIR%%/data/annotations/kl.xml %%DATADIR%%/data/annotations/km.xml %%DATADIR%%/data/annotations/kn.xml %%DATADIR%%/data/annotations/ko.xml %%DATADIR%%/data/annotations/kok.xml %%DATADIR%%/data/annotations/ku.xml %%DATADIR%%/data/annotations/ky.xml %%DATADIR%%/data/annotations/lb.xml %%DATADIR%%/data/annotations/lij.xml %%DATADIR%%/data/annotations/lo.xml %%DATADIR%%/data/annotations/lt.xml %%DATADIR%%/data/annotations/lv.xml %%DATADIR%%/data/annotations/mai.xml %%DATADIR%%/data/annotations/mi.xml %%DATADIR%%/data/annotations/mk.xml %%DATADIR%%/data/annotations/ml.xml %%DATADIR%%/data/annotations/mn.xml %%DATADIR%%/data/annotations/mni.xml %%DATADIR%%/data/annotations/mr.xml %%DATADIR%%/data/annotations/ms.xml %%DATADIR%%/data/annotations/mt.xml %%DATADIR%%/data/annotations/my.xml %%DATADIR%%/data/annotations/nb.xml %%DATADIR%%/data/annotations/ne.xml %%DATADIR%%/data/annotations/nl.xml %%DATADIR%%/data/annotations/nn.xml %%DATADIR%%/data/annotations/no.xml %%DATADIR%%/data/annotations/nso.xml %%DATADIR%%/data/annotations/oc.xml %%DATADIR%%/data/annotations/om.xml %%DATADIR%%/data/annotations/or.xml %%DATADIR%%/data/annotations/pa.xml %%DATADIR%%/data/annotations/pa_Arab.xml %%DATADIR%%/data/annotations/pap.xml %%DATADIR%%/data/annotations/pcm.xml %%DATADIR%%/data/annotations/pl.xml %%DATADIR%%/data/annotations/ps.xml %%DATADIR%%/data/annotations/pt.xml %%DATADIR%%/data/annotations/pt_PT.xml %%DATADIR%%/data/annotations/qu.xml %%DATADIR%%/data/annotations/quc.xml %%DATADIR%%/data/annotations/rhg.xml %%DATADIR%%/data/annotations/rm.xml %%DATADIR%%/data/annotations/ro.xml %%DATADIR%%/data/annotations/root.xml %%DATADIR%%/data/annotations/ru.xml %%DATADIR%%/data/annotations/rw.xml %%DATADIR%%/data/annotations/sa.xml %%DATADIR%%/data/annotations/sat.xml %%DATADIR%%/data/annotations/sc.xml %%DATADIR%%/data/annotations/sd.xml %%DATADIR%%/data/annotations/shn.xml %%DATADIR%%/data/annotations/si.xml %%DATADIR%%/data/annotations/sk.xml %%DATADIR%%/data/annotations/sl.xml %%DATADIR%%/data/annotations/so.xml %%DATADIR%%/data/annotations/sq.xml %%DATADIR%%/data/annotations/sr.xml %%DATADIR%%/data/annotations/sr_Cyrl.xml %%DATADIR%%/data/annotations/sr_Cyrl_BA.xml %%DATADIR%%/data/annotations/sr_Latn.xml %%DATADIR%%/data/annotations/sr_Latn_BA.xml %%DATADIR%%/data/annotations/su.xml %%DATADIR%%/data/annotations/sv.xml %%DATADIR%%/data/annotations/sv_FI.xml %%DATADIR%%/data/annotations/sw.xml %%DATADIR%%/data/annotations/sw_KE.xml %%DATADIR%%/data/annotations/syr.xml %%DATADIR%%/data/annotations/ta.xml %%DATADIR%%/data/annotations/te.xml %%DATADIR%%/data/annotations/tg.xml %%DATADIR%%/data/annotations/th.xml %%DATADIR%%/data/annotations/ti.xml %%DATADIR%%/data/annotations/tk.xml %%DATADIR%%/data/annotations/tn.xml %%DATADIR%%/data/annotations/to.xml %%DATADIR%%/data/annotations/tr.xml %%DATADIR%%/data/annotations/tt.xml %%DATADIR%%/data/annotations/ug.xml %%DATADIR%%/data/annotations/uk.xml %%DATADIR%%/data/annotations/ur.xml %%DATADIR%%/data/annotations/uz.xml %%DATADIR%%/data/annotations/vec.xml %%DATADIR%%/data/annotations/vi.xml %%DATADIR%%/data/annotations/wo.xml %%DATADIR%%/data/annotations/xh.xml %%DATADIR%%/data/annotations/yo.xml %%DATADIR%%/data/annotations/yo_BJ.xml %%DATADIR%%/data/annotations/yue.xml %%DATADIR%%/data/annotations/yue_Hans.xml %%DATADIR%%/data/annotations/zh.xml %%DATADIR%%/data/annotations/zh_Hant.xml %%DATADIR%%/data/annotations/zh_Hant_HK.xml %%DATADIR%%/data/annotations/zu.xml %%DATADIR%%/data/annotationsDerived/af.xml %%DATADIR%%/data/annotationsDerived/ak.xml %%DATADIR%%/data/annotationsDerived/am.xml %%DATADIR%%/data/annotationsDerived/ar.xml %%DATADIR%%/data/annotationsDerived/ar_SA.xml %%DATADIR%%/data/annotationsDerived/as.xml %%DATADIR%%/data/annotationsDerived/ast.xml %%DATADIR%%/data/annotationsDerived/az.xml %%DATADIR%%/data/annotationsDerived/ba.xml %%DATADIR%%/data/annotationsDerived/be.xml %%DATADIR%%/data/annotationsDerived/bew.xml %%DATADIR%%/data/annotationsDerived/bg.xml %%DATADIR%%/data/annotationsDerived/bgn.xml %%DATADIR%%/data/annotationsDerived/blo.xml %%DATADIR%%/data/annotationsDerived/bn.xml %%DATADIR%%/data/annotationsDerived/br.xml %%DATADIR%%/data/annotationsDerived/bs.xml %%DATADIR%%/data/annotationsDerived/ca.xml %%DATADIR%%/data/annotationsDerived/ca_ES.xml %%DATADIR%%/data/annotationsDerived/ca_ES_VALENCIA.xml %%DATADIR%%/data/annotationsDerived/ccp.xml %%DATADIR%%/data/annotationsDerived/ceb.xml %%DATADIR%%/data/annotationsDerived/chr.xml %%DATADIR%%/data/annotationsDerived/ckb.xml %%DATADIR%%/data/annotationsDerived/cs.xml %%DATADIR%%/data/annotationsDerived/cv.xml %%DATADIR%%/data/annotationsDerived/cy.xml %%DATADIR%%/data/annotationsDerived/da.xml %%DATADIR%%/data/annotationsDerived/de.xml %%DATADIR%%/data/annotationsDerived/de_CH.xml %%DATADIR%%/data/annotationsDerived/doi.xml %%DATADIR%%/data/annotationsDerived/dsb.xml %%DATADIR%%/data/annotationsDerived/el.xml %%DATADIR%%/data/annotationsDerived/en.xml %%DATADIR%%/data/annotationsDerived/en_001.xml %%DATADIR%%/data/annotationsDerived/en_AU.xml %%DATADIR%%/data/annotationsDerived/en_CA.xml %%DATADIR%%/data/annotationsDerived/en_GB.xml %%DATADIR%%/data/annotationsDerived/en_IN.xml %%DATADIR%%/data/annotationsDerived/es.xml %%DATADIR%%/data/annotationsDerived/es_419.xml %%DATADIR%%/data/annotationsDerived/es_MX.xml %%DATADIR%%/data/annotationsDerived/es_US.xml %%DATADIR%%/data/annotationsDerived/et.xml %%DATADIR%%/data/annotationsDerived/eu.xml %%DATADIR%%/data/annotationsDerived/fa.xml %%DATADIR%%/data/annotationsDerived/ff.xml %%DATADIR%%/data/annotationsDerived/ff_Adlm.xml %%DATADIR%%/data/annotationsDerived/fi.xml %%DATADIR%%/data/annotationsDerived/fil.xml %%DATADIR%%/data/annotationsDerived/fo.xml %%DATADIR%%/data/annotationsDerived/fr.xml %%DATADIR%%/data/annotationsDerived/fr_CA.xml %%DATADIR%%/data/annotationsDerived/frr.xml %%DATADIR%%/data/annotationsDerived/ga.xml %%DATADIR%%/data/annotationsDerived/gd.xml %%DATADIR%%/data/annotationsDerived/gl.xml %%DATADIR%%/data/annotationsDerived/gu.xml %%DATADIR%%/data/annotationsDerived/ha.xml %%DATADIR%%/data/annotationsDerived/ha_NE.xml %%DATADIR%%/data/annotationsDerived/he.xml %%DATADIR%%/data/annotationsDerived/hi.xml %%DATADIR%%/data/annotationsDerived/hi_Latn.xml %%DATADIR%%/data/annotationsDerived/hr.xml %%DATADIR%%/data/annotationsDerived/hsb.xml %%DATADIR%%/data/annotationsDerived/hu.xml %%DATADIR%%/data/annotationsDerived/hy.xml %%DATADIR%%/data/annotationsDerived/ia.xml %%DATADIR%%/data/annotationsDerived/id.xml %%DATADIR%%/data/annotationsDerived/ig.xml %%DATADIR%%/data/annotationsDerived/is.xml %%DATADIR%%/data/annotationsDerived/it.xml %%DATADIR%%/data/annotationsDerived/ja.xml %%DATADIR%%/data/annotationsDerived/jv.xml %%DATADIR%%/data/annotationsDerived/ka.xml %%DATADIR%%/data/annotationsDerived/kab.xml %%DATADIR%%/data/annotationsDerived/kk.xml %%DATADIR%%/data/annotationsDerived/kk_Arab.xml %%DATADIR%%/data/annotationsDerived/kl.xml %%DATADIR%%/data/annotationsDerived/km.xml %%DATADIR%%/data/annotationsDerived/kn.xml %%DATADIR%%/data/annotationsDerived/ko.xml %%DATADIR%%/data/annotationsDerived/kok.xml %%DATADIR%%/data/annotationsDerived/ku.xml %%DATADIR%%/data/annotationsDerived/ky.xml %%DATADIR%%/data/annotationsDerived/lb.xml %%DATADIR%%/data/annotationsDerived/lij.xml %%DATADIR%%/data/annotationsDerived/lo.xml %%DATADIR%%/data/annotationsDerived/lt.xml %%DATADIR%%/data/annotationsDerived/lv.xml %%DATADIR%%/data/annotationsDerived/mai.xml %%DATADIR%%/data/annotationsDerived/mi.xml %%DATADIR%%/data/annotationsDerived/mk.xml %%DATADIR%%/data/annotationsDerived/ml.xml %%DATADIR%%/data/annotationsDerived/mn.xml %%DATADIR%%/data/annotationsDerived/mni.xml %%DATADIR%%/data/annotationsDerived/mr.xml %%DATADIR%%/data/annotationsDerived/ms.xml %%DATADIR%%/data/annotationsDerived/mt.xml %%DATADIR%%/data/annotationsDerived/my.xml %%DATADIR%%/data/annotationsDerived/ne.xml %%DATADIR%%/data/annotationsDerived/nl.xml %%DATADIR%%/data/annotationsDerived/nn.xml %%DATADIR%%/data/annotationsDerived/no.xml %%DATADIR%%/data/annotationsDerived/nso.xml %%DATADIR%%/data/annotationsDerived/oc.xml %%DATADIR%%/data/annotationsDerived/om.xml %%DATADIR%%/data/annotationsDerived/or.xml %%DATADIR%%/data/annotationsDerived/pa.xml %%DATADIR%%/data/annotationsDerived/pa_Arab.xml %%DATADIR%%/data/annotationsDerived/pap.xml %%DATADIR%%/data/annotationsDerived/pcm.xml %%DATADIR%%/data/annotationsDerived/pl.xml %%DATADIR%%/data/annotationsDerived/ps.xml %%DATADIR%%/data/annotationsDerived/pt.xml %%DATADIR%%/data/annotationsDerived/pt_PT.xml %%DATADIR%%/data/annotationsDerived/qu.xml %%DATADIR%%/data/annotationsDerived/quc.xml %%DATADIR%%/data/annotationsDerived/rhg.xml %%DATADIR%%/data/annotationsDerived/rm.xml %%DATADIR%%/data/annotationsDerived/ro.xml %%DATADIR%%/data/annotationsDerived/root.xml %%DATADIR%%/data/annotationsDerived/ru.xml %%DATADIR%%/data/annotationsDerived/rw.xml %%DATADIR%%/data/annotationsDerived/sa.xml %%DATADIR%%/data/annotationsDerived/sat.xml %%DATADIR%%/data/annotationsDerived/sc.xml %%DATADIR%%/data/annotationsDerived/sd.xml %%DATADIR%%/data/annotationsDerived/shn.xml %%DATADIR%%/data/annotationsDerived/si.xml %%DATADIR%%/data/annotationsDerived/sk.xml %%DATADIR%%/data/annotationsDerived/sl.xml %%DATADIR%%/data/annotationsDerived/so.xml %%DATADIR%%/data/annotationsDerived/sq.xml %%DATADIR%%/data/annotationsDerived/sr.xml %%DATADIR%%/data/annotationsDerived/sr_Cyrl.xml %%DATADIR%%/data/annotationsDerived/sr_Cyrl_BA.xml %%DATADIR%%/data/annotationsDerived/sr_Latn.xml %%DATADIR%%/data/annotationsDerived/sr_Latn_BA.xml %%DATADIR%%/data/annotationsDerived/su.xml %%DATADIR%%/data/annotationsDerived/sv.xml %%DATADIR%%/data/annotationsDerived/sw.xml %%DATADIR%%/data/annotationsDerived/sw_KE.xml %%DATADIR%%/data/annotationsDerived/syr.xml %%DATADIR%%/data/annotationsDerived/ta.xml %%DATADIR%%/data/annotationsDerived/te.xml %%DATADIR%%/data/annotationsDerived/tg.xml %%DATADIR%%/data/annotationsDerived/th.xml %%DATADIR%%/data/annotationsDerived/ti.xml %%DATADIR%%/data/annotationsDerived/tk.xml %%DATADIR%%/data/annotationsDerived/tn.xml %%DATADIR%%/data/annotationsDerived/to.xml %%DATADIR%%/data/annotationsDerived/tr.xml %%DATADIR%%/data/annotationsDerived/tt.xml %%DATADIR%%/data/annotationsDerived/ug.xml %%DATADIR%%/data/annotationsDerived/uk.xml %%DATADIR%%/data/annotationsDerived/ur.xml %%DATADIR%%/data/annotationsDerived/uz.xml %%DATADIR%%/data/annotationsDerived/vec.xml %%DATADIR%%/data/annotationsDerived/vi.xml %%DATADIR%%/data/annotationsDerived/wo.xml %%DATADIR%%/data/annotationsDerived/xh.xml %%DATADIR%%/data/annotationsDerived/yo.xml %%DATADIR%%/data/annotationsDerived/yo_BJ.xml %%DATADIR%%/data/annotationsDerived/yue.xml %%DATADIR%%/data/annotationsDerived/yue_Hans.xml %%DATADIR%%/data/annotationsDerived/zh.xml %%DATADIR%%/data/annotationsDerived/zh_Hant.xml %%DATADIR%%/data/annotationsDerived/zh_Hant_HK.xml %%DATADIR%%/data/annotationsDerived/zu.xml %%DATADIR%%/data/coin9.wav %%DATADIR%%/data/emoji-data.txt %%DATADIR%%/data/emoji-sequences.txt %%DATADIR%%/data/emoji-test.txt %%DATADIR%%/data/emoji-variation-sequences.txt %%DATADIR%%/data/emoji-zwj-sequences.txt %%DATADIR%%/data/emoji.json %%DATADIR%%/data/fi_FI.dic %%DATADIR%%/engine/__pycache__/emoji_picker%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/emoji_picker%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/factory%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/factory%%PYTHON_TAG%%.pyc +%%DATADIR%%/engine/__pycache__/g_compat_helpers%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/g_compat_helpers%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/get_clipboard_gtk4%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/get_clipboard_gtk4%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/hunspell_suggest%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/hunspell_suggest%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/hunspell_table%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/hunspell_table%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_active_window%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_active_window%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_emoji%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_emoji%%PYTHON_TAG%%.pyc +%%DATADIR%%/engine/__pycache__/itb_gtk%%PYTHON_TAG%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/itb_gtk%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_nltk%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_nltk%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_ollama%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_ollama%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_pango%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_pango%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_sound%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_sound%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_util%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_util%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/itb_version%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/itb_version%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/m17n_translit%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/m17n_translit%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/main%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/main%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/ollama_pull%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/ollama_pull%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/tabsqlitedb%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/tabsqlitedb%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/__pycache__/tabstatistics%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/tabstatistics%%PYTHON_TAG%%.pyc %%DATADIR%%/engine/emoji_picker.py %%DATADIR%%/engine/factory.py +%%DATADIR%%/engine/g_compat_helpers.py %%DATADIR%%/engine/get_clipboard_gtk4.py %%DATADIR%%/engine/hunspell_suggest.py %%DATADIR%%/engine/hunspell_table.py %%DATADIR%%/engine/itb_active_window.py %%DATADIR%%/engine/itb_emoji.py +%%DATADIR%%/engine/itb_gtk.py %%DATADIR%%/engine/itb_nltk.py %%DATADIR%%/engine/itb_ollama.py %%DATADIR%%/engine/itb_pango.py %%DATADIR%%/engine/itb_sound.py %%DATADIR%%/engine/itb_util.py %%DATADIR%%/engine/itb_version.py %%DATADIR%%/engine/m17n_translit.py %%DATADIR%%/engine/main.py %%DATADIR%%/engine/ollama_pull.py %%DATADIR%%/engine/tabsqlitedb.py %%DATADIR%%/engine/tabstatistics.py %%DATADIR%%/icons/ibus-typing-booster.svg %%DATADIR%%/setup/__pycache__/dictionary_download%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/setup/__pycache__/dictionary_download%%PYTHON_TAG%%.pyc %%DATADIR%%/setup/__pycache__/i18n%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/setup/__pycache__/i18n%%PYTHON_TAG%%.pyc %%DATADIR%%/setup/__pycache__/itb_version%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/setup/__pycache__/itb_version%%PYTHON_TAG%%.pyc %%DATADIR%%/setup/__pycache__/main%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/setup/__pycache__/main%%PYTHON_TAG%%.pyc %%DATADIR%%/setup/__pycache__/pkginstall%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/setup/__pycache__/pkginstall%%PYTHON_TAG%%.pyc %%DATADIR%%/setup/__pycache__/test_input_purpose%%PYTHON_TAG%%.opt-1.pyc %%DATADIR%%/setup/__pycache__/test_input_purpose%%PYTHON_TAG%%.pyc %%DATADIR%%/setup/dictionary_download.py %%DATADIR%%/setup/i18n.py %%DATADIR%%/setup/itb_version.py %%DATADIR%%/setup/main.py %%DATADIR%%/setup/pkginstall.py %%DATADIR%%/setup/test_input_purpose.py share/ibus/component/typing-booster.xml share/icons/hicolor/128x128/apps/ibus-typing-booster.png share/icons/hicolor/16x16/apps/ibus-typing-booster.png share/icons/hicolor/22x22/apps/ibus-typing-booster.png share/icons/hicolor/256x256/apps/ibus-typing-booster.png share/icons/hicolor/32x32/apps/ibus-typing-booster.png share/icons/hicolor/48x48/apps/ibus-typing-booster.png share/icons/hicolor/64x64/apps/ibus-typing-booster.png share/icons/hicolor/scalable/apps/ibus-typing-booster.svg share/locale/ar/LC_MESSAGES/ibus-typing-booster.mo share/locale/bn/LC_MESSAGES/ibus-typing-booster.mo share/locale/ca/LC_MESSAGES/ibus-typing-booster.mo share/locale/cs/LC_MESSAGES/ibus-typing-booster.mo share/locale/de/LC_MESSAGES/ibus-typing-booster.mo share/locale/el/LC_MESSAGES/ibus-typing-booster.mo share/locale/es/LC_MESSAGES/ibus-typing-booster.mo share/locale/fa/LC_MESSAGES/ibus-typing-booster.mo share/locale/fi/LC_MESSAGES/ibus-typing-booster.mo share/locale/fr/LC_MESSAGES/ibus-typing-booster.mo share/locale/he/LC_MESSAGES/ibus-typing-booster.mo share/locale/hu/LC_MESSAGES/ibus-typing-booster.mo share/locale/it/LC_MESSAGES/ibus-typing-booster.mo share/locale/ja/LC_MESSAGES/ibus-typing-booster.mo share/locale/ka/LC_MESSAGES/ibus-typing-booster.mo share/locale/kab/LC_MESSAGES/ibus-typing-booster.mo share/locale/ko/LC_MESSAGES/ibus-typing-booster.mo share/locale/lt/LC_MESSAGES/ibus-typing-booster.mo share/locale/nl/LC_MESSAGES/ibus-typing-booster.mo share/locale/or/LC_MESSAGES/ibus-typing-booster.mo share/locale/pl/LC_MESSAGES/ibus-typing-booster.mo share/locale/pt/LC_MESSAGES/ibus-typing-booster.mo share/locale/pt_BR/LC_MESSAGES/ibus-typing-booster.mo share/locale/ro/LC_MESSAGES/ibus-typing-booster.mo share/locale/ru/LC_MESSAGES/ibus-typing-booster.mo share/locale/si/LC_MESSAGES/ibus-typing-booster.mo share/locale/sv/LC_MESSAGES/ibus-typing-booster.mo share/locale/sw/LC_MESSAGES/ibus-typing-booster.mo share/locale/tr/LC_MESSAGES/ibus-typing-booster.mo share/locale/uk/LC_MESSAGES/ibus-typing-booster.mo share/locale/zh_CN/LC_MESSAGES/ibus-typing-booster.mo share/locale/zh_TW/LC_MESSAGES/ibus-typing-booster.mo share/metainfo/org.freedesktop.ibus.engine.typing_booster.emoji_picker.metainfo.xml share/metainfo/org.freedesktop.ibus.engine.typing_booster.metainfo.xml