[arch-commits] Commit in fcitx-mozc/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Sun Mar 10 09:25:38 UTC 2013
Date: Sunday, March 10, 2013 @ 10:25:38
Author: fyan
Revision: 85958
upgpkg: fcitx-mozc 1.6.1187.102-8
Modified:
fcitx-mozc/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-10 08:53:34 UTC (rev 85957)
+++ PKGBUILD 2013-03-10 09:25:38 UTC (rev 85958)
@@ -5,7 +5,7 @@
## Mozc compile option
_bldtype=Release
-_zipcoderel=201301
+_zipcoderel=201302
_protobuf_ver=2.4.1
_pkgbase=mozc
@@ -13,7 +13,7 @@
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 @@
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 @@
}
md5sums=('e5246d17a81d2e942e9e8de0c3240c95'
- '06bae0169219637b497054fb335017db'
- '8121af1e16aea2a3899314db15679e7f'
+ '0ce9bd1663e320dc63bd2afffc475ab9'
+ 'e2a4bdf2d1384b124492a175d35b7867'
'ed436802019c9e1f40cc750eaf78f318'
'3c947ef02d9bf3341192ba22916f3605')
More information about the arch-commits
mailing list