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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 12:21:15 UTC 2022


    Date: Saturday, April 23, 2022 @ 12:21:14
  Author: arojas
Revision: 1187605

4B1DE545A801D4549BFD3FEF90CB3D62C13D4796 key removal

Modified:
  fcitx-mozc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 11:34:12 UTC (rev 1187604)
+++ PKGBUILD	2022-04-23 12:21:14 UTC (rev 1187605)
@@ -23,7 +23,7 @@
 pkgname=fcitx-mozc
 pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
 pkgver=2.26.4360.102.gca82d39
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/google/mozc"
 license=('custom')
@@ -85,6 +85,14 @@
   
   ## use libstdc++ instead of libc++
   sed "/stdlib=libc++/d;/-lc++/d" -i gyp/common.gypi
+
+  # Fix build with python 3.10
+  cd third_party/gyp
+  git cherry-pick -n bc83cdacf5428ab6ddcc92fd0b0fc494cc9a4d4f
+
+  # Fix build with GCC 11
+  cd ../abseil-cpp
+  git checkout 5bf048b8425cc0a342e4647932de19e25ffd6ad7
 }
 
 build() {



More information about the arch-commits mailing list