initial import, ok by inoguchi@ and op@
This commit is contained in:
parent
a7f7b3ee0e
commit
6e1da77353
30
inputmethods/fcitx-kkc/Makefile
Normal file
30
inputmethods/fcitx-kkc/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2021/12/03 20:51:30 uaa Exp $
|
||||
|
||||
COMMENT = libkkc wrapper for fcitx
|
||||
|
||||
GH_ACCOUNT = fcitx
|
||||
GH_PROJECT = fcitx-kkc
|
||||
GH_TAGNAME = 0.1.4
|
||||
|
||||
CATEGORIES = inputmethods japanese
|
||||
|
||||
HOMEPAGE = https://fcitx-im.org/
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = glib-2.0 gobject-2.0 intl kkc
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
inputmethods/fcitx,-main
|
||||
RUN_DEPENDS = inputmethods/fcitx,-main \
|
||||
x11/gtk+3,-guic
|
||||
LIB_DEPENDS = inputmethods/libkkc
|
||||
|
||||
CONFIGURE_ARGS = -DENABLE_QT=Off
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
inputmethods/fcitx-kkc/distinfo
Normal file
2
inputmethods/fcitx-kkc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (fcitx-kkc-0.1.4.tar.gz) = wz1sjKKic21IzBZRm8BPVfcADuIyvFew2LaglaWgpzI=
|
||||
SIZE (fcitx-kkc-0.1.4.tar.gz) = 44127
|
1
inputmethods/fcitx-kkc/pkg/DESCR
Normal file
1
inputmethods/fcitx-kkc/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
fcitx-kkc is libkkc IM for fcitx.
|
22
inputmethods/fcitx-kkc/pkg/PLIST
Normal file
22
inputmethods/fcitx-kkc/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2021/12/03 20:51:30 uaa Exp $
|
||||
include/fcitx/module/kkc/
|
||||
include/fcitx/module/kkc/fcitx-kkc.h
|
||||
@so lib/fcitx/fcitx-kkc.so
|
||||
share/fcitx/addon/fcitx-kkc.conf
|
||||
share/fcitx/configdesc/fcitx-kkc.desc
|
||||
share/fcitx/imicon/kkc.png
|
||||
share/fcitx/inputmethod/kkc.conf
|
||||
share/fcitx/kkc/
|
||||
share/fcitx/kkc/dictionary_list
|
||||
share/fcitx/kkc/rule
|
||||
share/icons/hicolor/64x64/apps/fcitx-kkc.png
|
||||
share/locale/ca/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/da/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/de/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/ja/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/ko/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/ru/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/tr/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-kkc.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx-kkc.mo
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
Loading…
Reference in New Issue
Block a user