mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add textproc/fcitx5-m17n: Multilingualization support for Fcitx5
This commit is contained in:
parent
64bcfa1862
commit
ac9302cad6
5 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
20
textproc/fcitx5-m17n/Makefile
Normal file
20
textproc/fcitx5-m17n/Makefile
Normal file
|
@ -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
textproc/fcitx5-m17n/distinfo
Normal file
3
textproc/fcitx5-m17n/distinfo
Normal file
|
@ -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
textproc/fcitx5-m17n/pkg-descr
Normal file
2
textproc/fcitx5-m17n/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
The libm17n, a multilingual input method engine, backend of the Fcitx5 IM
|
||||
framework.
|
15
textproc/fcitx5-m17n/pkg-plist
Normal file
15
textproc/fcitx5-m17n/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue