Date: Wednesday, October 10, 2018 @ 04:00:53 Author: yan12125 Revision: 391935
upgpkg: gcin 2.8.6-2 Dropping libchewing as relevant dependency-detecting codes are commented out in ./configure, and it's apparently unsupported by upstream [1] [1] https://hyperrate.com/thread.php?tid=34154 Modified: gcin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-10 00:00:47 UTC (rev 391934) +++ PKGBUILD 2018-10-10 04:00:53 UTC (rev 391935) @@ -5,18 +5,18 @@ pkgname=gcin pkgver=2.8.6 -pkgrel=1 +pkgrel=2 pkgdesc='Input method server supporting various input methods' url='http://hyperrate.com/dir.php?eid=67' license=('LGPL') arch=('x86_64') depends=('gtk2' 'libxtst') -makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing') +makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy') optdepends=('qt5-base: support for qt5 input method' 'qt4: support for qt4 input method' 'gtk3: support for gtk3 input method' 'anthy: support for anthy input method' - 'libchewing: support for chewing input method') + 'curl: for downloading and uploading vocabulary databases via ts-edit') source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz" qt-5.5.patch) sha512sums=('9aded8f4cf73965f506b36c2a0bd1716cf72d0e17a862a23a0a6f83423505b8b7a13d9f399dedaf975d38ba96e5f672d7e502cb38f85b7fb2eb0f7ffa0a86dbb'
