Skip to content

Commit

Permalink
ibus-mozc v2.30.5490.102-2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortyr45 committed Jun 30, 2024
1 parent f5b7bb4 commit 90c8970
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ibus-mozc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>

pkgname='ibus-mozc'
pkgver=2.30.5448.102
pkgrel=3
pkgver=2.30.5490.102
pkgrel=2
pkgdesc='Mozc module for IBus'
arch=('x86_64')
url='https://github.com/google/mozc'
license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary')
depends=('ibus>=1.4.1' 'mozc>=2.30.5448.102')
depends=('ibus>=1.4.1' 'mozc>=2.30.5490.102')
makedepends=('bazel' 'git' 'python' 'qt6-base')
options=(!distcc !ccache)
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=c50bd32a0931d558797d71cfc11091ee17c55ac1")
sha256sums=('f1f7bb38dce2fae8884bd26a6b26a838128d244bf98faae18f43b789da04ff2e')
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=7967c42e5585d0789fe6565bf366afba8b31fcbf")
sha256sums=('72b43e715364e9ea40336e4733689b528e4a8a59cd6e6df09c1492f204a62c4a')

prepare() {
cd ${pkgname}-git/src
Expand All @@ -27,7 +27,7 @@ build() {

unset ANDROID_NDK_HOME
unset ANDROID_HOME
export JAVA_HOME='/usr/lib/jvm/java-11-openjdk/'
export JAVA_HOME='/usr/lib/jvm/java-21-openjdk/'

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

0 comments on commit 90c8970

Please sign in to comment.