Upgrade to 2.8.0.
This commit is contained in:
parent
91a7c69e0a
commit
c08b524bd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312546
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= gcin
|
||||
PORTVERSION= 2.7.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.8.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= chinese textproc gnome
|
||||
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main
|
||||
@ -26,9 +26,8 @@ USE_GMAKE= YES
|
||||
USE_XORG= x11 xtst xext
|
||||
INSTALLS_ICONS= YES
|
||||
USE_LDCONFIG= YES
|
||||
OPTIONS_DEFINE= ANTHY CHEWING QT_IM_MODULE
|
||||
OPTIONS_DEFINE= ANTHY QT_IM_MODULE
|
||||
ANTHY_DESC= Japanese anthy IM module
|
||||
CHEWING_DESC= Chewing IM module
|
||||
QT_IM_MODULE_DESC= QT IM module
|
||||
|
||||
MAN1= gcin.1 gcin-exit.1 gcin2tab.1 gcin-gb-toggle.1 gcin-kbm-toggle.1 \
|
||||
@ -62,15 +61,6 @@ CONFIGURE_ARGS+= --use_anthy=N
|
||||
PLIST_SUB+= ANTHY_MODULE="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCHEWING}
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/chewing/chewing.h:${PORTSDIR}/chinese/libchewing
|
||||
LIB_DEPENDS+= chewing:${PORTSDIR}/chinese/libchewing
|
||||
PLIST_SUB+= CHEWING_MODULE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --use_chewing=N
|
||||
PLIST_SUB+= CHEWING_MODULE="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,&,,; 1 s,##!/bin/bash,#!/bin/sh,; \
|
||||
s,QT_IM_DIR=/usr,QT_IM_DIR=$$prefix,g; \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gcin-2.7.8.tar.xz) = 708411e5d74aff8d40e338c27b6c008c47abf79c6c2f37b4f8b02308bb28392e
|
||||
SIZE (gcin-2.7.8.tar.xz) = 3705868
|
||||
SHA256 (gcin-2.8.0.tar.xz) = a43402ce1cd3f6ce3515d79f56a2fe7fdc2a76db32cccba7eaa6cce5063f5236
|
||||
SIZE (gcin-2.8.0.tar.xz) = 3742800
|
||||
|
@ -21,7 +21,6 @@ bin/txt2gtab-phrase
|
||||
lib/gtk-2.0/immodules/im-gcin.so
|
||||
%%QT_IM_MODULE%%lib/qt4/plugins/inputmethods/im-gcin.so
|
||||
%%ANTHY_MODULE%%lib/gcin/anthy-module.so
|
||||
%%CHEWING_MODULE%%lib/gcin/chewing-module.so
|
||||
lib/gcin/gcin1.so
|
||||
lib/gcin/gcin2.so
|
||||
lib/gcin/intcode-module.so
|
||||
@ -48,6 +47,7 @@ lib/gcin/libgcin-im-client.so.1
|
||||
%%DATADIR%%/table/dvorak.kbm
|
||||
%%DATADIR%%/table/et.kbm
|
||||
%%DATADIR%%/table/et26.kbm
|
||||
%%DATADIR%%/table/german.gtab
|
||||
%%DATADIR%%/table/greek.gtab
|
||||
%%DATADIR%%/table/gtab.list
|
||||
%%DATADIR%%/table/hangul.gtab
|
||||
@ -79,6 +79,7 @@ lib/gcin/libgcin-im-client.so.1
|
||||
%%DATADIR%%/table/tsin-1.src
|
||||
%%DATADIR%%/table/tsin32
|
||||
%%DATADIR%%/table/tsin32.idx
|
||||
%%DATADIR%%/table/vims.gtab
|
||||
%%DATADIR%%/table/vocabulary.gtab
|
||||
%%DATADIR%%/table/zo.kbm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changelog.html
|
||||
@ -109,6 +110,7 @@ share/icons/gcin/full-trad.png
|
||||
share/icons/gcin/gcb.png
|
||||
share/icons/gcin/gcin-tray.png
|
||||
share/icons/gcin/gdayi3.png
|
||||
share/icons/gcin/german.png
|
||||
share/icons/gcin/greek.png
|
||||
share/icons/gcin/hakka.png
|
||||
share/icons/gcin/half-simp.png
|
||||
@ -137,6 +139,7 @@ share/icons/gcin/taiwan.png
|
||||
share/icons/gcin/telecode.png
|
||||
share/icons/gcin/tsin.png
|
||||
share/icons/gcin/tsou-gcin.png
|
||||
share/icons/gcin/vietnam.png
|
||||
share/icons/gcin/vocabulary.png
|
||||
share/icons/gcin/wm2.png
|
||||
share/icons/gcin/wubi.png
|
||||
|
Loading…
Reference in New Issue
Block a user