From ef17357a9745e05e301b724d13a341067ddb3d5b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 Mar 2013 00:04:02 -0700 Subject: Mon Mar 11 00:04:02 PDT 2013 --- community/fcitx-mozc/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community/fcitx-mozc') diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index 2e80d2c6f..5099cf551 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85344 2013-03-01 10:30:17Z andrea $ +# $Id: PKGBUILD 85959 2013-03-10 09:27:14Z fyan $ # Maintainer: Felix Yan # Contributor: ponsfoot ## Mozc compile option _bldtype=Release -_zipcoderel=201301 +_zipcoderel=201302 _protobuf_ver=2.4.1 _pkgbase=mozc @@ -13,7 +13,7 @@ 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.6.1187.102 _patchver=${pkgver}.3 -pkgrel=7 +pkgrel=8 arch=('i686' 'x86_64') url="http://code.google.com/p/mozc/" license=('custom') @@ -49,8 +49,8 @@ build() { patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch # Fix qt4 binary path - sed -i 's$<(qt_dir)/bin$/usr/lib/qt4/bin$' gui/*.gyp gui/*.gypi - sed -i 's$<(qt_dir_env)/bin$/usr/lib/qt4/bin$' gui/*.gyp gui/*.gypi + sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i} + sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i} # Generate zip code seed msg "Generating zip code seed..." @@ -106,7 +106,7 @@ package() { } md5sums=('e5246d17a81d2e942e9e8de0c3240c95' - '06bae0169219637b497054fb335017db' - '8121af1e16aea2a3899314db15679e7f' + '0ce9bd1663e320dc63bd2afffc475ab9' + 'e2a4bdf2d1384b124492a175d35b7867' 'ed436802019c9e1f40cc750eaf78f318' '3c947ef02d9bf3341192ba22916f3605') -- cgit v1.2.3-54-g00ecf