summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-i18n/sunpinyin-data: use edo.eclassSam James2022-04-181-10/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/ibus: need die while call external commandYixun Lan2022-04-181-8/+8
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-i18n/ibus: fix build failure without USE=waylandYixun Lan2022-04-181-0/+1
| | | | | | | regenerate emojierapp.vala if x11-libs/gtk+:3[wayland] not enabled Closes: https://bugs.gentoo.org/838718 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-i18n/cstools: drop 3.42-r1Sam James2022-04-172-23/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/ibus-typing-booster: new upstream releaseAkinori Hattori2022-04-162-0/+55
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-i18n/ibus-typing-booster: drop oldAkinori Hattori2022-04-163-110/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-i18n/ibus-typing-booster: amd64/x86 stableAkinori Hattori2022-04-161-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-i18n/ibus: Don't enable IUSE=X or IUSE=gtk2 by defaultMatt Turner2022-04-151-1/+1
| | | | | | | X users will have USE=X set globally. gtk+2 is on the way out. Bug: https://bugs.gentoo.org/769107 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Replace IUSE=+gtk with IUSE=+guiMatt Turner2022-04-151-8/+8
| | | | | | | | | | | | Now that we have separated IUSE=gtk3 from IUSE=gtk, IUSE=gtk only enables the UI, so we rename it to IUSE=gui to be more in line with Gentoo policies. Additionally, move the gtk dependencies out of the gui? ( ... ) block, since the functionality they control (namely the IM modules) can be enabled independently of the UI. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Fix gtk-related REQUIRED_USEMatt Turner2022-04-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IUSE=gtk2 only controls the GTK+2 IM module; there's no need for it to depend on IUSE=gtk, which controls the UI. However client/x11/Makefile.am contains: if ENABLE_GTK3 GTK_CFLAGS = @GTK3_CFLAGS@ GTK_LIBS = @GTK3_LIBS@ else GTK_CFLAGS = @GTK2_CFLAGS@ GTK_LIBS = @GTK2_LIBS@ endif and configure.ac contains: if test x"$enable_xim" = x"yes"; then [...] # if we don't have gtk3 yet, check for gtk2 if test x"$enable_gtk3" != x"yes"; then # check for gtk2 PKG_CHECK_MODULES(GTK2, [ gtk+-2.0 ]) fi [...] fi so we do want REQUIRED_USE="xim? ( gtk3 )" to prevent any accidental gtk+2 usage. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Split IUSE=+gtk3 from IUSE=+gtkMatt Turner2022-04-152-7/+8
| | | | | | | | | | | | Before this commit, the USE=gtk flag did two things in one: 1. enabled the GTK+3 UI 2. enabled the GTK+3 IM module The new IUSE=gtk3 flag will control case #2. A later commit will rename IUSE=gtk (which controls case #1) to IUSE=gui to be more in line with Gentoo policies. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Add IUSE=+gtk4Matt Turner2022-04-152-2/+5
| | | | | | | | Builds the GTK4 IM module; see upstream commit c7928b15 ("Add GTK4 IM module") first in v1.5.24. Closes: https://bugs.gentoo.org/830109 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Improve USE=gtk2 flag descriptionMatt Turner2022-04-151-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Remove REQUIRED_USE="emoji? ( gtk )"Matt Turner2022-04-151-1/+1
| | | | | | | | | The emoji support is useful in KDE without gtk being enabled. IUSE=emoji installs a bunch of dictionary files under /usr/share/ibus/dicts/ irrespective of the USE=gtk setting. Closes: https://bugs.gentoo.org/709818 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Rename IUSE=kde to IUSE=appindicatorMatt Turner2022-04-151-5/+4
| | | | | | | | And remove dependence on dev-qt/qtgui, as it was removed in v1.5.23, upstream commit aa3a9f05 ("ui/gtk3: Delete deprecated ENABLE_APPINDICATOR_ENGINE_ICON check") Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: use BDEPEND with EAPI 7, fix cross-compilingDavid Michael2022-04-151-4/+34
| | | | | | | | It needs to build tools to execute when using unicode or emoji. Closes: https://bugs.gentoo.org/762895 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/ibus: Version bump to 1.5.26Matt Turner2022-04-152-0/+193
| | | | | | | | | - Raise required dev-libs/glib version to >=2.65.0 - Add IUSE=systemd to control --{enable,disable}-systemd-services - Use array for econf arguments - Remove vala version limitations Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-i18n/transifex-client: remove version 1.0.0Robert Siebeck2022-04-082-231/+0
| | | | | | Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Closes: https://github.com/gentoo/gentoo/pull/24821 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-i18n/transifex-client: add version 1.1.0Robert Siebeck2022-04-082-0/+36
| | | | | | | Use a vendor package instead of EGO_SUM. Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-i18n/transifex-client: Stabilize 1.0.3 x86, #836448Jakov Smolić2022-03-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/transifex-client: Stabilize 1.0.3 amd64, #836448Jakov Smolić2022-03-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/man-pages-l10n: Remove oldUlrich Müller2022-03-292-74/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-i18n/man-pages-l10n: Fix file collisions with sys-apps/sysvinit-3.02-r1Ulrich Müller2022-03-291-0/+15
| | | | | Closes: https://bugs.gentoo.org/836362 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-i18n/scim-pinyin: fix invalid configure optionSam James2022-03-261-2/+1
| | | | | Closes: https://bugs.gentoo.org/829113 Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/man-pages-l10n: Stabilize 4.12.1-r1 ALLARCHES, #835806Sam James2022-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/uim: keyword 1.8.9_pre20210103 for ~riscvYongxiang Liang2022-03-221-2/+2
| | | | | Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/skktools: keyword 1.3.4 for ~riscvYongxiang Liang2022-03-221-2/+2
| | | | | Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/skkserv: keyword 9.6-r3 for ~riscvYongxiang Liang2022-03-221-2/+2
| | | | | Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/skk-jisyo: keyword 202005 for ~riscvYongxiang Liang2022-03-221-1/+1
| | | | | Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/enca: ~riscv keywordingHan Gao2022-03-141-2/+2
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Han Gao <rabenda.cn@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-i18n/unicode-data: Stabilize 14.0.0 hppa, #834427Arthur Zamarin2022-03-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-i18n/opencc: remove unused patchesMichael Mair-Keimberger2022-03-122-134/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/24516 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* app-i18n/mozc: remove unused patchesMichael Mair-Keimberger2022-03-1212-3009/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/24515 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* app-i18n/scim-bridge: [QA] fix UnusedInherits (multilib)Sam James2022-03-101-2/+2
| | | | | | get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/mozc: fix UnusedLocalUseSam James2022-03-091-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/librime-lua: drop 20201011103348Jakov Smolić2022-03-092-54/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/mozc: drop 2.23.2815.102Jakov Smolić2022-03-092-373/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/opencc: drop 1.0.6, 1.1.0, 1.1.1Jakov Smolić2022-03-094-206/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/rime-data: drop 0.35Jakov Smolić2022-03-092-27/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/tagainijisho: drop versionsJakov Smolić2022-03-094-610/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/unicode-data: Stabilize 14.0.0 arm, #834427Sam James2022-03-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/unicode-data: Stabilize 14.0.0 arm64, #834427Sam James2022-03-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/ibus-typing-booster: new upstream releaseAkinori Hattori2022-03-032-0/+55
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-i18n/transifex-client: remove unused patch(es)Michael Mair-Keimberger2022-03-011-16/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24376 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-i18n/unicode-data: sparc stable wrt bug #834427Agostino Sarubbo2022-03-011-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-i18n/unicode-data: ppc stable wrt bug #834427Agostino Sarubbo2022-03-011-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-i18n/unicode-data: Stabilize 14.0.0 x86, #834427Jakov Smolić2022-03-011-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-i18n/unicode-data: Stabilize 14.0.0 ppc64, #834427Sam James2022-03-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/unicode-data: Stabilize 14.0.0 amd64, #834427Sam James2022-02-281-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/librime: Drop 1.5.3-r2, 1.6.0-r1 and 1.6.1-r1Andreas Sturmlechner2022-02-287-733/+0
| | | | | | Closes: https://bugs.gentoo.org/793926 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>