mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1: Upgrade to 2.7.2.
2: better way to handle intcode-module.so.
This commit is contained in:
parent
00b8a0db25
commit
78c0a332a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290387
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= gcin
|
||||
PORTVERSION= 2.7.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.7.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= chinese textproc gnome
|
||||
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gcin-2.7.1.tar.xz) = d51dda364402d977a6837464ece18ebe526e4a8291698728435bf5097457aa09
|
||||
SIZE (gcin-2.7.1.tar.xz) = 2689688
|
||||
SHA256 (gcin-2.7.2.tar.xz) = e45013826ff1cfea3f45b03b120d6516782df1b88fb7261516ef0a469a141a7e
|
||||
SIZE (gcin-2.7.2.tar.xz) = 3005004
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig 2011-12-19 10:45:09.000000000 +0800
|
||||
+++ Makefile 2012-01-31 20:30:12.000000000 +0800
|
||||
+++ Makefile 2012-02-03 08:29:40.000000000 +0800
|
||||
@@ -90,7 +90,7 @@ PROGS_CV=kbmcv pin-juyin
|
||||
all: $(PROGS) trad2sim $(GCIN_SO) $(DATA) $(PROGS_CV) gcin.spec gcin-fedora.spec
|
||||
$(MAKE) -C data
|
||||
@ -9,6 +9,15 @@
|
||||
if [ $(USE_I18N) = 'Y' ]; then $(MAKE) -C po; fi
|
||||
if [ $(GTK3_IM) = 'Y' ]; then $(MAKE) -C gtk3-im; fi
|
||||
if [ $(QT_IM) = 'Y' ]; then $(MAKE) -C qt-im; fi
|
||||
@@ -204,7 +204,7 @@ install:
|
||||
$(MAKE) -C data install
|
||||
$(MAKE) -C im-client install
|
||||
$(MAKE) -C gtk-im install
|
||||
- if [ $(BUILD_MODULE) = 'Y' ]; then $(MAKE) -C modules install; fi
|
||||
+ $(MAKE) -C modules install
|
||||
if [ $(GTK3_IM) = 'Y' ]; then $(MAKE) -C gtk3-im install; fi
|
||||
if [ $(QT_IM) = 'Y' ]; then $(MAKE) -C qt-im install; fi
|
||||
if [ $(QT4_IM) = 'Y' ]; then $(MAKE) -C qt4-im install; fi
|
||||
@@ -221,6 +221,7 @@ install:
|
||||
rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \
|
||||
fi
|
||||
|
@ -22,7 +22,7 @@ lib/gtk-2.0/immodules/im-gcin.so
|
||||
%%CHEWING_MODULE%%lib/gcin/chewing-module.so
|
||||
lib/gcin/gcin1.so
|
||||
lib/gcin/gcin2.so
|
||||
%%CHEWING_MODULE%%lib/gcin/intcode-module.so
|
||||
lib/gcin/intcode-module.so
|
||||
lib/gcin/libgcin-im-client.so
|
||||
lib/gcin/libgcin-im-client.so.1.2.5
|
||||
lib/gcin/libgcin-im-client.so.1
|
||||
@ -91,6 +91,7 @@ share/icons/gcin/cj5.png
|
||||
share/icons/gcin/cj543.png
|
||||
share/icons/gcin/chewing.png
|
||||
share/icons/gcin/dayi3.png
|
||||
share/icons/gcin/en-gtab.png
|
||||
share/icons/gcin/en-kana-nippon.png
|
||||
share/icons/gcin/en-tsin.png
|
||||
share/icons/gcin/erbi.png
|
||||
|
Loading…
Reference in New Issue
Block a user