/nix/nix-daemon/

cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
AgeCommit message (Expand)Author
2018-07-23gnu: aspell: Allow filters to be found....Reported by Pierre-Antoine Rouby. * gnu/packages/aspell.scm (aspell)[arguments]: Add 'set-filter-path' phase. Ludovic Courtès
2018-07-17gnu: aspell-dict-en: Update to 2018.04.16-0....* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0. Efraim Flashner
2018-03-27gnu: aspell-dict-*: Use invoke....* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom configure phase. Mark H Weaver
2018-03-20gnu: aspell: Return #t from all phases....* gnu/packages/aspell.scm (aspell)[arguments]: Return #t from the 'wrap-aspell' phase. Mark H Weaver
2018-01-13gnu: hunspell-dict-en: Include all the .dic files....Fixes a regression introduced in d4d7d70912642be18d93c9ce6470f8650097b5e5 which broke 'hunspell-dict-en' (but not the 'hunspell-dict-en-*' variants.) * gnu/packages/aspell.scm (aspell-word-list)[install]: Check whether 'LANGUAGE.dic' exist before installing it. If it doesn't exist, install all of *.dic. Ludovic Courtès
2017-12-09gnu: aspell-dict-en: Update to 2017.08.24-0....* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.08.24-0. Efraim Flashner
2017-12-09gnu: aspell.scm: Alphabetize dictionaries....* gnu/packages/aspell.scm: Reorder the dictionaries alphabetically. Efraim Flashner
2017-11-10gnu: Fix hunspell-dict-en-* dictionary installation....* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries. Kei Kebreau
2017-10-27gnu: Add Catalan dictionary for Aspell....Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable. Ludovic Courtès
2017-10-27gnu: Add hunspell-dict-en*....* gnu/packages/aspell.scm (aspell-word-list): New procedure. (define-word-list-dictionary): New macro. (hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca) (hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New variables. Ludovic Courtès
2017-10-03Update e-mail for Theodoros Foradis....* .mailmap: Add entry. * gnu/packages/aspell.scm: Replace theodoros.for@openmailbox.org with current address. * gnu/packages/compression.scm: Likewise. * gnu/packages/electronics.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/fpga.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/uml.scm: Likewise. * gnu/packages/wxwidgets.scm: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis
2017-08-08gnu: aspell-dict-en: Update to 2017.01.22-0....Add missing copyright line for 2016. * gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0. Tobias Geerinckx-Rice
2017-05-17gnu: aspell: 'dict-dir' set to ~/.guix-profile/lib/aspell or $ASPELL_DICT_DIR....See <https://bugs.gnu.org/25836> for background. * gnu/packages/patches/aspell-default-dict-dir.patch: New file. * gnu/packages/aspell.scm (aspell)[source](patches): New field. [native-search-paths]: New field. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2017-04-23gnu: Add aspell-dict-pt-br....* gnu/packages/aspell.scm (aspell-dict-pt-br): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Daniel Pimentel