mirror of https://git.FreeBSD.org/ports.git
Add japanese/fcitx5-skk: SKK input method for fcitx5
PR: 290779
This commit is contained in:
parent
c61940cc33
commit
c2d2ce0b0b
|
|
@ -53,6 +53,7 @@
|
|||
SUBDIR += fcitx-skk
|
||||
SUBDIR += fcitx5-anthy
|
||||
SUBDIR += fcitx5-cskk
|
||||
SUBDIR += fcitx5-skk
|
||||
SUBDIR += flower-fpw
|
||||
SUBDIR += foldoc-fpw
|
||||
SUBDIR += font-aozoramincho
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
PORTNAME= fcitx5-skk
|
||||
DISTVERSION= 5.1.8
|
||||
CATEGORIES= japanese textproc
|
||||
MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-skk/
|
||||
|
||||
MAINTAINER= mew14930xvi@inbox.lv
|
||||
COMMENT= SKK Kana-Kanji inputmethod for fcitx5
|
||||
WWW= https://github.com/fcitx/fcitx5-skk
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
|
||||
|
||||
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \
|
||||
libskk.so:japanese/libskk
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-JISYO.L:japanese/skk-jisyo
|
||||
|
||||
USES= cmake compiler:c++17-lang gettext-tools gnome pkgconfig tar:zst
|
||||
USE_GNOME= glib20
|
||||
|
||||
CMAKE_ARGS+= -DSKK_DEFAULT_PATH=${LOCALBASE}/share/skk/SKK-JISYO.L
|
||||
|
||||
OPTIONS_DEFINE= QT6
|
||||
OPTIONS_DEFAULT= QT6
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
QT6_DESC= Enable Qt for GUI configuration
|
||||
QT6_LIB_DEPENDS= libFcitx5Qt6WidgetsAddons.so:textproc/fcitx5-qt@qt6
|
||||
QT6_USES= kde:6 qt:6
|
||||
QT6_USE= KDE=ecm QT=tools:build,base
|
||||
QT6_CMAKE_BOOL= ENABLE_QT
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1762083384
|
||||
SHA256 (fcitx5-skk-5.1.8.tar.zst) = 15295a25dfb15f7a65a7e13f90b1130fd16dd68c6b40cf9c4768cf9b84efb340
|
||||
SIZE (fcitx5-skk-5.1.8.tar.zst) = 56380
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Fcitx5-skk is an input method engine for Fcitx5, which uses libskk as
|
||||
its backend.
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
%%QT6%%lib/fcitx5/qt6/libfcitx5-skk-config.so
|
||||
lib/fcitx5/skk.so
|
||||
share/fcitx5/addon/skk.conf
|
||||
share/fcitx5/inputmethod/skk.conf
|
||||
share/fcitx5/skk/dictionary_list
|
||||
share/icons/hicolor/16x16/apps/fcitx_skk.png
|
||||
share/icons/hicolor/16x16/apps/org.fcitx.Fcitx5.fcitx_skk.png
|
||||
share/icons/hicolor/22x22/apps/fcitx_skk.png
|
||||
share/icons/hicolor/22x22/apps/org.fcitx.Fcitx5.fcitx_skk.png
|
||||
share/icons/hicolor/24x24/apps/fcitx_skk.png
|
||||
share/icons/hicolor/24x24/apps/org.fcitx.Fcitx5.fcitx_skk.png
|
||||
share/icons/hicolor/48x48/apps/fcitx_skk.png
|
||||
share/icons/hicolor/48x48/apps/org.fcitx.Fcitx5.fcitx_skk.png
|
||||
share/icons/hicolor/64x64/apps/fcitx_skk.png
|
||||
share/icons/hicolor/64x64/apps/org.fcitx.Fcitx5.fcitx_skk.png
|
||||
share/locale/ca/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/da/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/de/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/fr/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/he/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/ja/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/ko/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/ru/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/tr/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/vi/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx5-skk.mo
|
||||
share/metainfo/org.fcitx.Fcitx5.Addon.Skk.metainfo.xml
|
||||
Loading…
Reference in New Issue