Skip to content

Commit

Permalink
Add textproc/fcitx5-m17n: Multilingualization support for Fcitx5
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhsu committed Jan 4, 2023
1 parent 64bcfa1 commit ac9302c
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -203,6 +203,7 @@
SUBDIR += fcitx5-configtool
SUBDIR += fcitx5-gtk
SUBDIR += fcitx5-lua
SUBDIR += fcitx5-m17n
SUBDIR += fcitx5-qt
SUBDIR += fcitx5-qt-common
SUBDIR += fex
Expand Down
20 changes: 20 additions & 0 deletions textproc/fcitx5-m17n/Makefile
@@ -0,0 +1,20 @@
PORTNAME= fcitx5-m17n
PORTVERSION= 5.0.11
CATEGORIES= textproc

MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Multilingualization support for Fcitx5
WWW= https://github.com/fcitx/fcitx5-m17n

LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt

LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \
libm17n.so:devel/m17n-lib

USES= cmake gettext pkgconfig

USE_GITHUB= yes
GH_ACCOUNT= fcitx

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/fcitx5-m17n/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1672862738
SHA256 (fcitx-fcitx5-m17n-5.0.11_GH0.tar.gz) = f37cf47837863ceee96136ef432746e4083fff34af95708303ad82485d09f93d
SIZE (fcitx-fcitx5-m17n-5.0.11_GH0.tar.gz) = 26069
2 changes: 2 additions & 0 deletions textproc/fcitx5-m17n/pkg-descr
@@ -0,0 +1,2 @@
The libm17n, a multilingual input method engine, backend of the Fcitx5 IM
framework.
15 changes: 15 additions & 0 deletions textproc/fcitx5-m17n/pkg-plist
@@ -0,0 +1,15 @@
lib/fcitx5/m17n.so
share/fcitx5/addon/m17n.conf
share/fcitx5/m17n/default
share/locale/ca/LC_MESSAGES/fcitx5-m17n.mo
share/locale/da/LC_MESSAGES/fcitx5-m17n.mo
share/locale/de/LC_MESSAGES/fcitx5-m17n.mo
share/locale/he/LC_MESSAGES/fcitx5-m17n.mo
share/locale/ja/LC_MESSAGES/fcitx5-m17n.mo
share/locale/ko/LC_MESSAGES/fcitx5-m17n.mo
share/locale/ru/LC_MESSAGES/fcitx5-m17n.mo
share/locale/tr/LC_MESSAGES/fcitx5-m17n.mo
share/locale/vi/LC_MESSAGES/fcitx5-m17n.mo
share/locale/zh_CN/LC_MESSAGES/fcitx5-m17n.mo
share/locale/zh_TW/LC_MESSAGES/fcitx5-m17n.mo
share/metainfo/org.fcitx.Fcitx5.Addon.M17N.metainfo.xml

0 comments on commit ac9302c

Please sign in to comment.