summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild')
-rw-r--r--app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild
index e394e0469210..695728918894 100644
--- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild
+++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.2.ebuild
@@ -8,11 +8,11 @@ inherit cmake-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5"
+ EGIT_REPO_URI="https://gitlab.com/fcitx/fcitx-qt5.git"
fi
DESCRIPTION="Fcitx input method module for Qt 5"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5"
+HOMEPAGE="https://fcitx-im.org/ https://gitlab.com/fcitx/fcitx-qt5"
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
@@ -40,8 +40,8 @@ DEPEND="${RDEPEND}
DOCS=()
src_prepare() {
- # https://github.com/fcitx/fcitx-qt5/issues/34
- # https://github.com/fcitx/fcitx-qt5/commit/af033e3d5305108eecc568adff7f8b2da5831ed6
+ # https://gitlab.com/fcitx/fcitx-qt5/issues/34
+ # https://gitlab.com/fcitx/fcitx-qt5/commit/af033e3d5305108eecc568adff7f8b2da5831ed6
sed -e "/^#include \"batchdialog.h\"$/i\\#include <QIcon>" -i quickphrase-editor/batchdialog.cpp || die
cmake-utils_src_prepare