summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-07-09 13:29:47 -0400
committerEthan Kerrick2022-07-09 13:29:47 -0400
commit8e8afd032acb18417ce703f60bd4526a152a4b7a (patch)
tree617cf85df3b048a1ee1dd9bdf36865126b49de77
parent028811626008cb3416bb95b2bbcc09e91b4de0f3 (diff)
downloadaur-8e8afd032acb18417ce703f60bd4526a152a4b7a.tar.gz
removed patches as they are no longer needed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d376f21327e2..f922e044ffce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozc-ut-united
pkgdesc = A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)
- pkgver = 2.28.4750.102_20220623_2.26.4660.102.r186.g5e3542b9
+ pkgver = 2.28.4750.102_20220623_2.26.4660.102.r205.g9da52ff9
pkgrel = 1
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = i686
@@ -19,7 +19,6 @@ pkgbase = mozc-ut-united
depends = zinnia
source = mozc::git+https://github.com/google/mozc.git
source = https://osdn.net/downloads/users/38/38569/mozcdic-ut-20220623.tar.bz2
- source = config-arch-new.patch
source = git+https://chromium.googlesource.com/breakpad/breakpad
source = git+https://github.com/google/googletest.git
source = git+https://chromium.googlesource.com/external/gyp
@@ -27,7 +26,6 @@ pkgbase = mozc-ut-united
source = git+https://github.com/open-source-parsers/jsoncpp.git
source = git+https://github.com/protocolbuffers/protobuf
source = git+https://github.com/abseil/abseil-cpp.git
- source = android-fix.patch
sha1sums = SKIP
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 62815d166487..ea89e6e09c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,14 +30,14 @@ _utdicver=1
pkgbase=mozc-ut-united
pkgname=mozc-ut-united
true && pkgname=('mozc-ut-united')
-pkgver=2.28.4750.102_20220623_2.26.4660.102.r186.g5e3542b9
+pkgver=2.28.4750.102_20220623_2.26.4660.102.r205.g9da52ff9
pkgrel=1
arch=('i686' 'x86_64')
url="https://code.google.com/p/mozc/"
url="https://osdn.net/users/utuhiro/pf/utuhiro/files/"
license=('BSD' 'GPL' 'custom')
makedepends=('ruby' 'git' 'ninja' 'clang' 'zinnia' 'bazel' 'python-six')
-source=("mozc::git+https://github.com/google/mozc.git" "https://osdn.net/downloads/users/38/38569/mozcdic-ut-${_utdicdate}.tar.bz2" "config-arch-new.patch" "git+https://chromium.googlesource.com/breakpad/breakpad" "git+https://github.com/google/googletest.git" "git+https://chromium.googlesource.com/external/gyp" "git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git" "git+https://github.com/open-source-parsers/jsoncpp.git" "git+https://github.com/protocolbuffers/protobuf" "git+https://github.com/abseil/abseil-cpp.git" "android-fix.patch")
+source=("mozc::git+https://github.com/google/mozc.git" "https://osdn.net/downloads/users/38/38569/mozcdic-ut-${_utdicdate}.tar.bz2" "git+https://chromium.googlesource.com/breakpad/breakpad" "git+https://github.com/google/googletest.git" "git+https://chromium.googlesource.com/external/gyp" "git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git" "git+https://github.com/open-source-parsers/jsoncpp.git" "git+https://github.com/protocolbuffers/protobuf" "git+https://github.com/abseil/abseil-cpp.git")
sha1sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
@@ -75,11 +75,6 @@ prepare() {
# Add UT dictionary
cat ${srcdir}/mozcdic-ut-${_utdicdate}/mozcdic*-ut-*.txt >> src/data/dictionary_oss/dictionary00.txt
-
- #fixes file include locations for ibus, and gtk along with correcting qt location on arch
- patch -d "${srcdir}/mozc/src" -i "${srcdir}/config-arch-new.patch"
- patch -d "${srcdir}/mozc/src" -i "${srcdir}/android-fix.patch"
-
}
build() {