Hi, I just wanted to let people know that I've uploaded AUR packages for Arch Linux for all released language pairs in Apertium (except for is-en, which seems to require a newer version of apertium-pretransfer than what is in apertium-3.1.1). If anyone's running Arch Linux, I'd be very happy if they could give them a try and let me know where the bugs are hiding :-)
Also, in making the packages I discovered some problems with certain pairs; I had to apply the following patches to make these pairs compile: apertium-es-ro: http://aur.archlinux.org/packages/apertium-es-ro/apertium-es-ro/trules.patch apertium-oc-ca: http://aur.archlinux.org/packages/apertium-oc-ca/apertium-oc-ca/t1x.patch apertium-oc-es: http://aur.archlinux.org/packages/apertium-oc-es/apertium-oc-es/oc-es.t1x.patch http://aur.archlinux.org/packages/apertium-oc-es/apertium-oc-es/es-oc.t1x.patch ...I'm not sure I got the logic here as intended, these should probably have a "maintenance release". For all the pairs, I had to modify the Makefile.am in this manner: - $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(apertium_nn_nbdir) + $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(DESTDIR)$(apertium_nn_nbdir) I think $(DESTDIR) could be in the svn Makefile.am's without causing any trouble, seems to not make a difference except when creating these packages. best regards, Kevin B. Unhammer ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
