aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx-sunpinyin
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-04-30 22:57:38 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-04-30 22:57:38 +0000
commit18b73e0fe0d3486cd24ae1c52d4b2ddcece5298c (patch)
treeaee8a51c8381aa59bd3cebc0b21dcad8d104c27c /chinese/fcitx-sunpinyin
parent270ea2ece51225d682d341302079ab11c6794695 (diff)
downloadports-18b73e0fe0d3486cd24ae1c52d4b2ddcece5298c.tar.gz
ports-18b73e0fe0d3486cd24ae1c52d4b2ddcece5298c.zip
- Update chinese/fcitx-googlepinyin to 0.1.4
- Update chinese/fcitx-configtool to 0.4.0 - Update chinese/fcitx-cloudpinyin to 0.2.0 - Update chinese/fcitx-sunpinyin to 0.3.3 - Update chinese/fcitx to 4.2.2 - Update textproc/fcitx-keyboard to 0.1.0 PR: ports/166689 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=295745
Diffstat (limited to 'chinese/fcitx-sunpinyin')
-rw-r--r--chinese/fcitx-sunpinyin/Makefile4
-rw-r--r--chinese/fcitx-sunpinyin/distinfo4
-rw-r--r--chinese/fcitx-sunpinyin/files/patch-CMakeLists.txt11
-rw-r--r--chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake11
-rw-r--r--chinese/fcitx-sunpinyin/pkg-descr2
5 files changed, 16 insertions, 16 deletions
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile
index 51afbf162f6d..bf4ca9ce7144 100644
--- a/chinese/fcitx-sunpinyin/Makefile
+++ b/chinese/fcitx-sunpinyin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fcitx-sunpinyin
-PORTVERSION= 0.3.3
+PORTVERSION= 0.3.5
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
@@ -17,7 +17,7 @@ COMMENT= SunPinyin support for Fcitx
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
sunpinyin.3:${PORTSDIR}/chinese/sunpinyin
-USE_BZIP2= yes
+USE_XZ= yes
USE_GETTEXT= yes
USE_CMAKE= yes
USE_GNOME= intltool
diff --git a/chinese/fcitx-sunpinyin/distinfo b/chinese/fcitx-sunpinyin/distinfo
index 11a702ce4269..8bcbb7004c45 100644
--- a/chinese/fcitx-sunpinyin/distinfo
+++ b/chinese/fcitx-sunpinyin/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fcitx/fcitx-sunpinyin-0.3.3.tar.bz2) = e9cb352ca05fd2dc9e366f9c35e2cdd6747a8aafc5ca5ae4fdce002b0ec21dba
-SIZE (fcitx/fcitx-sunpinyin-0.3.3.tar.bz2) = 43224
+SHA256 (fcitx/fcitx-sunpinyin-0.3.5.tar.xz) = 932b74eafb86f9051400a311c4da09ad4888190015e667eea3c4019934f67b62
+SIZE (fcitx/fcitx-sunpinyin-0.3.5.tar.xz) = 40248
diff --git a/chinese/fcitx-sunpinyin/files/patch-CMakeLists.txt b/chinese/fcitx-sunpinyin/files/patch-CMakeLists.txt
deleted file mode 100644
index 6b9bdbc1aea3..000000000000
--- a/chinese/fcitx-sunpinyin/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt~ 2011-09-29 01:58:59.000000000 -0500
-+++ CMakeLists.txt 2011-11-10 23:22:41.804644040 -0600
-@@ -10,7 +10,7 @@ FIND_PACKAGE(Libintl REQUIRED)
- FIND_PACKAGE(Gettext REQUIRED)
- FIND_PACKAGE(Fcitx 4.1.2 REQUIRED)
-
--PKG_CHECK_MODULES(SUNPINYIN REQUIRED "sunpinyin-2.0 >= 2.0.4" )
-+PKG_CHECK_MODULES(SUNPINYIN REQUIRED "sunpinyin-2.0 >= 2.0.3" )
-
- # uninstall target
- configure_file(
diff --git a/chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake b/chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake
new file mode 100644
index 000000000000..c2d5a35fe298
--- /dev/null
+++ b/chinese/fcitx-sunpinyin/files/patch-cmake_FindSunpinyin.cmake
@@ -0,0 +1,11 @@
+--- cmake/FindSunpinyin.cmake~ 2012-03-04 21:43:53.000000000 -0600
++++ cmake/FindSunpinyin.cmake 2012-04-06 02:14:47.564463773 -0500
+@@ -16,7 +16,7 @@ if(SUNPINYIN_INCLUDE_DIR AND SUNPINYIN_L
+ endif(SUNPINYIN_INCLUDE_DIR AND SUNPINYIN_LIBRARIES)
+
+ find_package(PkgConfig REQUIRED)
+-pkg_check_modules(PC_LIBSUNPINYIN "sunpinyin-2.0 >= 2.0.4")
++pkg_check_modules(PC_LIBSUNPINYIN "sunpinyin-2.0 >= 2.0.3")
+
+ find_path(SUNPINYIN_MAIN_INCLUDE_DIR
+ NAMES sunpinyin.h
diff --git a/chinese/fcitx-sunpinyin/pkg-descr b/chinese/fcitx-sunpinyin/pkg-descr
index 9bec81fef891..9c3e53e49091 100644
--- a/chinese/fcitx-sunpinyin/pkg-descr
+++ b/chinese/fcitx-sunpinyin/pkg-descr
@@ -1,4 +1,4 @@
fcitx-sunpinyin provides SunPinyin, a statistical language model based
-input method engine, as a back-end to the Fcitx IM server.
+input method engine, as a back-end to the Fcitx IM framework.
WWW: http://code.google.com/p/fcitx/