summaryrefslogtreecommitdiff
path: root/packages/anthy/files
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 11:34:37 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 11:34:37 +0000
commitf28e9a63d7f46008759f497a6e02a277ff9cd3ad (patch)
tree8f678887549a0304c2b859c3d4e43162f058721e /packages/anthy/files
parent0075a1c9ade813927a3da76b91f187f0a96d9044 (diff)
anthy: update to 7811
Diffstat (limited to 'packages/anthy/files')
-rw-r--r--packages/anthy/files/change_anthy_dic_path.patch16
-rw-r--r--packages/anthy/files/not_build_elc.patch18
2 files changed, 18 insertions, 16 deletions
diff --git a/packages/anthy/files/change_anthy_dic_path.patch b/packages/anthy/files/change_anthy_dic_path.patch
index 7d6356bc38..1ea80a6390 100644
--- a/packages/anthy/files/change_anthy_dic_path.patch
+++ b/packages/anthy/files/change_anthy_dic_path.patch
@@ -1,11 +1,13 @@
-diff -urNad anthy/anthy-conf.in /tmp/dpep.kiMfmZ/anthy/anthy-conf.in
---- anthy/anthy-conf.in 2004-05-02 20:31:25.000000000 +0900
-+++ /tmp/dpep.kiMfmZ/anthy/anthy-conf.in 2004-10-24 08:40:37.000000000 +0900
-@@ -1,6 +1,6 @@
+--- anthy-7811/anthy-conf.in~ 2006-05-13 18:27:50.000000000 +0900
++++ anthy-7811/anthy-conf.in 2006-06-18 19:23:59.890000000 +0900
+@@ -1,7 +1,7 @@
# not /usr but should be ${prefix}/share.
- ANTHYDIR @prefix@/share/anthy/
+-ANTHYDIR @prefix@/share/anthy/
-DIC_FILE @prefix@/share/anthy/anthy.dic
-+DIC_FILE /var/lib/anthy/anthy.dic
++ANTHYDIR /usr/share/anthy/
++DIC_FILE /usr/share/anthy/anthy.dic
INDEPWORD indepword.txt
DEPWORD master.depword
- #ZIPDICT_EUC /var/lib/canna/dic/canna/zipcode.ctd
+-ZIPDICT_EUC @prefix@/share/anthy/zipcode.t
++ZIPDICT_EUC /usr/share/anthy/zipcode.t
+ WORDS_FILE /usr/share/dict/words
diff --git a/packages/anthy/files/not_build_elc.patch b/packages/anthy/files/not_build_elc.patch
index 56368027e7..d3f269c46a 100644
--- a/packages/anthy/files/not_build_elc.patch
+++ b/packages/anthy/files/not_build_elc.patch
@@ -1,13 +1,13 @@
-diff -urNad /home/omote/debian/debian-official/japanese/anthy/anthy-4k/anthy-4809/src-util/Makefile.am anthy-4809/src-util/Makefile.am
---- /home/omote/debian/debian-official/japanese/anthy/anthy-4k/anthy-4809/src-util/Makefile.am 2003-11-24 20:59:35.000000000 +0900
-+++ anthy-4809/src-util/Makefile.am 2003-12-11 19:22:56.000000000 +0900
-@@ -5,7 +5,8 @@
- ELISP_FILES = anthy.el anthy-isearch.el anthy-dic.el anthy-conf.el leim-list.el
+diff -Naur anthy-7811/src-util.orig/Makefile.am anthy-7811/src-util/Makefile.am
+--- anthy-7811/src-util.orig/Makefile.am 2006-06-18 10:47:55.790000000 +0900
++++ anthy-7811/src-util/Makefile.am 2006-06-18 10:48:23.860000000 +0900
+@@ -6,7 +6,8 @@
+ anthy-isearch.el anthy-azik.el anthy-kyuri.el
EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt rcsize.rb
- bin_PROGRAMS = anthy-dic-tool anthy-agent
--ELCFILES = anthy.elc anthy-dic.elc
-+#ELCFILES = anthy.elc anthy-dic.elc
-+ELCFILES =
+ bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer
+-ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc
++#ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc
++ELCFILES =
if ELISP
lisp_LISP = $(ELISP_FILES)
endif