Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/
Date: Sat, 18 Sep 2021 13:59:49
Message-Id: 1631973400.07bec84aa4f76bc2289b23b16a0c651fb7d3c3a5.hattya@gentoo
1 commit: 07bec84aa4f76bc2289b23b16a0c651fb7d3c3a5
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 13:56:40 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 13:56:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bec84a
7
8 app-i18n/ibus-typing-booster: new upstream release
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-typing-booster/Manifest | 1 +
14 .../ibus-typing-booster-2.14.12.ebuild | 48 ++++++++++++++++++++++
15 2 files changed, 49 insertions(+)
16
17 diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
18 index 45b38112379..8d307075281 100644
19 --- a/app-i18n/ibus-typing-booster/Manifest
20 +++ b/app-i18n/ibus-typing-booster/Manifest
21 @@ -1,3 +1,4 @@
22 DIST ibus-typing-booster-2.11.5.tar.gz 9485824 BLAKE2B 41d9aa2ba310e2db725e7809a67988fa69fee117b560d945a3cd935e7b2bbc372f448a531ed4ebd2a131dc1ffe3cb7d86b7d10fdbce56a2e241157f08a84ca69 SHA512 a30c81903b3d99f23a606f7f083615283ba64a0e62ac54183327447c33f6f7212472742036634522d36776a45ac72ce7874bcada624361f930785e2823652f0c
23 DIST ibus-typing-booster-2.14.0.tar.gz 10048272 BLAKE2B 638978811e6c7f4fa6607a7925aaf89636390391359c3e312a40ab759fff81066ea980995a3ec33f51dcb6fed5009d11bb90409c37b65c8f005b9769333e0cfb SHA512 5db5791e25caba4fa845c33198c20365c1e07cbbbfd6fe2d1d3145771b16031cc9baa55f950870fc11d4079ce04dac246603e45285550e856fc403342ae51676
24 +DIST ibus-typing-booster-2.14.12.tar.gz 10226257 BLAKE2B 5dae530a7ec425e8bd3c6009d0bdb9b8d321c8670769ddf80ba7f706d6b5140f21f184f877603de3cc6f425a4a1953c645eb177c9fa8183ecfd091ccfb32353a SHA512 09d1898c3ac8a1dc79768df7a44c33862a0b0fbb2122d184f1e8a839b8c3c71191fe5ef932f9e649ac715c8093a5c277d5783594f8defc06ecc13727b851ffa5
25 DIST ibus-typing-booster-2.14.4.tar.gz 10053545 BLAKE2B d0f941b937c1230ed9a947730fdc1bf9c3b5a255b1d3a63071fbe6c0595cf2d016aecaad4480770df34d1380c23b9db297fc57911dfb65e57952678593b2c05b SHA512 c8ab41fbc2bb401e342b317b0b20e0e9cd5c6ba529d0389b2b025db4295568b6f4ccadd639f622bd25078b6c2b8d5e336145c5397c580fb13012d4072333f523
26
27 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12.ebuild
28 new file mode 100644
29 index 00000000000..4e8cb0ffc7f
30 --- /dev/null
31 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.12.ebuild
32 @@ -0,0 +1,48 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +PYTHON_COMPAT=( python3_{8,9} )
38 +PYTHON_REQ_USE="sqlite(+)"
39 +
40 +inherit gnome2-utils python-single-r1 xdg
41 +
42 +DESCRIPTION="Completion input method for IBus"
43 +HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
44 +SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
45 +
46 +LICENSE="GPL-3+"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +RESTRICT="test"
51 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 +
53 +DEPEND="${PYTHON_DEPS}
54 + dev-libs/m17n-lib
55 + $(python_gen_cond_dep '
56 + app-i18n/ibus[python(+),${PYTHON_USEDEP}]
57 + dev-python/dbus-python[${PYTHON_USEDEP}]
58 + dev-python/pyenchant[${PYTHON_USEDEP}]
59 + dev-python/pygobject:3[${PYTHON_USEDEP}]
60 + dev-python/pyxdg[${PYTHON_USEDEP}]
61 + ')"
62 +RDEPEND="${DEPEND}
63 + >=dev-db/m17n-db-1.7"
64 +BDEPEND="sys-devel/gettext
65 + virtual/pkgconfig"
66 +
67 +pkg_preinst() {
68 + xdg_pkg_preinst
69 + gnome2_schemas_savelist
70 +}
71 +
72 +pkg_postinst() {
73 + xdg_pkg_postinst
74 + gnome2_schemas_update
75 +}
76 +
77 +pkg_postrm() {
78 + xdg_pkg_postrm
79 + gnome2_schemas_update
80 +}