diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-07 16:28:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-07 16:28:25 +0800 |
commit | d1a110b6bf524398ba5328fd064c86716cd41065 (patch) | |
tree | fb36cd37eadb6338eff9790bbe9a8afb9cb80343 /chinese/scim-tables/files | |
parent | a5a8668f11191af6ffbc1986259fddf33db89343 (diff) | |
download | freebsd-ports-gnome-d1a110b6bf524398ba5328fd064c86716cd41065.tar.gz freebsd-ports-gnome-d1a110b6bf524398ba5328fd064c86716cd41065.tar.zst freebsd-ports-gnome-d1a110b6bf524398ba5328fd064c86716cd41065.zip |
- update to 0.5.1, use scim-table-imengine now
PR: 78266
Submitted by: Jie Gao (maintainer)
Diffstat (limited to 'chinese/scim-tables/files')
-rw-r--r-- | chinese/scim-tables/files/patch-Makefile.in | 6 | ||||
-rw-r--r-- | chinese/scim-tables/files/patch-icons-Makefile.in | 38 | ||||
-rw-r--r-- | chinese/scim-tables/files/patch-zh-Makefile.in | 11 |
3 files changed, 33 insertions, 22 deletions
diff --git a/chinese/scim-tables/files/patch-Makefile.in b/chinese/scim-tables/files/patch-Makefile.in index c884704f5933..49673a87426b 100644 --- a/chinese/scim-tables/files/patch-Makefile.in +++ b/chinese/scim-tables/files/patch-Makefile.in @@ -2,10 +2,10 @@ +++ Makefile.in Fri Jul 2 05:49:47 2004 @@ -138,7 +138,7 @@ - EXTRA_DIST = bootstrap scim-tables.spec + EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec AUTOMAKE_OPTIONS = gnu --SUBDIRS = zh ja ko additional icons +-SUBDIRS = intl m4 src zh ja ko additional icons po +SUBDIRS = zh icons MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST) CLEANFILES = *.bak - all: all-recursive + ACLOCAL_AMFLAGS = -I m4 diff --git a/chinese/scim-tables/files/patch-icons-Makefile.in b/chinese/scim-tables/files/patch-icons-Makefile.in index 4b9d0d1249cb..6b3ef23a0ed7 100644 --- a/chinese/scim-tables/files/patch-icons-Makefile.in +++ b/chinese/scim-tables/files/patch-icons-Makefile.in @@ -1,31 +1,31 @@ ---- icons/Makefile.in.orig Sun Jun 20 20:50:51 2004 -+++ icons/Makefile.in Fri Jul 2 05:58:56 2004 -@@ -109,25 +109,18 @@ +--- icons/Makefile.in.orig Tue Mar 1 14:46:46 2005 ++++ icons/Makefile.in Tue Mar 1 14:50:55 2005 +@@ -222,10 +222,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ MAINTAINERCLEANFILES = Makefile.in --INST_ICONS = Amharic.png \ +-INST_ICONS = table.png \ +- Amharic.png \ +- Arabic.png \ - Array30.png \ -+INST_ICONS = Array30.png \ ++INST_ICONS = Array30.png \ CangJie.png \ + CangJie3.png \ Cantonese.png \ - Dayi.png \ -- Erbi.png \ +@@ -236,16 +233,9 @@ + Erbi.png \ Erbi-QS.png \ -+ Erbi.png \ EZ.png \ - Jyutping.png \ - Simplex.png \ - Wubi.png \ - Ziranma.png \ -- ZhuYin.png \ +- Hangul.png \ +- Hanja.png \ - HIRAGANA.png \ + Jyutping.png \ - KATAKANA.png \ - Nippon.png \ -- Hangul.png \ -- Hanja.png \ -- Yawerty.png -+ ZhuYin.png + Simplex.png \ +- Viqr.png \ + Wubi.png \ +- Yawerty.png \ + ZhuYin.png \ + Ziranma.png - EXTRA_DIST = $(INST_ICONS) - icondir = $(SCIM_ICONDIR) diff --git a/chinese/scim-tables/files/patch-zh-Makefile.in b/chinese/scim-tables/files/patch-zh-Makefile.in new file mode 100644 index 000000000000..007213183a5d --- /dev/null +++ b/chinese/scim-tables/files/patch-zh-Makefile.in @@ -0,0 +1,11 @@ +--- zh/Makefile.in.orig Tue Mar 1 14:59:32 2005 ++++ zh/Makefile.in Tue Mar 1 14:59:50 2005 +@@ -232,7 +232,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SCIM_MAKE_TABLE = $(top_builddir)/src/scim-make-table ++SCIM_MAKE_TABLE = scim-make-table + scim_tables_source = \ + Array30.txt.in \ + CangJie.txt.in \ |