Update URLS
IBus got moved to GitHub. This changes the remaining URLs that still pointed to the old site. Also fixed a typo. BUG=https://github.com/ibus/ibus/pull/2342
This commit is contained in:
Родитель
936a0e76df
Коммит
ecca9db0d9
|
@ -151,7 +151,7 @@ class TestEngine : Engine {
|
|||
"org.freedesktop.IBus.Vala",
|
||||
"ValaTest", "0.0.1", "GPL",
|
||||
"Peng Huang <shawn.p.huang@gmail.com>",
|
||||
"http://code.google.com/p/ibus/",
|
||||
"https://github.com/ibus/ibus/",
|
||||
"",
|
||||
"ibus-vala");
|
||||
var engine = new EngineDesc ("vala-debug",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
.PP
|
||||
IBus is an Intelligent Input Bus. It is a new input framework for Linux
|
||||
OS. It provides full featured and user friendly input method user
|
||||
interface. It also may help developers to develop input method easily.
|
||||
interface. It also may help developers to develop input method easily.
|
||||
|
||||
.PP
|
||||
.B ibus-setup
|
||||
|
@ -44,7 +44,7 @@ If this option is disabled, You can choose an input metod engine
|
|||
by input context.
|
||||
|
||||
.SH BUGS
|
||||
If you find a bug, please report it at http://code.google.com/p/ibus/issues/list
|
||||
If you find a bug, please report it at https://github.com/ibus/ibus/issues
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR ibus (1)
|
||||
|
|
|
@ -46,12 +46,12 @@ call_basic_ipcs (IBusInputContext *context)
|
|||
ibus_input_context_reset (context);
|
||||
|
||||
/* When enable() is called, ibus-daemon may start a global (or preloaded,
|
||||
* or default) engine in an asynchrnous manner and return immediately.
|
||||
* or default) engine in an asynchronous manner and return immediately.
|
||||
* Therefore, it is not guaranteed that ibus_input_context_is_enabled()
|
||||
* returns TRUE. */
|
||||
|
||||
ibus_input_context_focus_in (context);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
test_input_context (void)
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
<version>@VERSION@</version>
|
||||
<author>Peng Huang <shawn.p.huang@gmail.com></author>
|
||||
<license>GPL</license>
|
||||
<homepage>http://code.google.com/p/ibus</homepage>
|
||||
<homepage>https://github.com/ibus/ibus</homepage>
|
||||
<textdomain>ibus</textdomain>
|
||||
</component>
|
||||
|
|
|
@ -511,7 +511,7 @@ class Panel(ibus.PanelBase):
|
|||
about_dialog.set_copyright(ibus.get_copyright())
|
||||
about_dialog.set_license(ibus.get_license())
|
||||
about_dialog.set_comments(_("IBus is an intelligent input bus for Linux/Unix."))
|
||||
about_dialog.set_website("http://code.google.com/p/ibus")
|
||||
about_dialog.set_website("https://github.com/ibus/ibus")
|
||||
about_dialog.set_authors(["Peng Huang <shawn.p.huang@gmail.com>"])
|
||||
about_dialog.set_documenters(["Peng Huang <shawn.p.huang@gmail.com>"])
|
||||
about_dialog.set_translator_credits(_("translator-credits"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче