diff options
author | Masato TOYOSHIMA | 2025-01-23 15:11:35 +0900 |
---|---|---|
committer | Masato TOYOSHIMA | 2025-01-23 15:11:35 +0900 |
commit | 20727836399f35655d57bb1fcb497161a60ab764 (patch) | |
tree | 65dbd533c8cec0f5c8bccb5e05dcfdd595427247 | |
parent | 6efb4fad7fe9e82ffffb58d73c01beb5f5474c77 (diff) | |
download | aur-20727836399f35655d57bb1fcb497161a60ab764.tar.gz |
fix mozc.conf: PKGBUILD.normal
-rw-r--r-- | PKGBUILD.fcitx | 2 | ||||
-rw-r--r-- | PKGBUILD.fcitx.normal | 2 | ||||
-rw-r--r-- | PKGBUILD.normal | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD.fcitx b/PKGBUILD.fcitx index 8e09a9d6c3e5..08f3d08e51da 100644 --- a/PKGBUILD.fcitx +++ b/PKGBUILD.fcitx @@ -28,7 +28,7 @@ _wil_commit=fc5dbf5 pkgbase=mozc-with-jp-dict pkgname=("fcitx-$pkgbase") pkgver=2.31.5712.102 -pkgrel=2 +pkgrel=3 arch=('x86_64') url="https://github.com/fcitx/mozc" license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary') diff --git a/PKGBUILD.fcitx.normal b/PKGBUILD.fcitx.normal index c97262043e89..4388651d3314 100644 --- a/PKGBUILD.fcitx.normal +++ b/PKGBUILD.fcitx.normal @@ -25,7 +25,7 @@ _wil_commit=fc5dbf5 pkgbase=mozc pkgname=("fcitx-$pkgbase") pkgver=2.31.5712.102 -pkgrel=2 +pkgrel=3 arch=('x86_64') url="https://github.com/fcitx/mozc" license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary') diff --git a/PKGBUILD.normal b/PKGBUILD.normal index d35699b77534..fb32b5e453de 100644 --- a/PKGBUILD.normal +++ b/PKGBUILD.normal @@ -25,7 +25,7 @@ _wil_commit=fc5dbf5 pkgbase=mozc pkgname=("ibus-$pkgbase" "fcitx5-$pkgbase" "emacs-$pkgbase") pkgver=2.31.5712.102 -pkgrel=2 +pkgrel=3 arch=('x86_64') url="https://github.com/fcitx/mozc" license=('Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary') @@ -168,6 +168,7 @@ package_fcitx5-mozc() { install -D -m 644 unix/fcitx5/fcitx5/conf/notifications.conf "$pkgdir/usr/share/fcitx5-mozc/fcitx5/conf/notifications.conf" install -D -m 644 unix/fcitx5/fcitx5/conf/waylandim.conf "$pkgdir/usr/share/fcitx5-mozc/fcitx5/conf/waylandim.conf" install -D -m 644 unix/fcitx5/fcitx5/conf/xim.conf "$pkgdir/usr/share/fcitx5-mozc/fcitx5/conf/xim.conf" + install -D -m 644 unix/fcitx5/fcitx5/conf/mozc.conf "$pkgdir/usr/share/fcitx5-mozc/fcitx5/conf/mozc.conf" } package_ibus-mozc() { |