diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-03-28 11:27:37 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-04-07 18:39:39 +0800 |
| commit | 043fe19e47e7ed5c418e147db48c6cce54fe76fd (patch) | |
| tree | 46509ab36e3488a9bdd3df23f163868bb23466c1 /gnu | |
| parent | e831681a3b5c9e7981af94c7587be6d9a941a630 (diff) | |
gnu: fcitx5-lua: Update to 5.0.16.
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.16.
[native-inputs]: Add pkg-config.
Change-Id: I2dff381e854a9a807597fb34a6a2b66cd2cbeb53
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fcitx5.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index d2bab72c631..66ea01f021b 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm | |||
| @@ -161,7 +161,7 @@ client.") | |||
| 161 | (define-public fcitx5-lua | 161 | (define-public fcitx5-lua |
| 162 | (package | 162 | (package |
| 163 | (name "fcitx5-lua") | 163 | (name "fcitx5-lua") |
| 164 | (version "5.0.15") | 164 | (version "5.0.16") |
| 165 | (source | 165 | (source |
| 166 | (origin | 166 | (origin |
| 167 | (method url-fetch) | 167 | (method url-fetch) |
| @@ -169,7 +169,7 @@ client.") | |||
| 169 | "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-" | 169 | "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-" |
| 170 | version ".tar.zst")) | 170 | version ".tar.zst")) |
| 171 | (sha256 | 171 | (sha256 |
| 172 | (base32 "1yp5z97m8n7fwvxps1gn8pflg69j3yawgabz36bpd4wl43zkgchg")))) | 172 | (base32 "1zjiyadhqq8hijjv09khyj2shaw3ri4jgmb1ql67w9366wd0ykj2")))) |
| 173 | (build-system cmake-build-system) | 173 | (build-system cmake-build-system) |
| 174 | (arguments | 174 | (arguments |
| 175 | (list | 175 | (list |
| @@ -178,7 +178,7 @@ client.") | |||
| 178 | (inputs | 178 | (inputs |
| 179 | (list fcitx5 lua gettext-minimal)) | 179 | (list fcitx5 lua gettext-minimal)) |
| 180 | (native-inputs | 180 | (native-inputs |
| 181 | (list extra-cmake-modules)) | 181 | (list extra-cmake-modules pkg-config)) |
| 182 | (home-page "https://github.com/fcitx/fcitx5-lua") | 182 | (home-page "https://github.com/fcitx/fcitx5-lua") |
| 183 | (synopsis "Lua support for Fcitx 5") | 183 | (synopsis "Lua support for Fcitx 5") |
| 184 | (description "Fcitx5-lua allows writing Fcitx5 extension in Lua.") | 184 | (description "Fcitx5-lua allows writing Fcitx5 extension in Lua.") |
