mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.2.0
PR: 171330 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
This commit is contained in:
parent
e91cb80bcd
commit
d3494a6649
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303890
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fcitx-libpinyin
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
http://cloud.github.com/downloads/fcitx/fcitx-libpinyin/:libpinyin
|
||||
@ -18,7 +18,7 @@ MAINTAINER= lichray@gmail.com
|
||||
COMMENT= The libpinyin support for Fcitx
|
||||
|
||||
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
||||
pinyin.0:${PORTSDIR}/chinese/libpinyin
|
||||
pinyin.2:${PORTSDIR}/chinese/libpinyin
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
|
||||
USE_XZ= yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = adb84d0b0f9f3bd26b124dd5c4130adacd7d15293fc0e1917266ff35c51be03c
|
||||
SIZE (fcitx/fcitx-libpinyin-0.1.1.tar.xz) = 24220
|
||||
SHA256 (fcitx/fcitx-libpinyin-0.2.0.tar.xz) = b39649d4e4ebb4b054ea520fe80efd520b273d42223d6d8c0b699b11fa4cd039
|
||||
SIZE (fcitx/fcitx-libpinyin-0.2.0.tar.xz) = 24464
|
||||
SHA256 (fcitx/model.text.tar.gz) = 8d87d9c0b622f3163976a8c8bc57ded878cf0dee63c855b8a7afd36a151114eb
|
||||
SIZE (fcitx/model.text.tar.gz) = 9991219
|
||||
|
10
chinese/fcitx-libpinyin/files/patch-CMakeLists.txt
Normal file
10
chinese/fcitx-libpinyin/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
--- CMakeLists.txt~ 2012-07-05 04:14:59.000000000 -0500
|
||||
+++ CMakeLists.txt 2012-09-04 16:36:28.118990420 -0500
|
||||
@@ -9,7 +9,6 @@ FIND_PACKAGE(Gettext REQUIRED)
|
||||
FIND_PACKAGE(Fcitx 4.2.0 REQUIRED)
|
||||
find_package(GLIB2 REQUIRED)
|
||||
find_package(Libpinyin REQUIRED)
|
||||
-find_program(WGET wget REQUIRED)
|
||||
find_program(TAR tar REQUIRED)
|
||||
|
||||
# uninstall target
|
Loading…
Reference in New Issue
Block a user