diff options
-rw-r--r-- | textproc/ibus-typing-booster/Makefile | 25 | ||||
-rw-r--r-- | textproc/ibus-typing-booster/distinfo | 6 | ||||
-rw-r--r-- | textproc/ibus-typing-booster/pkg-plist | 1 |
3 files changed, 14 insertions, 18 deletions
diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 425b51c53f85..9284eb517cc4 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 2.7.5 +PORTVERSION= 2.7.6 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org @@ -46,13 +46,15 @@ OPTIONS_DEFAULT=HUNSPELL HUNSPELL_RUN_DEPENDS= hunspell:textproc/hunspell -SPELL2FIX= engine/hunspell_suggest.py setup/user_transliteration.py \ +SPELL2FIX= engine/itb_util.py setup/user_transliteration.py +PY2FIX= setup/user_transliteration.py tests/test_m17n_db_info.py \ + tests/test_itb.py tests/test_compose_sequences.py \ + tests/test_hunspell_suggest.py tests/test_keyvals_to_keycodes.py\ + tests/test_m17n_translit.py tests/test_emoji_unicode_version.py \ + tests/test_emoji_similar.py tests/test_emoji_candidates.py +SHR2FIX= engine/itb_util.py engine/itb_emoji.py engine/hunspell_table.py \ + tests/test_compose_sequences.py typing-booster.appdata.xml \ setup/user_transliteration.py -DATA2FIX= setup/main.py engine/tabsqlitedb.py engine/main.py -PY2FIX= setup/user_transliteration.py -M17N2FIX= setup/main.py engine/itb_util.py engine/hunspell_table.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: @@ -63,15 +65,8 @@ pre-configure: .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}/engine/main.py + ${WRKSRC}/typing-booster.appdata.xml .for f in ${SHR2FIX} ${REINPLACE_CMD} -e 's|/usr/share/ibus-typing-booster|${DATADIR}|' \ -e 's|/usr/share|${LOCALBASE}/share|' ${WRKSRC}/${f} diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index 30f0d49bd695..9aaaf84c28cd 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578246750 -SHA256 (mike-fabian-ibus-typing-booster-2.7.5_GH0.tar.gz) = 9e058495bce943779890fd041a2dd24f2e069103b94e23b8ed10a5aef84f13a9 -SIZE (mike-fabian-ibus-typing-booster-2.7.5_GH0.tar.gz) = 7441558 +TIMESTAMP = 1579206369 +SHA256 (mike-fabian-ibus-typing-booster-2.7.6_GH0.tar.gz) = 759420b4ed68f28f775f7359a93b7b00ea2fec66114bd43d75140cf98dbb3a4b +SIZE (mike-fabian-ibus-typing-booster-2.7.6_GH0.tar.gz) = 7717398 diff --git a/textproc/ibus-typing-booster/pkg-plist b/textproc/ibus-typing-booster/pkg-plist index 9ee314089cac..a3b690222dd3 100644 --- a/textproc/ibus-typing-booster/pkg-plist +++ b/textproc/ibus-typing-booster/pkg-plist @@ -861,6 +861,7 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/data/emoji-variation-sequences.txt %%DATADIR%%/data/emoji-zwj-sequences.txt %%DATADIR%%/data/emojione.json +%%DATADIR%%/data/fi_FI.dic %%DATADIR%%/engine/__pycache__/emoji_picker.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%DATADIR%%/engine/__pycache__/emoji_picker.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc |