View | Details | Raw Unified | Return to bug 276832
Collapse All | Expand All

(-)b/japanese/Makefile (+1 lines)
Lines 56-61 Link Here
56
    SUBDIR += fcitx-mozc
56
    SUBDIR += fcitx-mozc
57
    SUBDIR += fcitx-skk
57
    SUBDIR += fcitx-skk
58
    SUBDIR += fcitx5-anthy
58
    SUBDIR += fcitx5-anthy
59
    SUBDIR += fcitx5-cskk
59
    SUBDIR += flower-fpw
60
    SUBDIR += flower-fpw
60
    SUBDIR += foldoc-fpw
61
    SUBDIR += foldoc-fpw
61
    SUBDIR += font-aozoramincho
62
    SUBDIR += font-aozoramincho
(-)b/japanese/fcitx5-cskk/Makefile (+33 lines)
Added Link Here
1
PORTNAME=	fcitx5-cskk
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.2.0
4
CATEGORIES=	japanese textproc
5
6
MAINTAINER=	syobon@syobon.net
7
COMMENT=	SKK input method plugin for fcitx5 that uses LibCSKK
8
WWW=		https://github.com/fcitx/fcitx5-cskk
9
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
LIB_DEPENDS=	libcskk.so:japanese/cskk \
14
	libFcitx5Core.so:textproc/fcitx5
15
RUN_DEPENDS=	${LOCALBASE}/share/skk/SKK-JISYO.L:japanese/skk-jisyo
16
17
USES=		cmake gettext pkgconfig
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	fcitx
20
21
CMAKE_ARGS+=	-DSKK_DICT_DEFAULT_PATH="${LOCALBASE}/share/skk/SKK-JISYO.L"
22
23
OPTIONS_SUB=	yes
24
OPTIONS_DEFINE=	QT5
25
OPTIONS_DEFAULT=QT5
26
27
QT5_DESC=		Enable Qt for GUI configuration
28
QT5_LIB_DEPENDS+=	libFcitx5Qt5WidgetsAddons.so:textproc/fcitx5-qt@qt5
29
QT5_CMAKE_BOOL=		ENABLE_QT
30
QT5_USES=		kde:5 qt:5
31
QT5_USE=		kde=ecm qt=buildtools:build,qmake:build,core,gui,widgets
32
33
.include <bsd.port.mk>
(-)b/japanese/fcitx5-cskk/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1707039080
2
SHA256 (fcitx-fcitx5-cskk-v1.2.0_GH0.tar.gz) = d6be1a25a6ea0d609375612d432df109bb75a9361c7fd4250fcda59dcf910d94
3
SIZE (fcitx-fcitx5-cskk-v1.2.0_GH0.tar.gz) = 174281
(-)b/japanese/fcitx5-cskk/pkg-descr (+1 lines)
Added Link Here
1
SKK input method plugin for fcitx5 that uses LibCSKK
(-)b/japanese/fcitx5-cskk/pkg-plist (-1 / +36 lines)
Added Link Here
0
- 
1
lib/fcitx5/fcitx5-cskk.so
2
%%QT5%%lib/fcitx5/qt5/libfcitx5-cskk-config.so
3
share/fcitx5/addon/cskk.conf
4
share/fcitx5/cskk/dictionary_list
5
share/fcitx5/inputmethod/cskk.conf
6
share/icons/hicolor/24x24/apps/cskk-ascii.png
7
share/icons/hicolor/24x24/apps/cskk-hankakukana.png
8
share/icons/hicolor/24x24/apps/cskk-hiragana.png
9
share/icons/hicolor/24x24/apps/cskk-katakana.png
10
share/icons/hicolor/24x24/apps/cskk-zenei.png
11
share/icons/hicolor/24x24/apps/cskk.png
12
share/icons/hicolor/256x256/apps/cskk-ascii.png
13
share/icons/hicolor/256x256/apps/cskk-hankakukana.png
14
share/icons/hicolor/256x256/apps/cskk-hiragana.png
15
share/icons/hicolor/256x256/apps/cskk-katakana.png
16
share/icons/hicolor/256x256/apps/cskk-zenei.png
17
share/icons/hicolor/256x256/apps/cskk.png
18
share/icons/hicolor/32x32/apps/cskk-ascii.png
19
share/icons/hicolor/32x32/apps/cskk-hankakukana.png
20
share/icons/hicolor/32x32/apps/cskk-hiragana.png
21
share/icons/hicolor/32x32/apps/cskk-katakana.png
22
share/icons/hicolor/32x32/apps/cskk-zenei.png
23
share/icons/hicolor/32x32/apps/cskk.png
24
share/icons/hicolor/48x48/apps/cskk-ascii.png
25
share/icons/hicolor/48x48/apps/cskk-hankakukana.png
26
share/icons/hicolor/48x48/apps/cskk-hiragana.png
27
share/icons/hicolor/48x48/apps/cskk-katakana.png
28
share/icons/hicolor/48x48/apps/cskk-zenei.png
29
share/icons/hicolor/48x48/apps/cskk.png
30
share/locale/de/LC_MESSAGES/fcitx5-cskk.mo
31
share/locale/ja/LC_MESSAGES/fcitx5-cskk.mo
32
share/locale/ko/LC_MESSAGES/fcitx5-cskk.mo
33
share/locale/ru/LC_MESSAGES/fcitx5-cskk.mo
34
share/locale/zh_CN/LC_MESSAGES/fcitx5-cskk.mo
35
share/locale/zh_TW/LC_MESSAGES/fcitx5-cskk.mo
36
share/metainfo/org.fcitx.Fcitx5.Addon.Cskk.metainfo.xml

Return to bug 276832