[arch-commits] Commit in gcin/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun May 17 03:32:51 UTC 2020


    Date: Sunday, May 17, 2020 @ 03:32:51
  Author: yan12125
Revision: 628217

upgpkg: gcin 2.9.0-1; the GCC 10 issue is fixed upstream

Ref: https://hyperrate.com/thread.php?tid=34743

Modified:
  gcin/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 02:10:34 UTC (rev 628216)
+++ PKGBUILD	2020-05-17 03:32:51 UTC (rev 628217)
@@ -5,8 +5,8 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=gcin
-pkgver=2.8.9
-pkgrel=5
+pkgver=2.9.0
+pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='https://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -19,15 +19,12 @@
             'curl: for downloading and uploading vocabulary databases via ts-edit')
 source=("https://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz"
         fix-gtk-immodules-path.patch)
-sha512sums=('36813c124bb0ad37a5d3e5fde2ce6aecab9d6702e294b0196da1a830690145371d051909244477dcaca66afce7bba96a8c8f0931b97ad81c61fae8eacef29e17'
+sha512sums=('f8ce9407e2cfce2b3ba6e6ba6ccca8eb9dacf5c0124438df525e1a9fb692a7aea3cb685965708091b0fdedf3b00efa77fb6cdfbd33cdb50e1938e9f3fcf7a5d6'
             '54e90b04de45acf9f8821c92234b9708281907cbdf24ebb29f9820945615669d82a8443e49fd49d6c08be4a7b9f2857c8e763f170ef879c8fab1f232bb67e85d')
 
 prepare() {
     cd "${srcdir}/${pkgname}-${pkgver}"
 
-    # XXX: workaround build failure with GCC 10
-    export CFLAGS="$CFLAGS -fcommon"
-
     sed -e 's/lib64/lib/g' \
         -e "s/^OPTFLAGS=.*/OPTFLAGS=\"$CFLAGS $CPPFLAGS\"/" \
         -e "s/echo \"LDFLAGS=/echo \"LDFLAGS=$LDFLAGS /" \



More information about the arch-commits mailing list