[arch-commits] Commit in (4 files)

Jiachen Yang farseerfc at archlinux.org
Tue Nov 10 03:49:45 UTC 2020


    Date: Tuesday, November 10, 2020 @ 03:49:45
  Author: farseerfc
Revision: 748283

add fcitx5-mozc

Added:
  fcitx5-mozc/
  fcitx5-mozc/repos/
  fcitx5-mozc/trunk/
  fcitx5-mozc/trunk/PKGBUILD

----------+
 PKGBUILD |  132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 132 insertions(+)

Added: fcitx5-mozc/trunk/PKGBUILD
===================================================================
--- fcitx5-mozc/trunk/PKGBUILD	                        (rev 0)
+++ fcitx5-mozc/trunk/PKGBUILD	2020-11-10 03:49:45 UTC (rev 748283)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer: Jiachen Yang <farseerfc at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+# Contributor: UTUMI Hirosi <utuhiro78 at yahoo dot co dot jp>
+
+## Mozc compile option
+_bldtype=Release
+_mozc_commit=a79768d
+_japanese_usage_dictionary_commit=a4a6677
+_breakpad_commit=78180df
+_gtest_commit=fbef071
+_gyp_commit=caa6002
+_jsoncpp_commit=8954092
+_protobuf_commit=87f1d9e
+_zinnia_commit=581faa8
+_abseil_cpp_commit=a479881
+
+
+
+_zipcode_rel=201810
+
+_pkgbase=mozc
+pkgname=fcitx5-mozc
+pkgdesc="Fcitx5 Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
+pkgver=2.25.4150.102+0.0.0.20201110
+pkgrel=1
+arch=('x86_64')
+url="https://github.com/google/mozc"
+license=('custom')
+depends=('qt5-base' 'fcitx5')
+makedepends=('pkg-config' 'python' 'curl' 'gtk2' 'mesa' 'subversion' 'ninja' 'git' 'clang' 'python-six')
+replaces=('mozc-fcitx')
+conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx' 'fcitx-mozc')
+source=(git+https://github.com/fcitx/mozc.git#commit=${_mozc_commit}
+        https://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
+        https://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
+        https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
+        git+https://chromium.googlesource.com/breakpad/breakpad#commit=${_breakpad_commit}
+        git+https://github.com/google/googletest.git#commit=${_gtest_commit}
+        git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_commit}
+        git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_commit}
+        git+https://github.com/open-source-parsers/jsoncpp.git#commit=${_jsoncpp_commit}
+        git+https://github.com/google/protobuf.git#commit=${_protobuf_commit}
+        git+https://github.com/taku910/zinnia.git#commit=${_zinnia_commit}
+        git+https://github.com/abseil/abseil-cpp.git#commit=${_abseil_cpp_commit}
+	)
+sha512sums=('SKIP'
+            '59d0a5e62c698ebc64008f1fb2ed68ebbbd7798d9d95f2e4852261fb09d53e9f8c102f385ed8f2001e3da6c2a0a50d64f1f20e70671948b492f972c487655efe'
+            'daf41f63bd1afc0937beb12aa007ead8a239fabc3af2237e4adf75238b0e0e520f6051f5a98d413a541f901e17a1488eb3fad6d0bba1f1561987365236d64146'
+            '5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+prepare() {
+  cd "$srcdir/mozc"
+  git submodule init
+  git config submodule.src/third_party/breakpad.url "$srcdir/breakpad"
+  git config submodule.src/third_party/gtest.url "$srcdir/googletest"
+  git config submodule.src/third_party/gyp.url "$srcdir/gyp"
+  git config submodule.src/third_party/japanese_usage_dictionary.url "$srcdir/japanese-usage-dictionary"
+  git config submodule.src/third_party/jsoncpp.url "$srcdir/jsoncpp"
+  git config submodule.src/third_party/protobuf.url "$srcdir/protobuf"
+  git config submodule.src/third_party/zinnia.url "$srcdir/zinnia"
+  git config submodule.src/third_party/abseil-cpp.url "$srcdir/abseil-cpp"
+  git submodule update
+
+  cd src
+  # Generate zip code seed
+  echo "Generating zip code seed..."
+  PYTHONPATH="$PWD:$PYTHONPATH" python dictionary/gen_zip_code_seed.py --zip_code="${srcdir}/x-ken-all.csv" --jigyosyo="${srcdir}/JIGYOSYO.CSV" >> data/dictionary_oss/dictionary09.txt
+  echo "Done."
+
+  # disable fcitx4 target
+  rm unix/fcitx/fcitx.gyp
+  
+  # fix mozc icon for kimpanel
+  sed -i "s|PREFIX|/usr|" unix/fcitx5/mozc.conf
+
+  ## use libstdc++ instead of libc++
+  sed "/stdlib=libc++/d;/-lc++/d" -i gyp/common.gypi
+}
+
+build() {
+  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+  CFLAGS="${CFLAGS} -fvisibility=hidden"
+  CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
+
+  cd mozc/src
+
+  _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx5/fcitx5.gyp:fcitx5-mozc"
+
+  QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname use_libzinnia=1" python build_mozc.py gyp
+  python build_mozc.py build -c $_bldtype $_targets
+
+  # Extract license part of mozc
+  head -n 29 server/mozc_server.cc > LICENSE
+}
+
+package() {
+  cd mozc/src
+  export PREFIX="${pkgdir}/usr"
+  ../scripts/install_server
+
+  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
+  install -m 644 LICENSE data/installer/*.html "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  install -d "${PREFIX}/share/fcitx5/addon"
+  install -d "${PREFIX}/share/fcitx5/inputmethod"
+  install -d "${PREFIX}/lib/fcitx5"
+  ../scripts/install_fcitx5
+
+  install -d "${pkgdir}/usr/share/fcitx5/mozc/icon"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-alpha_full.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-alpha_full.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-alpha_half.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-alpha_half.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-direct.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-direct.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-hiragana.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-hiragana.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-katakana_full.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-katakana_full.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-katakana_half.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-katakana_half.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-dictionary.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-dictionary.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-properties.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-properties.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-tool.png" "${pkgdir}/usr/share/fcitx5/mozc/icon/mozc-tool.png"
+
+}



More information about the arch-commits mailing list