aboutsummaryrefslogtreecommitdiff
path: root/chinese/libgooglepinyin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-02-07 20:57:08 +0000
committerXin LI <delphij@FreeBSD.org>2012-02-07 20:57:08 +0000
commit3390f7060e630b0f7e13ba19350cd65380b88cfe (patch)
tree5cd4bc1e8584a97698efa13cf8b94b990f901179 /chinese/libgooglepinyin
parent86d3a677657db88b4c3b497f0e2fa33833199deb (diff)
downloadports-3390f7060e630b0f7e13ba19350cd65380b88cfe.tar.gz
ports-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>
Notes
Notes: svn path=/head/; revision=290612
Diffstat (limited to 'chinese/libgooglepinyin')
-rw-r--r--chinese/libgooglepinyin/Makefile5
-rw-r--r--chinese/libgooglepinyin/distinfo4
-rw-r--r--chinese/libgooglepinyin/files/patch-data_CMakeLists.txt10
3 files changed, 9 insertions, 10 deletions
diff --git a/chinese/libgooglepinyin/Makefile b/chinese/libgooglepinyin/Makefile
index 1147da3df7e5..58d4378f1da5 100644
--- a/chinese/libgooglepinyin/Makefile
+++ b/chinese/libgooglepinyin/Makefile
@@ -6,16 +6,13 @@
#
PORTNAME= libgooglepinyin
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= chinese devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= lichray@gmail.com
COMMENT= A fork of Google Pinyin IME on Android
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= does not support big-endian dictionary
-
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_CMAKE= yes
diff --git a/chinese/libgooglepinyin/distinfo b/chinese/libgooglepinyin/distinfo
index 6bac78165383..9a0c99113148 100644
--- a/chinese/libgooglepinyin/distinfo
+++ b/chinese/libgooglepinyin/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libgooglepinyin-0.1.1.tar.bz2) = 5a5aab5e68d8c0ad81e91122d65e9c4c684db2e0c659422686d81adf3385de03
-SIZE (libgooglepinyin-0.1.1.tar.bz2) = 716270
+SHA256 (libgooglepinyin-0.1.2.tar.bz2) = 1a339ae45721a60b9fadd15e43c34b9bb27af3bb999c00ed0d88b4084cfd0637
+SIZE (libgooglepinyin-0.1.2.tar.bz2) = 1348557
diff --git a/chinese/libgooglepinyin/files/patch-data_CMakeLists.txt b/chinese/libgooglepinyin/files/patch-data_CMakeLists.txt
index ffe1ba42805d..77acc759b581 100644
--- a/chinese/libgooglepinyin/files/patch-data_CMakeLists.txt
+++ b/chinese/libgooglepinyin/files/patch-data_CMakeLists.txt
@@ -1,8 +1,10 @@
---- data/CMakeLists.txt~ 2011-09-06 00:15:40.000000000 -0500
-+++ data/CMakeLists.txt 2011-11-11 05:33:16.204582570 -0600
-@@ -6,4 +6,4 @@ add_custom_target(datafile ALL DEPENDS d
+--- data/CMakeLists.txt~ 2012-02-03 02:20:17.000000000 -0600
++++ data/CMakeLists.txt 2012-02-06 01:57:14.709943289 -0600
+@@ -14,5 +14,5 @@ add_custom_command(OUTPUT dict_pinyin.da
+ add_custom_target(datafile ALL DEPENDS dict_pinyin.dat)
configure_file(googlepinyin.pc.in ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dict_pinyin.dat DESTINATION ${datadir}/googlepinyin)
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dict_pinyin.dat DESTINATION ${libdir}/googlepinyin/data)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${libdir}/pkgconfig)
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dict_pinyin.dat DESTINATION ${datadir}/googlepinyin)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${prefix}/libdata/pkgconfig)