- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user