37e309e2bc
* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.12 - Fix the GitHub download link * Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.11.1 - Resolves Bug 1013977 - Slow focus change with ibus-chewing - Resolves Bug 1062133 - ibus-chewing may not handle key event after focus change - Resolves Bug 1073797 - Cannot identify input mode for Chinese IME (ibus-chewing) - Fixed Bug 902866 - ibus-chewing uses dconf but still installs gconf schemas (Also listed as GitHub ibus-chewing #36) - MakerDialog GUI is only loaded when setting dialog is invoked. - Setting is removed from ibus-properties because it can be launched from either: + Executable ibus-setup-chewing: Usually under /usr/libexec + Input method preference in IBus preference. - Fixed github issue #43: First space not able to input Thanks FreedomKnight. - Fixed github issue #44: Update input-events (for libchewing-0.4.0) Thanks hiunnhue. - Fixed github issue #45: Optimize properties handling. Thanks Ueno. - github is now hosting the ibus-chewing tarballs.
15 lines
568 B
C
15 lines
568 B
C
$NetBSD: patch-src_generate-gconf-schemas.c,v 1.2 2014/12/13 06:33:15 obache Exp $
|
|
|
|
* PKGLOCALEDIR support
|
|
|
|
--- src/generate-gconf-schemas.c.orig 2014-12-09 06:13:50.000000000 +0000
|
|
+++ src/generate-gconf-schemas.c
|
|
@@ -172,7 +172,7 @@ int main(gint argc, gchar * argv[])
|
|
|
|
/* Init i18n messages */
|
|
setlocale(LC_ALL, "");
|
|
- bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(DATA_DIR) "/locale");
|
|
+ bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(LOCALE_DIR));
|
|
textdomain(QUOTE_ME(PROJECT_NAME));
|
|
|
|
context = g_option_context_new("schemasFile");
|