summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsukso961002017-06-07 23:22:54 +0000
committersukso961002017-06-07 23:22:54 +0000
commit9e5bb1c1b168ecc0d93dd3300f8b436617af7035 (patch)
treea47b080c198d6482a805aa0490745eeb5f783ca4 /PKGBUILD
parent07781a9b755b8fe334fbab1f624cfe5f41782aa8 (diff)
downloadaur-9e5bb1c1b168ecc0d93dd3300f8b436617af7035.tar.gz
updated deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4164340c6c95..9c7b0bfe868b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
# Maintainer: Youngbin Han <sukso96100@gmail.com>
# Submitter: Youngbin Han <sukso96100@gmail.com>
+# Contributor: Changjoo Lee <icj7061@gmail.com>
+# Contributor: ywen407 <ywen407@naver.com>
pkgname=nimf-git
_pkgname=nimf
@@ -9,7 +11,8 @@ pkgdesc="Nimf is an input method framework"
arch=('any')
url="https://cogniti.github.io/${_pkgname}"
license=('GNU LGPL v3')
-depends=('gtk2' 'gtk3' 'qt4' 'qt5-base' 'xorg-server-utils' 'glib2' 'libappindicator-gtk3' 'libhangul' 'sunpinyin' 'sunpinyin-data' 'anthy' 'libchewing' 'librime' 'brise')
+depends=('gtk2' 'gtk3' 'qt4' 'qt5-base' 'xorg-apps' 'glib2'
+'libappindicator-gtk3' 'libhangul' 'sunpinyin' 'sunpinyin-data' 'anthy' 'libchewing' 'librime' 'brise')
makedepends=('gtk2' 'gtk3' 'qt4' 'qt5-base' 'intltool' 'gobject-introspection' 'glib2' 'libappindicator-gtk3' 'git' 'librsvg' 'noto-fonts-cjk' 'libhangul' 'sunpinyin' 'sunpinyin-data' 'anthy' 'libchewing' 'librime' 'brise')
conflicts=("nimf")
source=("${_pkgname}"::"git+https://github.com/cogniti/${_pkgname}.git")