summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMASAKI Haruka2020-02-07 23:25:33 +0900
committerMASAKI Haruka2020-02-07 23:25:33 +0900
commit2d2b09f49008d200f95cf7b16de3489177877ff6 (patch)
tree13270793307044cbd068074cafe579b5dfd71d22
parenta3fe83c92b73a92ab892408125ee5dc858531fe8 (diff)
downloadaur-2d2b09f49008d200f95cf7b16de3489177877ff6.tar.gz
Update to upstream.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c807204331d0..78a5ecd5f217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx-mozc-neologd-ut
- pkgver = 2.23.2815.102.20191230
- pkgrel = 2
+ pkgver = 2.23.2815.102.20200130
+ pkgrel = 1
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = i686
arch = x86_64
@@ -20,14 +20,15 @@ pkgbase = fcitx-mozc-neologd-ut
makedepends = glib2
makedepends = bzip2
makedepends = unzip
+ depends = protobuf
source = mozc-2.23.2815.102+dfsg.tar.xz::http://ftp.jp.debian.org/debian/pool/main/m/mozc/mozc_2.23.2815.102+dfsg.orig.tar.xz
source = japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=
- source = Fix-build-with-gcc8.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/Fix-build-with-gcc8.patch
+ source = fix-build-with-gcc8.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/Fix-build-with-gcc8.patch
source = mozc-2.23.2815.102-python-3.patch::https://github.com/google/mozc/files/4048079/mozc-2.23.2815.102-python-3.patch.txt
source = add_support_new_japanese_era.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/add_support_new_japanese_era.patch
source = https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-2.23.2815.102.1.patch
source = https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
- source = https://osdn.net/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F25%2F25392%2Fmozcdic-neologd-ut-20191230.2.tar.bz2
+ source = https://osdn.net/frs/chamber_redir.php?m=osdn&f=%2Fusers%2F25%2F25426%2Fmozcdic-neologd-ut-20200130.1.tar.bz2
sha1sums = 7e0a39ffd5ea68ecadb792fc521c16b5be1f25cb
sha1sums = SKIP
sha1sums = 4fe935b5c2d316119cf8957b6518b3b5e7bf6ecf
@@ -49,12 +50,13 @@ pkgname = mozc-neologd-ut
conflicts = mozc-ut2
conflicts = fcitx-mozc-ut
conflicts = mozc-ut
+ conflicts = fcitx-mozc-neologd-ut+ut2
pkgname = fcitx-mozc-neologd-ut
pkgdesc = Fcitx engine module for Mozc
arch = i686
arch = x86_64
- depends = mozc-neologd-ut=2.23.2815.102.20191230
+ depends = mozc-neologd-ut=2.23.2815.102.20200130
depends = fcitx
replaces = fcitx-mozc
replaces = fcitx-mozc-ut2
diff --git a/PKGBUILD b/PKGBUILD
index 007a6d698ac3..9e07257ecbde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,26 +8,27 @@ _bldtype=Release
_mozcver=2.23.2815.102
_fcitxver=2.23.2815.102.1
-_neologddate=20191230
+_neologddate=20200130
pkgver=${_mozcver}.${_neologddate}
-pkgrel=2
+pkgrel=1
pkgname=mozc-neologd-ut
true && pkgname=('mozc-neologd-ut' 'fcitx-mozc-neologd-ut')
arch=('i686' 'x86_64')
url="https://osdn.net/users/utuhiro/pf/utuhiro/files/"
license=('custom')
+depends=('protobuf')
makedepends=('clang' 'gyp' 'protobuf' 'ninja' 'pkg-config' 'python' 'curl' 'gtk2' 'qt5-base' 'zinnia' 'fcitx' 'libxcb' 'glib2' 'bzip2' 'unzip')
source=(
mozc-${_mozcver}+dfsg.tar.xz::http://ftp.jp.debian.org/debian/pool/main/m/mozc/mozc_${_mozcver}+dfsg.orig.tar.xz
japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_rev}
- Fix-build-with-gcc8.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/Fix-build-with-gcc8.patch
+ fix-build-with-gcc8.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/Fix-build-with-gcc8.patch
mozc-2.23.2815.102-python-3.patch::https://github.com/google/mozc/files/4048079/mozc-2.23.2815.102-python-3.patch.txt
add_support_new_japanese_era.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/add_support_new_japanese_era.patch
https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitxver}.patch
https://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
- "https://osdn.net/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F25%2F25392%2Fmozcdic-neologd-ut-20191230.2.tar.bz2"
+ "https://osdn.net/frs/chamber_redir.php?m=osdn&f=%2Fusers%2F25%2F25426%2Fmozcdic-neologd-ut-20200130.1.tar.bz2"
)
sha1sums=(
@@ -43,7 +44,7 @@ sha1sums=(
prepare() {
cd mozc-${_mozcver}+dfsg
- patch -Np1 -i ${srcdir}/Fix-build-with-gcc8.patch
+ patch -Np1 -i ${srcdir}/fix-build-with-gcc8.patch
patch -Np1 -i ${srcdir}/mozc-2.23.2815.102-python-3.patch
patch -Np1 -i ${srcdir}/add_support_new_japanese_era.patch
patch -Np1 -i ${srcdir}/fcitx-mozc-${_fcitxver}.patch
@@ -68,7 +69,7 @@ package_mozc-neologd-ut() {
pkgdesc="A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
arch=('i686' 'x86_64')
depends=('qt5-base' 'zinnia')
- conflicts=('fcitx-mozc' 'mozc' 'fcitx-mozc-ut2' 'mozc-ut2' 'fcitx-mozc-ut' 'mozc-ut')
+ conflicts=('fcitx-mozc' 'mozc' 'fcitx-mozc-ut2' 'mozc-ut2' 'fcitx-mozc-ut' 'mozc-ut' 'fcitx-mozc-neologd-ut+ut2')
cd mozc-${_mozcver}+dfsg/src
install -D -m 755 out_linux/${_bldtype}/mozc_server "${pkgdir}/usr/lib/mozc/mozc_server"
install -m 755 out_linux/${_bldtype}/mozc_tool "${pkgdir}/usr/lib/mozc/mozc_tool"