mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add fcitx-hangul, Korean input back-end to the Fcitx IM framework.
Feature safe: yes
This commit is contained in:
parent
138ade8721
commit
63199ba4e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307185
@ -12,6 +12,7 @@
|
||||
SUBDIR += baekmukfonts-ttf
|
||||
SUBDIR += engdic
|
||||
SUBDIR += eterm
|
||||
SUBDIR += fcitx-hangul
|
||||
SUBDIR += gimp-help
|
||||
SUBDIR += gtkcomm
|
||||
SUBDIR += h2ps
|
||||
|
28
korean/fcitx-hangul/Makefile
Normal file
28
korean/fcitx-hangul/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fcitx-hangul
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= korean
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PROJECTHOST= fcitx
|
||||
DIST_SUBDIR= fcitx
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= Hangul support for Fcitx
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
|
||||
hangul:${PORTSDIR}/korean/libhangul
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= intltool
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
|
||||
.include <bsd.port.mk>
|
2
korean/fcitx-hangul/distinfo
Normal file
2
korean/fcitx-hangul/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (fcitx/fcitx-hangul-0.1.2.tar.xz) = 5ba90bb23c79360e3ffe407a471c8ce23f388f7d51d506b9f82ef5aa1e7af16f
|
||||
SIZE (fcitx/fcitx-hangul-0.1.2.tar.xz) = 24792
|
3
korean/fcitx-hangul/pkg-descr
Normal file
3
korean/fcitx-hangul/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
fcitx-hangul provides Korean input back-end to the Fcitx IM framework.
|
||||
|
||||
WWW: http://code.google.com/p/fcitx/
|
13
korean/fcitx-hangul/pkg-plist
Normal file
13
korean/fcitx-hangul/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
lib/fcitx/fcitx-hangul.so
|
||||
share/fcitx/addon/fcitx-hangul.conf
|
||||
share/fcitx/configdesc/fcitx-hangul.desc
|
||||
share/fcitx/hangul/symbol.txt
|
||||
share/fcitx/inputmethod/hangul.conf
|
||||
share/fcitx/skin/default/hangul.png
|
||||
share/icons/hicolor/64x64/apps/fcitx-hangul.png
|
||||
share/icons/hicolor/64x64/status/fcitx-hanja-active.png
|
||||
share/icons/hicolor/64x64/status/fcitx-hanja-inactive.png
|
||||
share/locale/ko/LC_MESSAGES/fcitx-hangul.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-hangul.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx-hangul.mo
|
||||
@dirrm share/fcitx/hangul
|
Loading…
Reference in New Issue
Block a user