Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / gcin
Commits: 68d515b7 by Chih-Hsuan Yen at 2026-02-16T16:28:19+08:00 upgpkg: 2.9.4-3 https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gcin pkgdesc = Input method server supporting various input methods pkgver = 2.9.4 - pkgrel = 2 + pkgrel = 3 url = https://hyperrate.com/dir.php?eid=67 arch = x86_64 license = LGPL-2.1-only @@ -18,7 +18,8 @@ pkgbase = gcin depends = libxtst depends = libappindicator-gtk3 optdepends = qt5-base: support for qt5 input method - optdepends = gcc-libs: support for qt5 input method + optdepends = libstdc++: support for qt5 input method + optdepends = libgcc: support for qt5 input method optdepends = anthy: support for anthy input method optdepends = curl: for downloading and uploading vocabulary databases via ts-edit optdepends = bash: for various scripts ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=gcin pkgver=2.9.4 -pkgrel=2 +pkgrel=3 pkgdesc='Input method server supporting various input methods' url='https://hyperrate.com/dir.php?eid=67' # "gcin source 授權為 LGPL2.1" from https://hyperrate.com/m/dir.php?eid=67, and I didn't find a statement with "or later" @@ -17,7 +17,8 @@ depends=('glibc' 'glib2' 'gdk-pixbuf2' 'cairo' 'pango' 'gtk3' 'libx11' 'libxtst' 'libappindicator-gtk3') makedepends=('qt5-base' 'anthy' 'curl') optdepends=('qt5-base: support for qt5 input method' - 'gcc-libs: support for qt5 input method' + 'libstdc++: support for qt5 input method' + 'libgcc: support for qt5 input method' 'anthy: support for anthy input method' 'curl: for downloading and uploading vocabulary databases via ts-edit' 'bash: for various scripts') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gcin/-/commit/68d515b7f86bb8171a449620840ba4c69fb44d24 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gcin/-/commit/68d515b7f86bb8171a449620840ba4c69fb44d24 You're receiving this email because of your account on gitlab.archlinux.org.
