summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2020-12-15 00:40:32 +0800
committerSamLukeYes2020-12-15 00:40:32 +0800
commitbbb88ae1c0842f3a84fe9e83f120df51901c9bea (patch)
treea98e86c9d7339a796009222f9e4b8d516c6304cd
parent292b2ac3ed2eaffa71bd1b07a84def8ab9eb0cef (diff)
downloadaur-bbb88ae1c0842f3a84fe9e83f120df51901c9bea.tar.gz
fixup
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 196e3f759a20..30ff0ffa7020 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = manjaro-asian-input-support
pkgdesc = Asian input support from Manjaro
- pkgver = 2020.09
+ pkgver = 2020.12
pkgrel = 1
url = https://gitlab.manjaro.org/packages/community/manjaro-asian-input-support
install = input-support.install
@@ -24,6 +24,7 @@ pkgbase = manjaro-asian-input-support
pkgname = ibus-input-support
pkgdesc = Asian input support for ibus
+ depends = ibus
optdepends = ibus-libpinyin: 中文 | Chinese
optdepends = ibus-anthy: 日本語 | Japanese
optdepends = ibus-hangul: 한국어 | Korean
@@ -34,7 +35,7 @@ pkgname = ibus-input-support
pkgname = fcitx-input-support
pkgdesc = Asian input support for fcitx
depends = fcitx-qt5
- depends = fcitx-configtool
+ optdepends = fcitx-configtool: GUI configuration tool
optdepends = kcm-fcitx: KDE configuration module
optdepends = fcitx-googlepinyin: 中文 | Chinese
optdepends = fcitx-cloudpinyin: 云拼音 | Use internet resources to provide candidate input for Chinese
@@ -49,7 +50,7 @@ pkgname = fcitx5-input-support
pkgdesc = Asian input support for fcitx5
depends = fcitx5-qt
depends = fcitx5-gtk
- optdepends = kcm-fcitx5: KDE configuration module
+ optdepends = fcitx5-configtool: Configuration tool based on Qt5
optdepends = fcitx5-chinese-addons: 简体中文 | Simplified Chinese
optdepends = fcitx5-rime: 繁體中文 | Traditional Chinese
optdepends = fcitx5-anthy: 日本語 | Japanese
diff --git a/PKGBUILD b/PKGBUILD
index db9602a0d708..9018b809f83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=manjaro-asian-input-support
pkgname=('ibus-input-support' 'fcitx-input-support' 'fcitx5-input-support')
-pkgver=2020.09
+pkgver=2020.12
pkgrel=1
arch=('any')
url="https://gitlab.manjaro.org/packages/community/manjaro-asian-input-support"
@@ -33,6 +33,7 @@ conflicts=(
package_ibus-input-support() {
pkgdesc='Asian input support for ibus'
+ depends=('ibus')
optdepends=(
'ibus-libpinyin: 中文 | Chinese'
'ibus-anthy: 日本語 | Japanese'
@@ -49,10 +50,10 @@ package_fcitx-input-support() {
pkgdesc='Asian input support for fcitx'
depends=(
'fcitx-qt5' # QT input module
- 'fcitx-configtool' # gui configuration tool
)
optdepends=(
#'fcitx-qt4: required by some closed source Chinese IMEs'
+ 'fcitx-configtool: GUI configuration tool'
'kcm-fcitx: KDE configuration module'
'fcitx-googlepinyin: 中文 | Chinese'
'fcitx-cloudpinyin: 云拼音 | Use internet resources to provide candidate input for Chinese'
@@ -73,7 +74,7 @@ package_fcitx5-input-support() {
'fcitx5-gtk' # GTK input module
)
optdepends=(
- 'kcm-fcitx5: KDE configuration module'
+ 'fcitx5-configtool: Configuration tool based on Qt5'
'fcitx5-chinese-addons: 简体中文 | Simplified Chinese'
'fcitx5-rime: 繁體中文 | Traditional Chinese'
'fcitx5-anthy: 日本語 | Japanese'