Upgrade to 2.7.6.

Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.7.6>.
This commit is contained in:
Thierry Thomas 2020-01-16 21:06:26 +00:00
parent b1f54f0fc1
commit 795b2e40ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523261
3 changed files with 14 additions and 18 deletions

View File

@ -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:
@ -62,16 +64,9 @@ pre-configure:
.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}/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}

View File

@ -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

View File

@ -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