mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
mozc: update to 2.31.5851.102.
This commit is contained in:
parent
0234fda522
commit
fd9c5e06db
1 changed files with 8 additions and 12 deletions
|
@ -1,20 +1,18 @@
|
|||
# Template file for 'mozc'
|
||||
pkgname=mozc
|
||||
reverts="2.32.5851.102_1"
|
||||
# src/data/version/mozc_version_template.bzl
|
||||
# revision is always 102, template always says 100 ;)
|
||||
version=2.32.5851.102
|
||||
version=2.31.5851.102
|
||||
revision=1
|
||||
_commit=963c63ff06ccfb40c6d3893d4209423c3d77d003
|
||||
_commit=6a2e6e292efe4c2048e0c86b0818a4897c4aa5b7
|
||||
_abseil=20250512.0
|
||||
_protobuf_commit=cc7b1b53234cd7a8f50d90ac3933b240dcf4cd97
|
||||
_gyp=0.1+20220404git9ecf45e
|
||||
_protobuf_commit=74211c0dfc2777318ab53c2cd2c317a2ef9012de
|
||||
_jpn_dict=e5b3425575734c323e1d947009dd74709437b684
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=mozc/src
|
||||
hostmakedepends="gettext ninja pkg-config bazel
|
||||
python3-six which qt6-base"
|
||||
makedepends="gtk+-devel ibus-devel libzinnia-devel qt6-base-devel
|
||||
libfcitx5-devel"
|
||||
makedepends="ibus-devel libzinnia-devel qt6-base-devel libfcitx5-devel"
|
||||
depends="tegaki-zinnia-japanese>=0.3 mozc-base-${version}_${revision}"
|
||||
short_desc="Japanese IME (Open Source version of Google Japanese Input)"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
|
@ -24,13 +22,11 @@ distfiles="
|
|||
https://github.com/fcitx/mozc/archive/$_commit.tar.gz
|
||||
https://github.com/abseil/abseil-cpp/archive/refs/tags/$_abseil.tar.gz
|
||||
https://github.com/protocolbuffers/protobuf/archive/$_protobuf_commit.tar.gz
|
||||
${DEBIAN_SITE}/main/g/gyp/gyp_$_gyp.orig.tar.xz
|
||||
https://github.com/hiroyuki-komatsu/japanese-usage-dictionary/archive/$_jpn_dict.tar.gz
|
||||
"
|
||||
checksum="762814b67aee49d378896fa5026ae8d2cad3f385f99846729429aee34b04a1c4
|
||||
checksum="4dd30982239184b2dc4f4d92a2ae0009e72120830570bb39298d9fad876e6685
|
||||
7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669
|
||||
863e27f6d24f40bce2bbfe5adcf365f2af5479ea917f254331ee60ce88f8c8a5
|
||||
0325006f012db66dfa27bf7bb048f3fe38f96e512ebe065930cbc70bcdc06bc9
|
||||
d0e3a75876a81e1536028bb9cf9181382b198da4cc6fa6aef86879ef629ac807
|
||||
0b6efee0eebac2c1a8eeea333278aa40fcef7846bba9a379962c6e567e7e3dc1"
|
||||
|
||||
CXXFLAGS="-D_GNU_SOURCE"
|
||||
|
@ -53,7 +49,7 @@ post_extract() {
|
|||
mv mozc-* mozc
|
||||
|
||||
# symlink "submodules" into place
|
||||
for _src_dest in gyp \
|
||||
for _src_dest in \
|
||||
abseil-cpp \
|
||||
japanese-usage-dictionary:japanese_usage_dictionary \
|
||||
protobuf
|
||||
|
|
Loading…
Add table
Reference in a new issue