diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-08-18 01:21:38 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-08-18 01:21:38 +0000 |
commit | 9b8a721b0148e3fdb6fff659f76a7bd51d42bcea (patch) | |
tree | 19b67db2836867cd10d9366367c1beb673db6cca | |
parent | 239d69307e061df56c293ee6a8395f4a142c7f63 (diff) | |
download | pkgsrc-9b8a721b0148e3fdb6fff659f76a7bd51d42bcea.tar.gz |
inputmethod/fcitx-skk: import fcitx-skk-0.1.4
SKK input module for Fcitx inputmethod based on libskk
-rw-r--r-- | inputmethod/fcitx-skk/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/fcitx-skk/Makefile | 21 | ||||
-rw-r--r-- | inputmethod/fcitx-skk/PLIST | 20 | ||||
-rw-r--r-- | inputmethod/fcitx-skk/distinfo | 6 |
4 files changed, 48 insertions, 0 deletions
diff --git a/inputmethod/fcitx-skk/DESCR b/inputmethod/fcitx-skk/DESCR new file mode 100644 index 00000000000..c60773ce947 --- /dev/null +++ b/inputmethod/fcitx-skk/DESCR @@ -0,0 +1 @@ +SKK input module for Fcitx inputmethod based on libskk diff --git a/inputmethod/fcitx-skk/Makefile b/inputmethod/fcitx-skk/Makefile new file mode 100644 index 00000000000..2b6b98a4f9f --- /dev/null +++ b/inputmethod/fcitx-skk/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2018/08/18 01:21:38 ryoon Exp $ + +DISTNAME= fcitx-skk-0.1.4 +CATEGORIES= inputmethod +MASTER_SITES= https://download.fcitx-im.org/fcitx-skk/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= https://download.fcitx-im.org/fcitx-skk/ +COMMENT= SKK module for Fcitx +LICENSE= gnu-gpl-v3 + +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +.include "../../inputmethod/fcitx/buildlink3.mk" +.include "../../inputmethod/fcitx-qt5/buildlink3.mk" +.include "../../inputmethod/libskk/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/fcitx-skk/PLIST b/inputmethod/fcitx-skk/PLIST new file mode 100644 index 00000000000..ee530417929 --- /dev/null +++ b/inputmethod/fcitx-skk/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/18 01:21:38 ryoon Exp $ +lib/fcitx/fcitx-skk.so +lib/fcitx/qt/libfcitx-skk-config.so +share/fcitx/addon/fcitx-skk.conf +share/fcitx/configdesc/fcitx-skk.desc +share/fcitx/imicon/skk.png +share/fcitx/inputmethod/skk.conf +share/fcitx/skk/dictionary_list +share/fcitx/skk/rule +share/icons/hicolor/64x64/apps/fcitx-skk.png +share/locale/ca/LC_MESSAGES/fcitx-skk.mo +share/locale/da/LC_MESSAGES/fcitx-skk.mo +share/locale/de/LC_MESSAGES/fcitx-skk.mo +share/locale/ja/LC_MESSAGES/fcitx-skk.mo +share/locale/ko/LC_MESSAGES/fcitx-skk.mo +share/locale/ru/LC_MESSAGES/fcitx-skk.mo +share/locale/tr/LC_MESSAGES/fcitx-skk.mo +share/locale/vi/LC_MESSAGES/fcitx-skk.mo +share/locale/zh_CN/LC_MESSAGES/fcitx-skk.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-skk.mo diff --git a/inputmethod/fcitx-skk/distinfo b/inputmethod/fcitx-skk/distinfo new file mode 100644 index 00000000000..051e1c7ada0 --- /dev/null +++ b/inputmethod/fcitx-skk/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/18 01:21:38 ryoon Exp $ + +SHA1 (fcitx-skk-0.1.4.tar.xz) = 7c9252a9951076455db5dc001e033ee48b6ef23c +RMD160 (fcitx-skk-0.1.4.tar.xz) = fc8683b3a824fe45dbc834634eb0e134b227cd24 +SHA512 (fcitx-skk-0.1.4.tar.xz) = 029d05bbd8d325a1ed7824be007191f2148f1443190b7a781983ddddcc42461327912b5ee2f8171402b6eeea68f95511536273711ee09a3f5ec1eaf901aaac90 +Size (fcitx-skk-0.1.4.tar.xz) = 34708 bytes |