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/scim-tomoe/files/
Date: Sat, 09 Dec 2017 13:40:17
Message-Id: 1512826615.9b8d5a1e7384dbf60792da0736444ed813bb955c.hattya@gentoo
1 commit: 9b8d5a1e7384dbf60792da0736444ed813bb955c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 30 19:11:45 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 13:36:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8d5a1e
7
8 app-i18n/scim-tomoe: remove unused patch
9
10 .../files/scim-tomoe-0.6.0-gucharmap2.patch | 21 ---------------------
11 1 file changed, 21 deletions(-)
12
13 diff --git a/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch b/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch
14 deleted file mode 100644
15 index 90a52615e65..00000000000
16 --- a/app-i18n/scim-tomoe/files/scim-tomoe-0.6.0-gucharmap2.patch
17 +++ /dev/null
18 @@ -1,21 +0,0 @@
19 ----
20 - Update tomoe-gtk to gucharmap-2 API
21 - https://bugs.gentoo.org/show_bug.cgi?id=243160
22 -
23 - scim_tomoe_prefs_widget.cpp | 4 ++--
24 - 1 file changed, 2 insertions(+), 2 deletions(-)
25 -
26 ---- a/src/scim_tomoe_prefs_widget.cpp 2008-12-06 16:40:15.000000000 +0100
27 -+++ b/src/scim_tomoe_prefs_widget.cpp 2008-12-06 17:01:19.000000000 +0100
28 -@@ -473,9 +473,9 @@
29 - String (SCIM_TOMOE_CONFIG_UNICODE_TABLE_FONT_DEFAULT));
30 -
31 - if (font.length() > 0) {
32 -- gucharmap_charmap_set_font (charmap, font.c_str ());
33 -+ gucharmap_charmap_set_font_desc (charmap, pango_font_description_from_string(font.c_str ()));
34 - } else {
35 -- gucharmap_charmap_set_font (charmap, NULL);
36 -+ gucharmap_charmap_set_font_desc (charmap, pango_font_description_from_string(NULL));
37 - set_default_font (prefs, SCIM_TOMOE_CONFIG_CAND_FONT,
38 - GTK_WIDGET (charmap));
39 - }