diff options
author | delphij <delphij@FreeBSD.org> | 2015-03-31 15:08:00 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-03-31 15:08:00 +0800 |
commit | d99aaf142743e32671285f8831f8472090451c35 (patch) | |
tree | 78917bf49ceac628433c2677aa29dda7b28d1619 /korean | |
parent | cf8ba76fd0d6653c6f77f2a5b31d2cd481ab5572 (diff) | |
download | freebsd-ports-gnome-d99aaf142743e32671285f8831f8472090451c35.tar.gz freebsd-ports-gnome-d99aaf142743e32671285f8831f8472090451c35.tar.zst freebsd-ports-gnome-d99aaf142743e32671285f8831f8472090451c35.zip |
Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository
- Update chinese/fcitx to 4.2.8.5.
- Update chinese/fcitx-chewing to 0.2.2.
- Update chinese/fcitx-cloudpinyin to 0.3.4.
- Update chinese/fcitx-configtool to 0.4.8.
- Update chinese/fcitx-libpinyin to 0.3.1.
- Update chinese/fcitx-rime to 0.3.1.
- Update chinese/fcitx-sunpinyin to 0.4.1.
- Update chinese/fcitx-table-extra to 0.3.7.
- Add LICENSE and update website (mainly move off Google Code)
for various ports.
- Update chinese/libpinyin to 1.1.0.
- Update chinese/librime to 1.1.
- Update chinese/opencc to 0.4.3.
- Update japanese/fcitx-anthy to 0.2.1.
- New port: japanese/fcitx-skk SKK support for Fcitx
- Update korean/fcitx-hangul to 0.3.0.
- Update textproc/fcitx-m17n to 0.2.3.
PR: ports/198743
Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij
Diffstat (limited to 'korean')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 6 | ||||
-rw-r--r-- | korean/fcitx-hangul/distinfo | 4 | ||||
-rw-r--r-- | korean/fcitx-hangul/files/patch-data__CMakeLists.txt | 10 | ||||
-rw-r--r-- | korean/fcitx-hangul/pkg-descr | 2 | ||||
-rw-r--r-- | korean/fcitx-hangul/pkg-plist | 8 |
5 files changed, 20 insertions, 10 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index 332dff7f3a3d..51f3ff4a8840 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= fcitx-hangul -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= korean -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= fcitx +MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com @@ -17,7 +16,6 @@ LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libhangul.so:${PORTSDIR}/korean/libhangul USES= cmake gettext pkgconfig tar:xz -USE_GNOME= intltool INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/korean/fcitx-hangul/distinfo b/korean/fcitx-hangul/distinfo index d1626ec09c62..bf19abf68e9f 100644 --- a/korean/fcitx-hangul/distinfo +++ b/korean/fcitx-hangul/distinfo @@ -1,2 +1,2 @@ -SHA256 (fcitx/fcitx-hangul-0.2.0.tar.xz) = 4dbb5e9de7472b5310610b15b85a3156c0f6427ef9dabfd060f230cee40e387c -SIZE (fcitx/fcitx-hangul-0.2.0.tar.xz) = 25020 +SHA256 (fcitx/fcitx-hangul-0.3.0.tar.xz) = 978a66471eb200cc3807fe84e9b5f1392fefdcd51031e5a0bd8647fa994507cb +SIZE (fcitx/fcitx-hangul-0.3.0.tar.xz) = 25600 diff --git a/korean/fcitx-hangul/files/patch-data__CMakeLists.txt b/korean/fcitx-hangul/files/patch-data__CMakeLists.txt new file mode 100644 index 000000000000..3c6825fc7617 --- /dev/null +++ b/korean/fcitx-hangul/files/patch-data__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./data/CMakeLists.txt.orig 2013-07-01 06:07:48.000000000 +0900 ++++ ./data/CMakeLists.txt 2014-03-20 13:22:18.000000000 +0900 +@@ -1,5 +1,5 @@ +-install(FILES symbol.txt DESTINATION ${FCITX4_PREFIX}/share/fcitx/hangul/) +-install(FILES hangul.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/imicon/) ++install(FILES symbol.txt DESTINATION share/fcitx/hangul/) ++install(FILES hangul.png DESTINATION share/fcitx/imicon/) + install(FILES hangul.png RENAME fcitx-hangul.png DESTINATION share/icons/hicolor/64x64/apps/) + install(FILES hanja_active.png RENAME fcitx-hanja-active.png DESTINATION share/icons/hicolor/48x48/status/) + install(FILES hanja_inactive.png RENAME fcitx-hanja-inactive.png DESTINATION share/icons/hicolor/48x48/status/) diff --git a/korean/fcitx-hangul/pkg-descr b/korean/fcitx-hangul/pkg-descr index a6cfb3f91883..341a09ac0983 100644 --- a/korean/fcitx-hangul/pkg-descr +++ b/korean/fcitx-hangul/pkg-descr @@ -1,3 +1,3 @@ fcitx-hangul provides Korean input back-end to the Fcitx IM framework. -WWW: http://code.google.com/p/fcitx/ +WWW: https://fcitx-im.org/wiki/Fcitx diff --git a/korean/fcitx-hangul/pkg-plist b/korean/fcitx-hangul/pkg-plist index b840a3c8f1b4..a2708ef276c9 100644 --- a/korean/fcitx-hangul/pkg-plist +++ b/korean/fcitx-hangul/pkg-plist @@ -2,11 +2,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/imicon/hangul.png share/fcitx/inputmethod/hangul.conf -share/fcitx/skin/imicon/hangul.png +share/icons/hicolor/48x48/status/fcitx-hanja-active.png +share/icons/hicolor/48x48/status/fcitx-hanja-inactive.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/de/LC_MESSAGES/fcitx-hangul.mo +share/locale/ja/LC_MESSAGES/fcitx-hangul.mo 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 |