Add fcitx-keyboard - X keyboard integration.
PR: ports/164837 Submitted by: Zhihao Yuan <lichray gmail com>
This commit is contained in:
parent
78a22b39da
commit
5300d0d3db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290615
@ -40,6 +40,7 @@
|
||||
SUBDIR += fcitx-cloudpinyin
|
||||
SUBDIR += fcitx-configtool
|
||||
SUBDIR += fcitx-googlepinyin
|
||||
SUBDIR += fcitx-keyboard
|
||||
SUBDIR += fcitx-sunpinyin
|
||||
SUBDIR += fcitx-ui-light
|
||||
SUBDIR += fireflyttf
|
||||
|
30
chinese/fcitx-keyboard/Makefile
Normal file
30
chinese/fcitx-keyboard/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: fcitx-keyboard
|
||||
# Date created: 6 Feb 2012
|
||||
# Whom: Zhihao Yuan <lichray@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fcitx-keyboard
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DIST_SUBDIR= fcitx
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= X Keyboard Integration wtih Fcitx
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
||||
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
||||
enchant.1:${PORTSDIR}/textproc/enchant \
|
||||
icuuc.48:${PORTSDIR}/devel/icu
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_XORG= x11 xkbfile
|
||||
|
||||
PROJECTHOST= fcitx
|
||||
|
||||
.include <bsd.port.mk>
|
2
chinese/fcitx-keyboard/distinfo
Normal file
2
chinese/fcitx-keyboard/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (fcitx/fcitx-keyboard-0.1.0.tar.bz2) = 09813e57cdebe24c6405b0fcef3b72e045b58c527c733dbc45689fcc3cef0c13
|
||||
SIZE (fcitx/fcitx-keyboard-0.1.0.tar.bz2) = 45518
|
4
chinese/fcitx-keyboard/pkg-descr
Normal file
4
chinese/fcitx-keyboard/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
fcitx-keyboard provides an input method featuring word completion
|
||||
based on different keyboard layouts.
|
||||
|
||||
WWW: http://code.google.com/p/fcitx/
|
8
chinese/fcitx-keyboard/pkg-plist
Normal file
8
chinese/fcitx-keyboard/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/fcitx/fcitx-keyboard.so
|
||||
lib/fcitx/fcitx-xkb.so
|
||||
share/fcitx/addon/fcitx-keyboard.conf
|
||||
share/fcitx/addon/fcitx-xkb.conf
|
||||
share/fcitx/configdesc/fcitx-keyboard.desc
|
||||
share/fcitx/configdesc/fcitx-xkb.desc
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-keyboard.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx-keyboard.mo
|
Loading…
Reference in New Issue
Block a user