summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasaki Haruka2021-05-30 23:36:18 +0900
committerMasaki Haruka2021-05-30 23:36:18 +0900
commit37ea4c58e6b57d7d3e499fdd05766a6c008285a1 (patch)
tree5b2182f619b92b0dd081b4e5ec7dfab06fc814ad
parent1544b4878f59127826a8117d7d0780b9a99f97d8 (diff)
downloadaur-37ea4c58e6b57d7d3e499fdd05766a6c008285a1.tar.gz
Fix missing patching
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738a9174f4a2..fae0ca43d303 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx-mozc-ut-unified-full
pkgdesc = Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input) with New UT dictionaries (default dictionaties.)
pkgver = 2.26.4381.102.20210524
- pkgrel = 1
+ pkgrel = 2
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 47e01c399ccf..8f4f2f27cb6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _fcitxver=20210329
_iconver=20201229
_utdicver=20210524
pkgver=${_mozcver}.${_utdicver}
-pkgrel=1
+pkgrel=2
_pkgbase=mozc
pkgname=fcitx-mozc-ut-unified-full
@@ -60,6 +60,7 @@ prepare() {
mv ${srcdir}/japanese-usage-dictionary-master src/third_party/japanese_usage_dictionary
mv ${srcdir}/protobuf-3.13.0 src/third_party/protobuf
patch -Np1 -i ${srcdir}/fcitx-mozc-${_fcitxver}.patch
+ patch -Np1 -i ${srcdir}/fix-abseil-cpp-build-gcc11.patch
# Add ZIP code
cd src/data/dictionary_oss/
@@ -72,7 +73,7 @@ prepare() {
sed "/stdlib=libc++/d;/-lc++/d" -i src/gyp/common.gypi
# Add UT dictionary
- cat ${srcdir}/mozcdic-ut-${_utdicver}.${pkgrel}/mozcdic*-ut-*.txt >> src/data/dictionary_oss/dictionary00.txt
+ cat ${srcdir}/mozcdic-ut-${_utdicver}.1/mozcdic*-ut-*.txt >> src/data/dictionary_oss/dictionary00.txt
}
build() {