Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/
Date: Wed, 15 Nov 2017 19:26:32
Message-Id: 1510773972.4457f4bfae18963784cb780ef58c9d9ab045fa27.floppym@gentoo
1 commit: 4457f4bfae18963784cb780ef58c9d9ab045fa27
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Nov 15 15:10:50 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 19:26:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4457f4bf
7
8 app-i18n/fcitx: Add message about new location of Quick Phrase Editor.
9
10 https://github.com/fcitx/fcitx/commit/42dd79688ae6c7ab92fc49a520f82a37603349d6
11 https://github.com/fcitx/fcitx-qt5/commit/380fb86bfb37f63d8979ae4513f5a734b8fc49c5
12
13 app-i18n/fcitx/fcitx-4.9999.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild
17 index 9f9c46e4122..a3cc2ccaedf 100644
18 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild
19 +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild
20 @@ -134,6 +134,11 @@ pkg_postinst() {
21 xdg_mimeinfo_database_update
22 use gtk2 && gnome2_query_immodules_gtk2
23 use gtk3 && gnome2_query_immodules_gtk3
24 +
25 + elog
26 + elog "Quick Phrase Editor is provided by:"
27 + elog " app-i18n/fcitx-qt5:4"
28 + elog
29 }
30
31 pkg_postrm() {