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:
Eberhard Beilharz 2021-08-31 15:38:45 +02:00
Родитель 936a0e76df
Коммит ecca9db0d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 64A39A9E98B53105
5 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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 &lt;shawn.p.huang@gmail.com&gt;</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"))