mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
textproc/ibus-typing-booster: upgrade to 2.24.1
Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.24.1>
This commit is contained in:
parent
4ffe78da01
commit
937fb6b160
@ -1,5 +1,5 @@
|
||||
PORTNAME= ibus-typing-booster
|
||||
PORTVERSION= 2.24.0
|
||||
PORTVERSION= 2.24.1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -35,8 +35,8 @@ TEST_DEPENDS= ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mike-fabian
|
||||
|
||||
USES= autoreconf gettext gmake gnome iconv pathfix pkgconfig \
|
||||
python shebangfix
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1694265843
|
||||
SHA256 (mike-fabian-ibus-typing-booster-2.24.0_GH0.tar.gz) = ba3abbbbb9be0a190419662ff5743ac3d5eb17cbb30bb9f73e5cf22f35c38926
|
||||
SIZE (mike-fabian-ibus-typing-booster-2.24.0_GH0.tar.gz) = 12070005
|
||||
TIMESTAMP = 1694632463
|
||||
SHA256 (mike-fabian-ibus-typing-booster-2.24.1_GH0.tar.gz) = 5bc1013f7dec70d29612fea0a75b7c1d0b6e2d0878c12e30cc2b2938d3db305e
|
||||
SIZE (mike-fabian-ibus-typing-booster-2.24.1_GH0.tar.gz) = 12069320
|
||||
|
@ -56,8 +56,8 @@ share/applications/ibus-setup-typing-booster.desktop
|
||||
%%DATADIR%%/data/annotations/gd.xml
|
||||
%%DATADIR%%/data/annotations/gl.xml
|
||||
%%DATADIR%%/data/annotations/gu.xml
|
||||
%%DATADIR%%/data/annotations/ha_NE.xml
|
||||
%%DATADIR%%/data/annotations/ha.xml
|
||||
%%DATADIR%%/data/annotations/ha_NE.xml
|
||||
%%DATADIR%%/data/annotations/he.xml
|
||||
%%DATADIR%%/data/annotations/hi_Latn.xml
|
||||
%%DATADIR%%/data/annotations/hi.xml
|
||||
@ -216,7 +216,6 @@ share/applications/ibus-setup-typing-booster.desktop
|
||||
%%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
|
||||
@ -256,7 +255,6 @@ share/applications/ibus-setup-typing-booster.desktop
|
||||
%%DATADIR%%/data/annotationsDerived/ms.xml
|
||||
%%DATADIR%%/data/annotationsDerived/mt.xml
|
||||
%%DATADIR%%/data/annotationsDerived/my.xml
|
||||
%%DATADIR%%/data/annotationsDerived/nb.xml
|
||||
%%DATADIR%%/data/annotationsDerived/ne.xml
|
||||
%%DATADIR%%/data/annotationsDerived/nl.xml
|
||||
%%DATADIR%%/data/annotationsDerived/nn.xml
|
||||
@ -346,6 +344,8 @@ share/applications/ibus-setup-typing-booster.desktop
|
||||
%%DATADIR%%/engine/__pycache__/itb_nltk.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_pango.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_pango.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_sound.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_sound.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_util.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_util.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/engine/__pycache__/itb_version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
@ -366,6 +366,7 @@ share/applications/ibus-setup-typing-booster.desktop
|
||||
%%DATADIR%%/engine/itb_emoji.py
|
||||
%%DATADIR%%/engine/itb_nltk.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
|
||||
|
Loading…
Reference in New Issue
Block a user