diff options
| author | Wang Wen <ysoqli1@outlook.com> | 2026-08-24 11:42:18 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-08-26 14:06:09 +0800 |
| commit | 21ba12019a873a4172e628f2c48a43c153c5352f (patch) | |
| tree | a68a3e803e5573cca25c4a1a30237ca095b6e2d3 /gnu | |
| parent | faf03b8fbbda47e829bbac8885ba6d35112c7048 (diff) | |
gnu: librime: Update to 1.17.0.
* gnu/packages/ibus.scm (librime): Update to 1.17.0.
[arguments]: Add 'install-plugins phase to install librime-lua.
[inputs]: Add luajit, replace glog with glog-next.
Change-Id: I07563dd7cefa2e6a0504c9c3327365a6b00fd273
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ibus.scm | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 9fa5f97382b..8d19cc4c4c9 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm | |||
| @@ -69,6 +69,7 @@ | |||
| 69 | #:use-module (gnu packages language) | 69 | #:use-module (gnu packages language) |
| 70 | #:use-module (gnu packages linux) | 70 | #:use-module (gnu packages linux) |
| 71 | #:use-module (gnu packages logging) | 71 | #:use-module (gnu packages logging) |
| 72 | #:use-module (gnu packages lua) | ||
| 72 | #:use-module (gnu packages perl) | 73 | #:use-module (gnu packages perl) |
| 73 | #:use-module (gnu packages pkg-config) | 74 | #:use-module (gnu packages pkg-config) |
| 74 | #:use-module (gnu packages python) | 75 | #:use-module (gnu packages python) |
| @@ -556,7 +557,7 @@ other Japanese input methods.") | |||
| 556 | (define-public librime | 557 | (define-public librime |
| 557 | (package | 558 | (package |
| 558 | (name "librime") | 559 | (name "librime") |
| 559 | (version "1.10.0") | 560 | (version "1.17.0") |
| 560 | (source | 561 | (source |
| 561 | (origin | 562 | (origin |
| 562 | (method git-fetch) | 563 | (method git-fetch) |
| @@ -566,13 +567,21 @@ other Japanese input methods.") | |||
| 566 | (file-name (git-file-name name version)) | 567 | (file-name (git-file-name name version)) |
| 567 | (sha256 | 568 | (sha256 |
| 568 | (base32 | 569 | (base32 |
| 569 | "0p4ybmn2syhf30vwzrd6ms77xadhl2lh7d2apq2m1yzmy42mdydm")))) | 570 | "1hqrsjmir0932rzv752ii4wdf6inh8jjhcrs35aw1yxqjl1qn68y")))) |
| 570 | (build-system cmake-build-system) | 571 | (build-system cmake-build-system) |
| 572 | (arguments | ||
| 573 | (list | ||
| 574 | #:phases | ||
| 575 | #~(modify-phases %standard-phases | ||
| 576 | (add-after 'unpack 'install-plugins | ||
| 577 | (lambda _ | ||
| 578 | (copy-recursively #$librime-lua "plugins/lua")))))) | ||
| 571 | (inputs | 579 | (inputs |
| 572 | (list boost | 580 | (list boost |
| 573 | capnproto | 581 | capnproto |
| 574 | glog | 582 | glog-next |
| 575 | leveldb | 583 | leveldb |
| 584 | luajit | ||
| 576 | marisa | 585 | marisa |
| 577 | opencc | 586 | opencc |
| 578 | yaml-cpp)) | 587 | yaml-cpp)) |
