Index: head/textproc/ibus-typing-booster/Makefile =================================================================== --- head/textproc/ibus-typing-booster/Makefile (revision 439565) +++ head/textproc/ibus-typing-booster/Makefile (revision 439566) @@ -1,80 +1,88 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= ibus-typing-booster PORTVERSION= 1.5.32 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org COMMENT= Faster typing by context sensitive completion LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/Menu.py:devel/py3-xdg \ ${PYTHON_SITELIBDIR}/gi/_gi.so:devel/py3-gobject3 \ ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py35-sqlite3 LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ libm17n.so:devel/m17n-lib RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/Menu.py:devel/py3-xdg \ ${PYTHON_SITELIBDIR}/dbus/bus.py:devel/py3-dbus \ ${PYTHON_SITELIBDIR}/hunspell.so:textproc/py3-hunspell \ ${PYTHON_SITELIBDIR}/gi/_gi.so:devel/py3-gobject3 \ ${LOCALBASE}/share/unicode/ucd/Index.txt:textproc/UCD \ ${LOCALBASE}/share/unicode/cldr/readme.html:textproc/CLDR\ ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py35-sqlite3 TEST_DEPENDS= ${LOCALBASE}/share/hunspell/de_DE.dic:german/hunspell \ ${LOCALBASE}/share/hunspell/ko_KR.aff:korean/hunspell \ ${LOCALBASE}/share/hunspell/en_US.aff:textproc/en-hunspell USE_GITHUB= yes GH_ACCOUNT= mike-fabian USES= autoreconf gettext gmake iconv pathfix pkgconfig python:3.3+ GNU_CONFIGURE= yes NO_ARCH= yes TEST_TARGET= check OPTIONS_DEFINE= HUNSPELL OPTIONS_DEFAULT=HUNSPELL HUNSPELL_RUN_DEPENDS= hunspell:textproc/hunspell SPELL2FIX= engine/hunspell_suggest.py setup/user_transliteration.py \ setup/user_transliteration.py DATA2FIX= setup/main.py engine/tabsqlitedb.py engine/main.py PY2FIX= setup/user_transliteration.py M17N2FIX= setup/main.py SHR2FIX= engine/tabsqlitedb.py engine/itb_util.py engine/itb_emoji.py \ engine/hunspell_table.py engine/main.py setup/user_transliteration.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 .for f in ${PY2FIX} ${REINPLACE_CMD} -e 's|/usr/bin/python3| ${PYTHON_CMD}|' ${WRKSRC}/${f} .endfor .for f in ${DATA2FIX} ${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/${f} .endfor .for f in ${M17N2FIX} ${REINPLACE_CMD} -e 's|/usr/share/m17n|${LOCALBASE}/share/m17n|' \ ${WRKSRC}/${f} .endfor ${REINPLACE_CMD} -e 's|/usr/libexec|${PREFIX}/libexec|' \ ${WRKSRC}/hunspell-tables/*.conf ${WRKSRC}/hunspell-tables/template.txt .for f in ${SHR2FIX} ${REINPLACE_CMD} -e 's|/usr/share/ibus-typing-booster|${DATADIR}|' \ -e 's|/usr/share|${LOCALBASE}/share|' ${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 Index: head/textproc/ibus-typing-booster/pkg-plist =================================================================== --- head/textproc/ibus-typing-booster/pkg-plist (revision 439565) +++ head/textproc/ibus-typing-booster/pkg-plist (revision 439566) @@ -1,385 +1,385 @@ bin/emoji-picker libexec/ibus-engine-typing-booster libexec/ibus-setup-typing-booster share/appdata/typing-booster.appdata.xml share/applications/emoji-picker.desktop share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/UnicodeData.txt %%DATADIR%%/data/annotations/af.xml %%DATADIR%%/data/annotations/am.xml %%DATADIR%%/data/annotations/ar.xml %%DATADIR%%/data/annotations/as.xml %%DATADIR%%/data/annotations/az.xml %%DATADIR%%/data/annotations/be.xml %%DATADIR%%/data/annotations/bg.xml %%DATADIR%%/data/annotations/bn.xml %%DATADIR%%/data/annotations/bs.xml %%DATADIR%%/data/annotations/ca.xml %%DATADIR%%/data/annotations/cs.xml %%DATADIR%%/data/annotations/da.xml %%DATADIR%%/data/annotations/de.xml %%DATADIR%%/data/annotations/de_CH.xml %%DATADIR%%/data/annotations/el.xml %%DATADIR%%/data/annotations/en.xml %%DATADIR%%/data/annotations/en_001.xml %%DATADIR%%/data/annotations/es.xml %%DATADIR%%/data/annotations/es_419.xml %%DATADIR%%/data/annotations/et.xml %%DATADIR%%/data/annotations/eu.xml %%DATADIR%%/data/annotations/fa.xml %%DATADIR%%/data/annotations/fi.xml %%DATADIR%%/data/annotations/fil.xml %%DATADIR%%/data/annotations/fr.xml %%DATADIR%%/data/annotations/ga.xml %%DATADIR%%/data/annotations/gl.xml %%DATADIR%%/data/annotations/gu.xml %%DATADIR%%/data/annotations/he.xml %%DATADIR%%/data/annotations/hi.xml %%DATADIR%%/data/annotations/hr.xml %%DATADIR%%/data/annotations/hu.xml %%DATADIR%%/data/annotations/hy.xml %%DATADIR%%/data/annotations/id.xml %%DATADIR%%/data/annotations/is.xml %%DATADIR%%/data/annotations/it.xml %%DATADIR%%/data/annotations/ja.xml %%DATADIR%%/data/annotations/ka.xml %%DATADIR%%/data/annotations/kk.xml %%DATADIR%%/data/annotations/km.xml %%DATADIR%%/data/annotations/kn.xml %%DATADIR%%/data/annotations/ko.xml %%DATADIR%%/data/annotations/ky.xml %%DATADIR%%/data/annotations/lo.xml %%DATADIR%%/data/annotations/lt.xml %%DATADIR%%/data/annotations/lv.xml %%DATADIR%%/data/annotations/mk.xml %%DATADIR%%/data/annotations/ml.xml %%DATADIR%%/data/annotations/mn.xml %%DATADIR%%/data/annotations/mr.xml %%DATADIR%%/data/annotations/ms.xml %%DATADIR%%/data/annotations/my.xml %%DATADIR%%/data/annotations/nb.xml %%DATADIR%%/data/annotations/ne.xml %%DATADIR%%/data/annotations/nl.xml %%DATADIR%%/data/annotations/or.xml %%DATADIR%%/data/annotations/pa.xml %%DATADIR%%/data/annotations/pl.xml %%DATADIR%%/data/annotations/pt.xml %%DATADIR%%/data/annotations/pt_PT.xml %%DATADIR%%/data/annotations/ro.xml %%DATADIR%%/data/annotations/root.xml %%DATADIR%%/data/annotations/ru.xml %%DATADIR%%/data/annotations/si.xml %%DATADIR%%/data/annotations/sk.xml %%DATADIR%%/data/annotations/sl.xml %%DATADIR%%/data/annotations/sq.xml %%DATADIR%%/data/annotations/sr.xml %%DATADIR%%/data/annotations/sr_Latn.xml %%DATADIR%%/data/annotations/sv.xml %%DATADIR%%/data/annotations/sw.xml %%DATADIR%%/data/annotations/ta.xml %%DATADIR%%/data/annotations/te.xml %%DATADIR%%/data/annotations/th.xml %%DATADIR%%/data/annotations/tr.xml %%DATADIR%%/data/annotations/uk.xml %%DATADIR%%/data/annotations/ur.xml %%DATADIR%%/data/annotations/uz.xml %%DATADIR%%/data/annotations/vi.xml %%DATADIR%%/data/annotations/zh.xml %%DATADIR%%/data/annotations/zh_Hant.xml %%DATADIR%%/data/annotations/zu.xml %%DATADIR%%/data/annotationsDerived/af.xml %%DATADIR%%/data/annotationsDerived/am.xml %%DATADIR%%/data/annotationsDerived/ar.xml %%DATADIR%%/data/annotationsDerived/as.xml %%DATADIR%%/data/annotationsDerived/az.xml %%DATADIR%%/data/annotationsDerived/be.xml %%DATADIR%%/data/annotationsDerived/bg.xml %%DATADIR%%/data/annotationsDerived/bn.xml %%DATADIR%%/data/annotationsDerived/bs.xml %%DATADIR%%/data/annotationsDerived/ca.xml %%DATADIR%%/data/annotationsDerived/cs.xml %%DATADIR%%/data/annotationsDerived/da.xml %%DATADIR%%/data/annotationsDerived/de.xml %%DATADIR%%/data/annotationsDerived/de_CH.xml %%DATADIR%%/data/annotationsDerived/el.xml %%DATADIR%%/data/annotationsDerived/en.xml %%DATADIR%%/data/annotationsDerived/en_001.xml %%DATADIR%%/data/annotationsDerived/es.xml %%DATADIR%%/data/annotationsDerived/es_419.xml %%DATADIR%%/data/annotationsDerived/et.xml %%DATADIR%%/data/annotationsDerived/eu.xml %%DATADIR%%/data/annotationsDerived/fa.xml %%DATADIR%%/data/annotationsDerived/fi.xml %%DATADIR%%/data/annotationsDerived/fil.xml %%DATADIR%%/data/annotationsDerived/fr.xml %%DATADIR%%/data/annotationsDerived/ga.xml %%DATADIR%%/data/annotationsDerived/gl.xml %%DATADIR%%/data/annotationsDerived/gu.xml %%DATADIR%%/data/annotationsDerived/he.xml %%DATADIR%%/data/annotationsDerived/hi.xml %%DATADIR%%/data/annotationsDerived/hr.xml %%DATADIR%%/data/annotationsDerived/hu.xml %%DATADIR%%/data/annotationsDerived/hy.xml %%DATADIR%%/data/annotationsDerived/id.xml %%DATADIR%%/data/annotationsDerived/is.xml %%DATADIR%%/data/annotationsDerived/it.xml %%DATADIR%%/data/annotationsDerived/ja.xml %%DATADIR%%/data/annotationsDerived/ka.xml %%DATADIR%%/data/annotationsDerived/kk.xml %%DATADIR%%/data/annotationsDerived/km.xml %%DATADIR%%/data/annotationsDerived/kn.xml %%DATADIR%%/data/annotationsDerived/ko.xml %%DATADIR%%/data/annotationsDerived/ky.xml %%DATADIR%%/data/annotationsDerived/lo.xml %%DATADIR%%/data/annotationsDerived/lt.xml %%DATADIR%%/data/annotationsDerived/lv.xml %%DATADIR%%/data/annotationsDerived/mk.xml %%DATADIR%%/data/annotationsDerived/ml.xml %%DATADIR%%/data/annotationsDerived/mn.xml %%DATADIR%%/data/annotationsDerived/mr.xml %%DATADIR%%/data/annotationsDerived/ms.xml %%DATADIR%%/data/annotationsDerived/my.xml %%DATADIR%%/data/annotationsDerived/nb.xml %%DATADIR%%/data/annotationsDerived/ne.xml %%DATADIR%%/data/annotationsDerived/nl.xml %%DATADIR%%/data/annotationsDerived/or.xml %%DATADIR%%/data/annotationsDerived/pa.xml %%DATADIR%%/data/annotationsDerived/pl.xml %%DATADIR%%/data/annotationsDerived/pt.xml %%DATADIR%%/data/annotationsDerived/pt_PT.xml %%DATADIR%%/data/annotationsDerived/ro.xml %%DATADIR%%/data/annotationsDerived/root.xml %%DATADIR%%/data/annotationsDerived/ru.xml %%DATADIR%%/data/annotationsDerived/si.xml %%DATADIR%%/data/annotationsDerived/sk.xml %%DATADIR%%/data/annotationsDerived/sl.xml %%DATADIR%%/data/annotationsDerived/sq.xml %%DATADIR%%/data/annotationsDerived/sr.xml %%DATADIR%%/data/annotationsDerived/sr_Latn.xml %%DATADIR%%/data/annotationsDerived/sv.xml %%DATADIR%%/data/annotationsDerived/sw.xml %%DATADIR%%/data/annotationsDerived/ta.xml %%DATADIR%%/data/annotationsDerived/te.xml %%DATADIR%%/data/annotationsDerived/th.xml %%DATADIR%%/data/annotationsDerived/tr.xml %%DATADIR%%/data/annotationsDerived/uk.xml %%DATADIR%%/data/annotationsDerived/ur.xml %%DATADIR%%/data/annotationsDerived/uz.xml %%DATADIR%%/data/annotationsDerived/vi.xml %%DATADIR%%/data/annotationsDerived/zh.xml %%DATADIR%%/data/annotationsDerived/zh_Hant.xml %%DATADIR%%/data/annotationsDerived/zu.xml %%DATADIR%%/data/emoji-data.txt %%DATADIR%%/data/emoji-sequences.txt %%DATADIR%%/data/emoji-test.txt %%DATADIR%%/data/emoji-zwj-sequences.txt %%DATADIR%%/data/emojione.json -%%DATADIR%%/engine/__pycache__/emoji_picker.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/emoji_picker.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/factory.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/factory.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/hunspell_suggest.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/hunspell_suggest.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/hunspell_table.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/hunspell_table.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/itb_emoji.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/itb_emoji.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/itb_nltk.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/itb_nltk.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/itb_pango.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/itb_pango.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/itb_util.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/itb_util.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/m17n_translit.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/m17n_translit.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/main.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/main.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/tabsqlitedb.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/tabsqlitedb.cpython-35.pyc -%%DATADIR%%/engine/__pycache__/version.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/engine/__pycache__/version.cpython-35.pyc +%%DATADIR%%/engine/__pycache__/emoji_picker.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/emoji_picker.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/hunspell_suggest.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/hunspell_suggest.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/hunspell_table.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/hunspell_table.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/itb_emoji.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/itb_emoji.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/itb_nltk.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/itb_nltk.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/itb_pango.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/itb_pango.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/itb_util.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/itb_util.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/m17n_translit.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/m17n_translit.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/tabsqlitedb.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/tabsqlitedb.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/engine/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/engine/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/emoji_picker.py %%DATADIR%%/engine/factory.py %%DATADIR%%/engine/hunspell_suggest.py %%DATADIR%%/engine/hunspell_table.py %%DATADIR%%/engine/itb_emoji.py %%DATADIR%%/engine/itb_nltk.py %%DATADIR%%/engine/itb_pango.py %%DATADIR%%/engine/itb_util.py %%DATADIR%%/engine/m17n_translit.py %%DATADIR%%/engine/main.py %%DATADIR%%/engine/tabsqlitedb.py %%DATADIR%%/engine/version.py %%DATADIR%%/hunspell-tables/ar_TN.conf %%DATADIR%%/hunspell-tables/as_IN.conf %%DATADIR%%/hunspell-tables/be_BY.conf %%DATADIR%%/hunspell-tables/bg_BG.conf %%DATADIR%%/hunspell-tables/bn_IN.conf %%DATADIR%%/hunspell-tables/ca_ES.conf %%DATADIR%%/hunspell-tables/cs_CZ.conf %%DATADIR%%/hunspell-tables/da_DK.conf %%DATADIR%%/hunspell-tables/de_AT.conf %%DATADIR%%/hunspell-tables/de_CH.conf %%DATADIR%%/hunspell-tables/de_DE.conf %%DATADIR%%/hunspell-tables/el_GR.conf %%DATADIR%%/hunspell-tables/en_AG.conf %%DATADIR%%/hunspell-tables/en_AU.conf %%DATADIR%%/hunspell-tables/en_BS.conf %%DATADIR%%/hunspell-tables/en_BW.conf %%DATADIR%%/hunspell-tables/en_BZ.conf %%DATADIR%%/hunspell-tables/en_DK.conf %%DATADIR%%/hunspell-tables/en_GB.conf %%DATADIR%%/hunspell-tables/en_GH.conf %%DATADIR%%/hunspell-tables/en_HK.conf %%DATADIR%%/hunspell-tables/en_IE.conf %%DATADIR%%/hunspell-tables/en_IN.conf %%DATADIR%%/hunspell-tables/en_JM.conf %%DATADIR%%/hunspell-tables/en_NA.conf %%DATADIR%%/hunspell-tables/en_NG.conf %%DATADIR%%/hunspell-tables/en_NZ.conf %%DATADIR%%/hunspell-tables/en_PH.conf %%DATADIR%%/hunspell-tables/en_SG.conf %%DATADIR%%/hunspell-tables/en_TT.conf %%DATADIR%%/hunspell-tables/en_US.conf %%DATADIR%%/hunspell-tables/en_ZA.conf %%DATADIR%%/hunspell-tables/en_ZW.conf %%DATADIR%%/hunspell-tables/es_ES.conf %%DATADIR%%/hunspell-tables/fa_IR.conf %%DATADIR%%/hunspell-tables/fr_BE.conf %%DATADIR%%/hunspell-tables/fr_CA.conf %%DATADIR%%/hunspell-tables/fr_CH.conf %%DATADIR%%/hunspell-tables/fr_FR.conf %%DATADIR%%/hunspell-tables/fr_LU.conf %%DATADIR%%/hunspell-tables/fr_MC.conf %%DATADIR%%/hunspell-tables/gu_IN.conf %%DATADIR%%/hunspell-tables/he_IL.conf %%DATADIR%%/hunspell-tables/hi_IN.conf %%DATADIR%%/hunspell-tables/hu_HU.conf %%DATADIR%%/hunspell-tables/hy_AM.conf %%DATADIR%%/hunspell-tables/is_IS.conf %%DATADIR%%/hunspell-tables/it_IT.conf %%DATADIR%%/hunspell-tables/km_KH.conf %%DATADIR%%/hunspell-tables/kn_IN.conf %%DATADIR%%/hunspell-tables/ko_KR.conf %%DATADIR%%/hunspell-tables/ku_TR.conf %%DATADIR%%/hunspell-tables/mai_IN.conf %%DATADIR%%/hunspell-tables/ml_IN.conf %%DATADIR%%/hunspell-tables/mr_IN.conf %%DATADIR%%/hunspell-tables/nb_NO.conf %%DATADIR%%/hunspell-tables/ne_IN.conf %%DATADIR%%/hunspell-tables/ne_NP.conf %%DATADIR%%/hunspell-tables/nl_NL.conf %%DATADIR%%/hunspell-tables/nn_NO.conf %%DATADIR%%/hunspell-tables/or_IN.conf %%DATADIR%%/hunspell-tables/pa_IN.conf %%DATADIR%%/hunspell-tables/pl_PL.conf %%DATADIR%%/hunspell-tables/pt_BR.conf %%DATADIR%%/hunspell-tables/pt_PT.conf %%DATADIR%%/hunspell-tables/ro_RO.conf %%DATADIR%%/hunspell-tables/ru_RU.conf %%DATADIR%%/hunspell-tables/si_LK.conf %%DATADIR%%/hunspell-tables/sv_SE.conf %%DATADIR%%/hunspell-tables/ta_IN.conf %%DATADIR%%/hunspell-tables/te_IN.conf %%DATADIR%%/hunspell-tables/th_TH.conf %%DATADIR%%/hunspell-tables/uk_UA.conf %%DATADIR%%/hunspell-tables/ur_PK.conf %%DATADIR%%/hunspell-tables/yi_US.conf %%DATADIR%%/icons/ar_TN.svg %%DATADIR%%/icons/as_IN.svg %%DATADIR%%/icons/be_BY.svg %%DATADIR%%/icons/bg_BG.svg %%DATADIR%%/icons/bn_IN.svg %%DATADIR%%/icons/ca_ES.svg %%DATADIR%%/icons/cs_CZ.svg %%DATADIR%%/icons/da_DK.svg %%DATADIR%%/icons/de_AT.svg %%DATADIR%%/icons/de_CH.svg %%DATADIR%%/icons/de_DE.svg %%DATADIR%%/icons/el_GR.svg %%DATADIR%%/icons/en_AG.svg %%DATADIR%%/icons/en_AU.svg %%DATADIR%%/icons/en_BS.svg %%DATADIR%%/icons/en_BW.svg %%DATADIR%%/icons/en_BZ.svg %%DATADIR%%/icons/en_DK.svg %%DATADIR%%/icons/en_GB.svg %%DATADIR%%/icons/en_GH.svg %%DATADIR%%/icons/en_HK.svg %%DATADIR%%/icons/en_IE.svg %%DATADIR%%/icons/en_IN.svg %%DATADIR%%/icons/en_JM.svg %%DATADIR%%/icons/en_NA.svg %%DATADIR%%/icons/en_NG.svg %%DATADIR%%/icons/en_NZ.svg %%DATADIR%%/icons/en_PH.svg %%DATADIR%%/icons/en_SG.svg %%DATADIR%%/icons/en_TT.svg %%DATADIR%%/icons/en_US.svg %%DATADIR%%/icons/en_ZA.svg %%DATADIR%%/icons/en_ZW.svg %%DATADIR%%/icons/es_ES.svg %%DATADIR%%/icons/fa_IR.svg %%DATADIR%%/icons/fr_BE.svg %%DATADIR%%/icons/fr_CA.svg %%DATADIR%%/icons/fr_CH.svg %%DATADIR%%/icons/fr_FR.svg %%DATADIR%%/icons/fr_LU.svg %%DATADIR%%/icons/fr_MC.svg %%DATADIR%%/icons/gu_IN.svg %%DATADIR%%/icons/he_IL.svg %%DATADIR%%/icons/hi_IN.svg %%DATADIR%%/icons/hu_HU.svg %%DATADIR%%/icons/hy_AM.svg %%DATADIR%%/icons/ibus-hunspell-table.svg %%DATADIR%%/icons/is_IS.svg %%DATADIR%%/icons/it_IT.svg %%DATADIR%%/icons/km_KH.svg %%DATADIR%%/icons/kn_IN.svg %%DATADIR%%/icons/ko_KR.svg %%DATADIR%%/icons/ku_TR.svg %%DATADIR%%/icons/mai_IN.svg %%DATADIR%%/icons/ml_IN.svg %%DATADIR%%/icons/mr_IN.svg %%DATADIR%%/icons/nb_NO.svg %%DATADIR%%/icons/ne_IN.svg %%DATADIR%%/icons/ne_NP.svg %%DATADIR%%/icons/nl_NL.svg %%DATADIR%%/icons/nn_NO.svg %%DATADIR%%/icons/or_IN.svg %%DATADIR%%/icons/pa_IN.svg %%DATADIR%%/icons/pl_PL.svg %%DATADIR%%/icons/pt_BR.svg %%DATADIR%%/icons/pt_PT.svg %%DATADIR%%/icons/ro_RO.svg %%DATADIR%%/icons/ru_RU.svg %%DATADIR%%/icons/si_LK.svg %%DATADIR%%/icons/sv_SE.svg %%DATADIR%%/icons/ta_IN.svg %%DATADIR%%/icons/te_IN.svg %%DATADIR%%/icons/th_TH.svg %%DATADIR%%/icons/uk_UA.svg %%DATADIR%%/icons/ur_PK.svg %%DATADIR%%/icons/yi_US.svg -%%DATADIR%%/setup/__pycache__/i18n.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/setup/__pycache__/i18n.cpython-35.pyc -%%DATADIR%%/setup/__pycache__/main.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/setup/__pycache__/main.cpython-35.pyc -%%DATADIR%%/setup/__pycache__/pkginstall.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/setup/__pycache__/pkginstall.cpython-35.pyc -%%DATADIR%%/setup/__pycache__/version.cpython-35.%%PYTHON_PYOEXTENSION%% -%%DATADIR%%/setup/__pycache__/version.cpython-35.pyc +%%DATADIR%%/setup/__pycache__/i18n.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/setup/__pycache__/i18n.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/setup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/setup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/setup/__pycache__/pkginstall.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/setup/__pycache__/pkginstall.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/setup/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%DATADIR%%/setup/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/setup/i18n.py %%DATADIR%%/setup/main.py %%DATADIR%%/setup/pkginstall.py %%DATADIR%%/setup/setup.glade %%DATADIR%%/setup/version.py share/ibus/component/typing-booster.xml share/locale/ca/LC_MESSAGES/ibus-typing-booster.mo share/locale/de/LC_MESSAGES/ibus-typing-booster.mo share/locale/fr/LC_MESSAGES/ibus-typing-booster.mo share/locale/ja/LC_MESSAGES/ibus-typing-booster.mo share/locale/pl/LC_MESSAGES/ibus-typing-booster.mo share/locale/pt_BR/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