summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNocifer2024-05-17 11:54:03 +0300
committerNocifer2024-05-17 11:54:03 +0300
commit2c22141e8d80f17d53fc6989ff73bb9278014e3a (patch)
treecaaef58448d08e9e96fdf833473a71fe31b32a28 /PKGBUILD
parent7351091f41f20c613667d471f29eb79652e840bb (diff)
downloadaur-2c22141e8d80f17d53fc6989ff73bb9278014e3a.tar.gz
v=2.30.5448.102,r=3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54bbee78963c..6855f38ee6f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname='fcitx5-mozc-ut'
pkgver=2.30.5448.102
-pkgrel=2
+pkgrel=3
pkgdesc='Mozc module for Fcitx5'
arch=('x86_64')
url='https://github.com/fcitx/mozc'
license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary')
depends=('fcitx5' 'mozc>=2.30.5448.102')
-makedepends=('bazel' 'git' 'python' 'qt6-base' 'gcc13')
+makedepends=('bazel' 'git' 'python' 'qt6-base')
optdepends=('fcitx5-configtool')
provides=('fcitx5-mozc=2.30.5448.102')
conflicts=('fcitx5-mozc')
@@ -33,8 +33,7 @@ build() {
export JAVA_HOME='/usr/lib/jvm/java-11-openjdk/'
# Temp fix for GCC 14
- export CC='/usr/bin/gcc-13'
- export CXX='/usr/bin/g++-13'
+ sed -i -e '/Werror/d' third_party/protobuf/build_defs/cpp_opts.bzl
bazel build unix/fcitx5:fcitx5-mozc.so unix/icons --config oss_linux --compilation_mode opt
}