[arch-commits] Commit in fcitx-mozc/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jul 14 05:31:06 UTC 2014
Date: Monday, July 14, 2014 @ 07:31:05
Author: fyan
Revision: 115666
upgpkg: fcitx-mozc 1.15.1834.102-1
Modified:
fcitx-mozc/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-13 20:09:27 UTC (rev 115665)
+++ PKGBUILD 2014-07-14 05:31:05 UTC (rev 115666)
@@ -5,16 +5,16 @@
## Mozc compile option
_bldtype=Release
-_zipcoderel=201404
+_zipcoderel=201406
_protobuf_ver=2.5.0
-_gyp_rev=1920
+_gyp_rev=1950
_japanese_usage_dictionary_rev=10
-_revision=192
+_revision=271
_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=1.15.1785.102
+pkgver=1.15.1834.102
_patchver=${pkgver}.1
pkgrel=1
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
url="http://code.google.com/p/mozc/"
license=('custom')
depends=('qt4' 'fcitx' 'zinnia')
-makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'svn')
+makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'svn' 'ninja')
replaces=('mozc-fcitx')
conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
source=(mozc::svn+http://mozc.googlecode.com/svn/trunk/src#revision=$_revision
@@ -79,7 +79,6 @@
_targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx/fcitx.gyp:fcitx-mozc"
QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname" python2 build_mozc.py gyp
- python2 build_mozc.py build_tools -c $_bldtype
python2 build_mozc.py build -c $_bldtype $_targets
# Extract license part of mozc
@@ -94,7 +93,7 @@
install -d "${pkgdir}/usr/share/licenses/$pkgname/"
install -m 644 LICENSE data/installer/*.html "${pkgdir}/usr/share/licenses/${pkgname}/"
- for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
+ for mofile in out_linux/${_bldtype}/gen/unix/fcitx/po/*.mo
do
filename=`basename $mofile`
lang=${filename/.mo/}
@@ -121,8 +120,8 @@
sha512sums=('SKIP'
'SKIP'
'SKIP'
- '3a868b8f34c6651221db585f3338c9d5ac5c832781fa23f299d6dbe24c8ec1b506e8284c113256330d340fd63e770458ff9212953a290c588ca2f3dab1a706ec'
- '84c4c05b0a54df6cd3dbee1f7194779cdac90c3bff46bc34f4e0bb7edbcbd030fced03766f3e93a76f3c23905666d90fa80e1c69d1cc7f4a3b526fad44a42f7a'
+ 'bdfebfd2a72ea1e8bd5e29c7e065b4ed45c1e5bc6f43e8fbdbf454f24fdf7d44b4f10f8a8f0ca5b6e433bb87877e77a3998a6b25ad9f904f2529d0d2e0ae4b76'
+ 'bbfd5a48426bfa4a1d438d6d640ceb76174aac4d503dc9de64e6cd1d72c5e081588a2893ba7a558444a38c0f6a132acb0e5a3aed61ad79744efb3aa9dbb6c523'
'5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee'
- '04d695e06f895d737cf161ac00ddc774ffbf0c91c0e8a827a14f23dbe83f4a609becd6b834557befb83b923ee1a72ba237b688ee46e6b17d953f41955d985301'
+ '7a5bcedc8c3174fb65bdfd2126abae0f7432bc5b10dfdce7cd9703bdeac4a5652cc3be59b2a6829184a1b4e0199bf9606db79c2cef7858c2ccc6a5a367b229c6'
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
More information about the arch-commits
mailing list