Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ibus-mozc v2.30.5448.102-3 #116

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/ibus-mozc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname='ibus-mozc'
pkgver=2.30.5448.102
pkgrel=1
pkgrel=3
pkgdesc='Mozc module for IBus'
arch=('x86_64')
url='https://github.com/google/mozc'
Expand All @@ -14,7 +14,7 @@ depends=('ibus>=1.4.1' 'mozc>=2.30.5448.102')
makedepends=('bazel' 'git' 'python' 'qt6-base')
options=(!distcc !ccache)
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=c50bd32a0931d558797d71cfc11091ee17c55ac1")
sha256sums=('SKIP')
sha256sums=('f1f7bb38dce2fae8884bd26a6b26a838128d244bf98faae18f43b789da04ff2e')

prepare() {
cd ${pkgname}-git/src
Expand All @@ -28,6 +28,10 @@ build() {
unset ANDROID_NDK_HOME
unset ANDROID_HOME
export JAVA_HOME='/usr/lib/jvm/java-11-openjdk/'

# Temp fix for GCC 14
sed -i -e '/Werror/d' third_party/protobuf/build_defs/cpp_opts.bzl

bazel build renderer/qt:mozc_renderer unix/ibus:ibus_mozc unix/icons --config oss_linux --compilation_mode opt
}

Expand Down
Loading