summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2015-06-29 11:54:17 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2015-06-29 11:54:17 +0900
commit845528b91bbccd691d75c931b1dffa304424831b (patch)
tree200bf7db8881126253a43bf2e899b51a88189c4d
parent70a3b80b39850c289c4e45f702bfc6c3743d6afc (diff)
downloadibus-845528b91bbccd691d75c931b1dffa304424831b.tar.gz
Replace code.google.com with github.com
R=Shawn.P.Huang@gmail.com Review URL: https://codereview.appspot.com/252740043
-rw-r--r--bus/ibus-daemon.1.in2
-rw-r--r--client/x11/main.c2
-rw-r--r--conf/dconf/dconf.xml.in2
-rw-r--r--conf/gconf/gconf.xml.in2
-rw-r--r--conf/memconf/memconf.xml.in2
-rw-r--r--engine/simple.xml.in2
-rw-r--r--ibus.spec.in4
-rw-r--r--setup/ibus-setup.1.in2
-rw-r--r--src/ibuscomponent.h6
-rw-r--r--src/tests/ibus-compose.c2
-rw-r--r--tools/ibus.1.in4
-rw-r--r--ui/gtk3/gtkpanel.xml.in2
12 files changed, 16 insertions, 16 deletions
diff --git a/bus/ibus-daemon.1.in b/bus/ibus-daemon.1.in
index fe06e2b4..2dc982b2 100644
--- a/bus/ibus-daemon.1.in
+++ b/bus/ibus-daemon.1.in
@@ -72,7 +72,7 @@ enable memory profile, send SIGUSR2 to print out the memory profile.
verbose.
.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)
diff --git a/client/x11/main.c b/client/x11/main.c
index 54a8b2bf..3289c105 100644
--- a/client/x11/main.c
+++ b/client/x11/main.c
@@ -1015,7 +1015,7 @@ _init_ibus (void)
g_signal_connect (_bus, "disconnected",
G_CALLBACK (_bus_disconnected_cb), NULL);
- /* https://code.google.com/p/ibus/issues/detail?id=1697 */
+ /* https://github.com/ibus/ibus/issues/1713 */
_use_sync_mode = _get_boolean_env ("IBUS_ENABLE_SYNC_MODE", TRUE);
}
diff --git a/conf/dconf/dconf.xml.in b/conf/dconf/dconf.xml.in
index 4e546a97..4205cb00 100644
--- a/conf/dconf/dconf.xml.in
+++ b/conf/dconf/dconf.xml.in
@@ -7,6 +7,6 @@
<version>@VERSION@</version>
<author>Daiki Ueno &lt;ueno@unixuser.org&gt;</author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus</textdomain>
</component>
diff --git a/conf/gconf/gconf.xml.in b/conf/gconf/gconf.xml.in
index 96d12f39..6438d759 100644
--- a/conf/gconf/gconf.xml.in
+++ b/conf/gconf/gconf.xml.in
@@ -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/wiki</homepage>
<textdomain>ibus</textdomain>
</component>
diff --git a/conf/memconf/memconf.xml.in b/conf/memconf/memconf.xml.in
index b6fdacf3..d6ea6906 100644
--- a/conf/memconf/memconf.xml.in
+++ b/conf/memconf/memconf.xml.in
@@ -6,6 +6,6 @@
<version>@VERSION@</version>
<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;, modified by the Chromium OS Authors</author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus</textdomain>
</component>
diff --git a/engine/simple.xml.in b/engine/simple.xml.in
index 5f04f8b2..c0a7a10b 100644
--- a/engine/simple.xml.in
+++ b/engine/simple.xml.in
@@ -6,7 +6,7 @@
<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/wiki</homepage>
<textdomain>ibus</textdomain>
<engines>
<engine>
diff --git a/ibus.spec.in b/ibus.spec.in
index 334f37ec..7fdaccb2 100644
--- a/ibus.spec.in
+++ b/ibus.spec.in
@@ -17,8 +17,8 @@ Release: 1%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
-URL: http://code.google.com/p/ibus/
-Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+URL: https://github.com/ibus/ibus/wiki
+Source0: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: xinput-ibus
# Patch0: ibus-HEAD.patch
diff --git a/setup/ibus-setup.1.in b/setup/ibus-setup.1.in
index 01d72226..dab032e5 100644
--- a/setup/ibus-setup.1.in
+++ b/setup/ibus-setup.1.in
@@ -27,7 +27,7 @@ is the configuration program for IBus.
Homepage: https://github.com/ibus/ibus/wiki
.SH BUGS
-If you find a bug, please report it at https://github.com/ibus/ibus/wiki/BugReport
+If you find a bug, please report it at http://code.google.com/p/ibus/issues/list
.SH "SEE ALSO"
.BR ibus (1)
diff --git a/src/ibuscomponent.h b/src/ibuscomponent.h
index be36d029..ef83407c 100644
--- a/src/ibuscomponent.h
+++ b/src/ibuscomponent.h
@@ -1,8 +1,8 @@
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/* vim:set et sts=4: */
/* bus - The Input Bus
- * Copyright (C) 2008-2013 Peng Huang <shawn.p.huang@gmail.com>
- * Copyright (C) 2008-2013 Red Hat, Inc.
+ * Copyright (C) 2008-2015 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2015 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -42,7 +42,7 @@
* load the XML file by ibus_component_new_from_file().
*
* The format of a component XML file is described at
- * <ulink url="http://code.google.com/p/ibus/wiki/DevXML">http://code.google.com/p/ibus/wiki/DevXML</ulink>
+ * <ulink url="https://github.com/ibus/ibus/wiki/DevXML">https://github.com/ibus/ibus/wiki/DevXML</ulink>
*/
#include "ibusserializable.h"
diff --git a/src/tests/ibus-compose.c b/src/tests/ibus-compose.c
index 6c30648e..eb7b9f19 100644
--- a/src/tests/ibus-compose.c
+++ b/src/tests/ibus-compose.c
@@ -79,7 +79,7 @@ register_ibus_engine ()
"0.0.1",
"GPL",
"Takao Fujiwara <takao.fujiwara1@gmail.com>",
- "http://code.google.com/p/ibus/",
+ "https://github.com/ibus/ibus/wiki",
"",
"ibus");
desc = ibus_engine_desc_new (
diff --git a/tools/ibus.1.in b/tools/ibus.1.in
index 6ac92ff2..a420567b 100644
--- a/tools/ibus.1.in
+++ b/tools/ibus.1.in
@@ -25,7 +25,7 @@ is a command line utility which can restart or exit ibus-daemon,
get or set the current ibus engine or list the ibus engines.
.PP
-Homepage: http://code.google.com/p/ibus/
+Homepage: https://github.com/ibus/ibus/wiki
.SH "COMMAND"
.TP
@@ -97,4 +97,4 @@ Under construction.
.TP
.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
diff --git a/ui/gtk3/gtkpanel.xml.in b/ui/gtk3/gtkpanel.xml.in
index a68d0548..b61f4009 100644
--- a/ui/gtk3/gtkpanel.xml.in
+++ b/ui/gtk3/gtkpanel.xml.in
@@ -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/wiki</homepage>
<textdomain>ibus</textdomain>
</component>