hunspell-ga/ispell-gaeilge-4.2-buildhunspell.patch

27 lines
1.0 KiB
Diff
Raw Normal View History

2010-07-31 15:32:19 +00:00
diff -ru ispell-gaeilge-4.5/makefile ispell-gaeilge-4.5/makefile
--- ispell-gaeilge-4.5/makefile 2010-07-31 16:21:50.000000000 +0100
+++ ispell-gaeilge-4.5/makefile 2010-07-31 16:22:04.000000000 +0100
@@ -18,17 +18,15 @@
ALTAFFIXFILE=gaeilgemor.aff
INSTALL_DATA=$(INSTALL) -m 444
2007-08-20 12:54:35 +00:00
2010-07-31 15:32:19 +00:00
-SORT=/usr/bin/sort -u
+SORT=sort -u
2007-08-20 12:54:35 +00:00
-hashtable: $(INSTALLATION).hash
2010-07-31 15:32:19 +00:00
-
2007-08-20 12:54:35 +00:00
-all: gaeilge.hash gaeilgelit.hash gaeilgemor.hash
2010-07-31 15:32:19 +00:00
+all: ga_IE.dic
2007-08-20 12:54:35 +00:00
2010-07-31 15:32:19 +00:00
# grep -v filters out Malmö, São, LC_ALL=C needed!
2007-08-20 12:54:35 +00:00
-gaeilge.hash: $(RAWWORDS) $(AFFIXFILE) $(PERSONAL)
+ga_IE.dic: $(RAWWORDS) $(AFFIXFILE) $(PERSONAL)
2010-07-31 15:32:19 +00:00
LC_ALL=C $(SORT) $(RAWWORDS) $(PERSONAL) | LC_ALL=C grep -v "[^'a-zA-ZáéíóúÁÉÍÓÚ/-]" | iconv -f utf8 -t iso-8859-1 > gaeilge.focail
- iconv -f utf8 -t iso-8859-1 $(AFFIXFILE) > tempaff.txt
- $(ISPELLBIN)/buildhash gaeilge.focail tempaff.txt gaeilge.hash
2007-08-20 12:54:35 +00:00
+ wc -l gaeilge.focail | cut -d ' ' -f 1 > ga_IE.dic
2010-07-31 15:32:19 +00:00
+ LC_ALL=C $(SORT) -f -t / --key 1,1 gaeilge.focail >> ga_IE.dic
rm -f gaeilge.focail tempaff.txt
2007-08-20 12:54:35 +00:00
gaeilgelit.hash: $(RAWWORDS) $(LITWORDS) gaeilgelit.aff $(PERSONAL)