Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / librime
Commits:
ad459b12 by Felix Yan at 2026-06-30T14:54:08+08:00
upgpkg: 1:1.17.0-3: fix crash with opencc 1.3.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = librime
pkgdesc = Rime input method engine
pkgver = 1.17.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/rime/librime
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ _luacommit=ec52e48ea18f11af37717a01c337f853215cf70b
_charcodecommit=55e7f563e999802d41a13ba02657c1be4b2011b4
_protocommit=657a923cd4c333e681dc943e6894e6f6d42d25b4
_predictcommit=920bd41ebf6f9bf6855d14fbe80212e54e749791
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Rime input method engine"
arch=('x86_64')
@@ -31,7 +31,12 @@
sha512sums=('411f3555e307910cc71304de796a5b55834226f840fd664ca92fe91ce9012c0cfa1
'cf7062baa8dfe6d97946979545094a1962b73347f233065219b69488f078b6022b46f9bf59d0643de01ef36fe45b2d72375f0578747f85a6d389bdef4acc6967')
prepare() {
- cd librime/plugins
+ cd librime
+ # Fix simplifier crashes with OpenCC converters without conversion chains:
+ # https://github.com/rime/librime/pull/1184
+ git cherry-pick -n 96a55478ba6ae3f8e78a3c824809905745440d57
+
+ cd plugins
ln -sf "$srcdir"/librime-octagram
ln -sf "$srcdir"/librime-lua
ln -sf "$srcdir"/librime-charcode
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librime/-/commit/ad459b123e94f4b7ded24b6477a68e034deb38c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librime/-/commit/ad459b123e94f4b7ded24b6477a68e034deb38c0
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help