summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cd2fc95c68..67d0671d4355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 31 14:45:26 UTC 2018
+# Thu Aug 2 12:12:51 UTC 2018
pkgbase = fcitx-mozc-ut2
pkgdesc = Mozc the Japanese Input Method with Mozc UT2 Dictionary (additional dictionary) and uim-mozc (optional)
- pkgver = 2.20.2673.102.20171008
- pkgrel = 2
+ pkgver = 2.23.2815.102.20171008
+ pkgrel = 1
url = http://www.geocities.jp/ep3797/mozc-ut2.html
arch = i686
arch = x86_64
@@ -30,14 +30,14 @@ pkgbase = fcitx-mozc-ut2
replaces = mozc-fcitx
replaces = fcitx-mozc
replaces = fcitx-mozc-ut
- source = mozc::git+https://github.com/google/mozc.git#commit=280e38fe3d9db4df52f0713acf2ca65898cd697a
+ source = mozc::git+https://github.com/google/mozc.git#commit=afb03ddfe72dde4cf2409863a3bfea160f7a66d8
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/mozcdic-ut2-20171008.tar.bz2
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/edict2-20171008.gz
source = EDICT_license.html
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/ken_all-201806.zip
source = http://downloads.sourceforge.net/project/pnsft-aur/mozc/jigyosyo-201806.zip
source = mod-generate-dictionary.sh
- source = http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-2.18.2612.102.1.patch
+ source = http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-2.23.2815.102.1.patch
source = http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
source = fix_failing_build_with_gcc8.patch::https://fars.ee/2is4
sha1sums = SKIP
@@ -47,7 +47,7 @@ pkgbase = fcitx-mozc-ut2
sha1sums = d884d2d9ddbd6092174f441326805bd09a395b71
sha1sums = 2c577559d0aaef946d221a0aec5ee413186d44e9
sha1sums = 6a6f5b0dce10fe6327d32256f53c28731cb83d2f
- sha1sums = afeef31bf3d640f9cc630c2187dbfd4507367d78
+ sha1sums = 63a2b10e7d209c6216e2d912b2629efc44c637ea
sha1sums = 883f4fc489a9ed1c07d2d2ec37ca72509f04ea5d
sha1sums = 2bad0705a0a09d8d5a79c874b59c485052da2b38
diff --git a/PKGBUILD b/PKGBUILD
index a70d2ebd2157..44aa564b2863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,17 +55,17 @@
_bldtype=Release
#_bldtype=Debug
-_mozcrev=280e38fe3d9db4df52f0713acf2ca65898cd697a
+_mozcrev=afb03ddfe72dde4cf2409863a3bfea160f7a66d8
_utdicver=20171008
_zipcoderel=201806
-_fcitxver=2.18.2612.102.1
+_fcitxver=2.23.2815.102.1
_pkgbase=mozc-ut2
pkgname=fcitx-mozc-ut2
pkgdesc="Mozc the Japanese Input Method with Mozc UT2 Dictionary (additional dictionary) and uim-mozc (optional)"
-pkgver=2.20.2673.102.20171008
-pkgrel=2
+pkgver=2.23.2815.102.20171008
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.geocities.jp/ep3797/mozc-ut2.html"
license=('BSD' 'GPL' 'CC-BY-SA' 'custom')
@@ -93,7 +93,7 @@ sha1sums=('SKIP'
'd884d2d9ddbd6092174f441326805bd09a395b71'
'2c577559d0aaef946d221a0aec5ee413186d44e9'
'6a6f5b0dce10fe6327d32256f53c28731cb83d2f'
- 'afeef31bf3d640f9cc630c2187dbfd4507367d78'
+ '63a2b10e7d209c6216e2d912b2629efc44c637ea'
'883f4fc489a9ed1c07d2d2ec37ca72509f04ea5d'
'2bad0705a0a09d8d5a79c874b59c485052da2b38')
@@ -132,6 +132,7 @@ prepare() {
# Apply fcitx patch
rm unix/fcitx -rf
patch -Np2 -i "$srcdir/fcitx-mozc-${_fcitxver}.patch"
+ rm -rf unix/fcitx5
# Apply fix failing build with gcc8
patch -Np2 -i "$srcdir/fix_failing_build_with_gcc8.patch"
@@ -153,7 +154,7 @@ build() {
cd "${srcdir}/${_pkgbase}-${pkgver}/src"
- _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx/fcitx.gyp:fcitx-mozc unix/fcitx/fcitx.gyp:gen_fcitx_mozc_i18n renderer/renderer.gyp:mozc_renderer"
+ _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx/fcitx.gyp:fcitx-mozc"
GYP_DEFINES="document_dir=/usr/share/licenses/${_pkgbase}" \
python2 build_mozc.py gyp