diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-02-08 04:57:08 +0800 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-02-08 04:57:08 +0800 |
commit | 3390f7060e630b0f7e13ba19350cd65380b88cfe (patch) | |
tree | 5cd4bc1e8584a97698efa13cf8b94b990f901179 /chinese/fcitx-sunpinyin | |
parent | 86d3a677657db88b4c3b497f0e2fa33833199deb (diff) | |
download | freebsd-ports-gnome-3390f7060e630b0f7e13ba19350cd65380b88cfe.tar.gz freebsd-ports-gnome-3390f7060e630b0f7e13ba19350cd65380b88cfe.tar.zst freebsd-ports-gnome-3390f7060e630b0f7e13ba19350cd65380b88cfe.zip |
Update fcitx and friends:
- fcitx to 4.2.0, always depend on dbus
- fcitx-cloudpinyin to 0.2.0
- fcitx-configtool to 0.4.0
- fcitx-googlepinyin to 0.1.4
- fcitx-sunpinyin to 0.3.3
- fcitx-ui-light to 0.1.3
- libgooglepinyin to 0.1.2
PR: ports/164820
Submitted by: maintainer (Zhihao Yuan <lichray gmail com>
Diffstat (limited to 'chinese/fcitx-sunpinyin')
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/distinfo | 4 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/files/patch-src_eim.cpp | 11 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/pkg-plist | 1 |
4 files changed, 4 insertions, 14 deletions
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index e0201bbe1879..51afbf162f6d 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fcitx-sunpinyin -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= fcitx diff --git a/chinese/fcitx-sunpinyin/distinfo b/chinese/fcitx-sunpinyin/distinfo index d72874378fe0..11a702ce4269 100644 --- a/chinese/fcitx-sunpinyin/distinfo +++ b/chinese/fcitx-sunpinyin/distinfo @@ -1,2 +1,2 @@ -SHA256 (fcitx/fcitx-sunpinyin-0.3.2.tar.bz2) = e22c6b64224ac7d50d62574980eaa180c9857f35c87b7450a185cd8e906a3577 -SIZE (fcitx/fcitx-sunpinyin-0.3.2.tar.bz2) = 43008 +SHA256 (fcitx/fcitx-sunpinyin-0.3.3.tar.bz2) = e9cb352ca05fd2dc9e366f9c35e2cdd6747a8aafc5ca5ae4fdce002b0ec21dba +SIZE (fcitx/fcitx-sunpinyin-0.3.3.tar.bz2) = 43224 diff --git a/chinese/fcitx-sunpinyin/files/patch-src_eim.cpp b/chinese/fcitx-sunpinyin/files/patch-src_eim.cpp deleted file mode 100644 index a0a37f83c4a9..000000000000 --- a/chinese/fcitx-sunpinyin/files/patch-src_eim.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/eim.cpp.orig 2011-09-29 01:58:59.000000000 -0500 -+++ src/eim.cpp 2011-11-11 02:25:11.839864988 -0600 -@@ -229,8 +229,6 @@ INPUT_RETURN_VALUE FcitxSunpinyinGetCand - (ppd.size() - ppd.caret() + 1) * sizeof(TWCHAR)); - memcpy(sunpinyin->input_src, src, hzlen * sizeof(TWCHAR)); - -- FcitxLog(INFO, "%d", ppd.candi_start()); -- - sunpinyin->front_src[ppd.caret()] = 0; - sunpinyin->end_src[ppd.size() - ppd.caret() + 1] = 0; - sunpinyin->input_src[hzlen] = 0; diff --git a/chinese/fcitx-sunpinyin/pkg-plist b/chinese/fcitx-sunpinyin/pkg-plist index 53f7b88bd1f2..941fb9070891 100644 --- a/chinese/fcitx-sunpinyin/pkg-plist +++ b/chinese/fcitx-sunpinyin/pkg-plist @@ -11,3 +11,4 @@ share/icons/hicolor/24x24/apps/fcitx-sunpinyin.png share/icons/hicolor/32x32/apps/fcitx-sunpinyin.png share/icons/hicolor/48x48/apps/fcitx-sunpinyin.png share/locale/zh_CN/LC_MESSAGES/fcitx-sunpinyin.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-sunpinyin.mo |