summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-07-07 00:05:19 +0200
committerMike Gilbert <floppym@gentoo.org>2018-07-06 22:02:57 -0400
commit377ef988adc7db47387510f6c21129a087f82d36 (patch)
treeb916a3c027ac5395b8743be70221904c82b15ae1 /app-i18n/fcitx
parentapp-i18n/tagainijisho: Fix DICT_LANG. (diff)
downloadgentoo-377ef988adc7db47387510f6c21129a087f82d36.tar.gz
gentoo-377ef988adc7db47387510f6c21129a087f82d36.tar.bz2
gentoo-377ef988adc7db47387510f6c21129a087f82d36.zip
app-i18n/*fcitx*, app-i18n/mozc: Update URIs.
Fcitx moved from GitHub to GitLab. https://groups.google.com/forum/#!topic/fcitx-announce/wfN2eH27T0o https://groups.google.com/forum/#!topic/fcitx-dev/Om0THKaeFvc https://groups.google.com/forum/#!topic/fcitx/SLNIRcuTq_o
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r--app-i18n/fcitx/fcitx-4.2.9.6.ebuild6
-rw-r--r--app-i18n/fcitx/fcitx-4.9999.ebuild6
-rw-r--r--app-i18n/fcitx/metadata.xml2
3 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
index 5fe6492b498a..98e30b8de8fa 100644
--- a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
@@ -8,11 +8,11 @@ inherit cmake-utils gnome2-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/fcitx/fcitx"
+ EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx.git"
fi
DESCRIPTION="Fcitx (Flexible Context-aware Input Tool with eXtension) input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/pinyin.tar.gz -> fcitx-data-pinyin.tar.gz
https://download.fcitx-im.org/data/table.tar.gz -> fcitx-data-table.tar.gz
@@ -82,7 +82,7 @@ src_prepare() {
ln -s "${DISTDIR}/fcitx-data-en_dict-20121020.tar.gz" src/module/spell/dict/en_dict-20121020.tar.gz || die
fi
- # https://github.com/fcitx/fcitx/issues/250
+ # https://gitlab.com/fcitx/fcitx/issues/250
sed \
-e "/find_package(XkbFile REQUIRED)/i\\ if(ENABLE_X11)" \
-e "/find_package(XkbFile REQUIRED)/s/^/ /" \
diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild
index 94eef9789bf6..6a3c3d9e00b8 100644
--- a/app-i18n/fcitx/fcitx-4.9999.ebuild
+++ b/app-i18n/fcitx/fcitx-4.9999.ebuild
@@ -8,11 +8,11 @@ inherit cmake-utils gnome2-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/fcitx/fcitx"
+ EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx.git"
fi
DESCRIPTION="Fcitx (Flexible Context-aware Input Tool with eXtension) input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/pinyin.tar.gz -> fcitx-data-pinyin.tar.gz
https://download.fcitx-im.org/data/table.tar.gz -> fcitx-data-table.tar.gz
@@ -82,7 +82,7 @@ src_prepare() {
ln -s "${DISTDIR}/fcitx-data-en_dict-20121020.tar.gz" src/module/spell/dict/en_dict-20121020.tar.gz || die
fi
- # https://github.com/fcitx/fcitx/issues/250
+ # https://gitlab.com/fcitx/fcitx/issues/250
sed \
-e "/find_package(XkbFile REQUIRED)/i\\ if(ENABLE_X11)" \
-e "/find_package(XkbFile REQUIRED)/s/^/ /" \
diff --git a/app-i18n/fcitx/metadata.xml b/app-i18n/fcitx/metadata.xml
index f6fcd96b889e..7090f71a5172 100644
--- a/app-i18n/fcitx/metadata.xml
+++ b/app-i18n/fcitx/metadata.xml
@@ -20,6 +20,6 @@
<flag name="table">Install table input methods for Simplified Chinese</flag>
</use>
<upstream>
- <remote-id type="github">fcitx/fcitx</remote-id>
+ <remote-id type="gitlab">fcitx/fcitx</remote-id>
</upstream>
</pkgmetadata>