Skip to content

Commit 850ca5d

Browse files
committed
fcitx5-m17n: Add at 5.1.6
Signed-off-by: K1ngfish3r <26593485+K1ngfish3r@users.noreply.github.com>
1 parent 098e24c commit 850ca5d

4 files changed

Lines changed: 91 additions & 0 deletions

File tree

f/fcitx5-m17n/manifest.x86_64.bin

424 Bytes
Binary file not shown.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/** Human readable report. This is not consumed by boulder */
2+
{
3+
"manifest-version": "0.2",
4+
"packages": {
5+
"fcitx5-m17n": {
6+
"build-depends": [
7+
"cmake(ECM)",
8+
"cmake(Fcitx5Core)",
9+
"cmake(Fcitx5Module)",
10+
"cmake(Fcitx5ModuleTestFrontend)",
11+
"gettext-devel",
12+
"pkgconfig(m17n-db)",
13+
"pkgconfig(m17n-gui)"
14+
],
15+
"depends": [
16+
"soname(libFcitx5Config.so.6(x86_64))",
17+
"soname(libFcitx5Core.so.7(x86_64))",
18+
"soname(libFcitx5Utils.so.2(x86_64))",
19+
"soname(libc.so.6(x86_64))",
20+
"soname(libgcc_s.so.1(x86_64))",
21+
"soname(libm.so.6(x86_64))",
22+
"soname(libm17n-core.so.0(x86_64))",
23+
"soname(libm17n.so.0(x86_64))",
24+
"soname(libstdc++.so.6(x86_64))"
25+
],
26+
"files": [
27+
"/usr/lib/fcitx5/libm17n.so",
28+
"/usr/share/fcitx5/addon/m17n.conf",
29+
"/usr/share/fcitx5/m17n/default",
30+
"/usr/share/locale/ca/LC_MESSAGES/fcitx5-m17n.mo",
31+
"/usr/share/locale/da/LC_MESSAGES/fcitx5-m17n.mo",
32+
"/usr/share/locale/de/LC_MESSAGES/fcitx5-m17n.mo",
33+
"/usr/share/locale/fr/LC_MESSAGES/fcitx5-m17n.mo",
34+
"/usr/share/locale/he/LC_MESSAGES/fcitx5-m17n.mo",
35+
"/usr/share/locale/ja/LC_MESSAGES/fcitx5-m17n.mo",
36+
"/usr/share/locale/ka/LC_MESSAGES/fcitx5-m17n.mo",
37+
"/usr/share/locale/ko/LC_MESSAGES/fcitx5-m17n.mo",
38+
"/usr/share/locale/ru/LC_MESSAGES/fcitx5-m17n.mo",
39+
"/usr/share/locale/tr/LC_MESSAGES/fcitx5-m17n.mo",
40+
"/usr/share/locale/vi/LC_MESSAGES/fcitx5-m17n.mo",
41+
"/usr/share/locale/zh_CN/LC_MESSAGES/fcitx5-m17n.mo",
42+
"/usr/share/locale/zh_TW/LC_MESSAGES/fcitx5-m17n.mo",
43+
"/usr/share/metainfo/org.fcitx.Fcitx5.Addon.M17N.metainfo.xml"
44+
],
45+
"name": "fcitx5-m17n",
46+
"provides": [
47+
"soname(fcitx5/libm17n.so(x86_64))"
48+
]
49+
}
50+
},
51+
"source-name": "fcitx5-m17n",
52+
"source-release": "1",
53+
"source-version": "5.1.6"
54+
}

f/fcitx5-m17n/monitoring.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-FileCopyrightText: 2026 AerynOS Developers
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
releases:
5+
id: 174359
6+
rss: https://github.com/fcitx/fcitx5-m17n/releases.atom
7+
security:
8+
cpe: ~ # No CPE found, last checked (2026-05-13)

f/fcitx5-m17n/stone.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: 2026 AerynOS Developers
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
name : fcitx5-m17n
5+
version : "5.1.6"
6+
release : 1
7+
homepage : https://github.com/fcitx/fcitx5-m17n
8+
upstreams :
9+
- https://github.com/fcitx/fcitx5-m17n/archive/refs/tags/5.1.6.tar.gz : 0070ed245bfb4153d13d5906c1afae4314cd4a0592cb3cd0e7b31a1e5d114932
10+
summary : Wrapper for m17n input method engine
11+
description : |
12+
Wrap the m17n input method engine into a fcitx input method.
13+
license : LGPL-2.1-or-later
14+
builddeps :
15+
- cmake(ECM)
16+
- cmake(Fcitx5Core)
17+
- cmake(Fcitx5Module)
18+
- cmake(Fcitx5ModuleTestFrontend)
19+
- pkgconfig(m17n-db)
20+
- pkgconfig(m17n-gui)
21+
- gettext-devel
22+
setup : |
23+
%cmake
24+
build : |
25+
%cmake_build
26+
install : |
27+
%cmake_install
28+
check : |
29+
%cmake_test

0 commit comments

Comments
 (0)