- Add a missing patch from ports/163791. [1]
- Note korean/ibus-hangul is available as well. PR: ports/163961 [1]
This commit is contained in:
parent
73f8fdcebd
commit
19f77042a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288845
3 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ibus
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
|
|
11
textproc/ibus/files/patch-ibus-common.py
Normal file
11
textproc/ibus/files/patch-ibus-common.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ibus/common.py.orig 2011-08-14 19:14:42.000000000 -0400
|
||||
+++ ibus/common.py 2012-01-09 13:56:36.000000000 -0500
|
||||
@@ -104,7 +104,7 @@
|
||||
# return None
|
||||
# return address
|
||||
|
||||
-libibus = ctypes.CDLL("libibus-1.0.so.0")
|
||||
+libibus = ctypes.CDLL("libibus-1.0.so.400")
|
||||
get_address = libibus.ibus_get_address
|
||||
get_address.restype=ctypes.c_char_p
|
||||
|
|
@ -37,6 +37,7 @@ chinese/ibus-pinyin The PinYin input method
|
|||
japanese/ibus-anthy Anthy engine for IBus
|
||||
japanese/ibus-mozc Mozc engine for IBus
|
||||
japanese/ibus-skk SKK engine for IBus
|
||||
korean/ibus-hangul Hangul engine for IBus
|
||||
textproc/ibus-kmfl KMFL IMEngine for IBus framework
|
||||
textproc/ibus-m17n The m17n IMEngine for IBus framework
|
||||
textproc/ibus-table Table based IM framework for IBus
|
||||
|
|
Loading…
Reference in a new issue