[arch-commits] Commit in fcitx-mozc/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Jul 14 03:17:24 UTC 2015
Date: Tuesday, July 14, 2015 @ 05:17:24
Author: fyan
Revision: 136807
upgpkg: fcitx-mozc 2.17.2106.102-1
Modified:
fcitx-mozc/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-14 02:34:29 UTC (rev 136806)
+++ PKGBUILD 2015-07-14 03:17:24 UTC (rev 136807)
@@ -11,13 +11,15 @@
_gyp_rev=cdf037c1edc0ba3b5d25f8e3973661efe00980cc
_jsoncpp_rev=11086dd6a7eba04289944367ca82cea71299ed70
_japanese_usage_dictionary_rev=10
-_mozc_rev=2ceaee96e4acabb39c45f071fc39df485870da96
+_mozc_rev=3648b9bf06d5d9b36bed2425640bfd18ae05b588
+_fonttools_rev=5ba7d98a4153fad57258fca23b0bcb238717aec3
+_jsr305_ver=2.0.2
_pkgbase=mozc
pkgname=fcitx-mozc
pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
-pkgver=2.17.2097.102
-_fcitx_patchver=2.16.2037.102.2
+pkgver=2.17.2106.102
+_fcitx_patchver=2.17.2102.102.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/google/mozc"
@@ -31,6 +33,8 @@
japanese_usage_dictionary::svn+http://japanese-usage-dictionary.googlecode.com/svn/trunk#revision=$_japanese_usage_dictionary_rev
gyp::git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
protobuf::git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
+ http://findbugs.googlecode.com/svn/repos/release-repository/com/google/code/findbugs/jsr305/$_jsr305_ver/jsr305-$_jsr305_ver.jar
+ fontTools::git+https://github.com/googlei18n/fonttools.git#commit=${_fonttools_rev}
http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch
@@ -40,9 +44,11 @@
'SKIP'
'SKIP'
'SKIP'
+ 'b3b832489ef9249b22d8a0b9d6eee1895c9d93ef53d5968724a65184cb3f04e17cc74938128b98916da7829c6566be0bc6d60fa8801248cc24620730a060eac6'
+ 'SKIP'
'60c053fd3ffec28e0e2eca33834e4cc212127e032b30d0638dcb7ce3faa45c7c87ceae9f98eb03f0ec0e3d1429d2c105f4590e30b39e0818cfcf50646584c459'
'fb1ad9d279e34a1e55b6dc182ad503abd250d4773ce488a12c4b07bf67eccda65ae7d83b41db6489afd867e303468448dc13d8797ed3bbc038de60ff744f0b9f'
- '22b885859588bb8e0efd354d153da461a654203729c723156a419bf33fae473e3f7165964aa3cb3b5c969f97c2727f9d87b0d587330e4eeab67f07d4458542a3'
+ '096673f036d236d262c05d7b0625504024899d8208c7c4ecd1250dff05dcedb2f066e8c96e05241f66c846931dab6ac466927f1a0339467c7ef4808883a36ee1'
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
prepare() {
@@ -67,10 +73,12 @@
# Copy third party deps
cd "$srcdir"
- for dep in jsoncpp gyp protobuf japanese_usage_dictionary
+ for dep in jsoncpp gyp protobuf japanese_usage_dictionary fontTools
do
cp -a $dep mozc/src/third_party/
done
+
+ install -D jsr305-$_jsr305_ver.jar mozc/src/third_party/jsr305/jsr305-$_jsr305_ver.jar
}
build() {
More information about the arch-commits
mailing list