summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch master into core-updatesMathieu Othacehe2019-11-161-15/+22
|\
| * gnu: aspell-dict-ca: Update to 2.5.0.•••* gnu/packages/aspell.scm (aspell-dict-ca): Update to 2.5.0. Tobias Geerinckx-Rice2019-11-031-5/+14
| * Revert "gnu: aspell: Update to 0.60.8."•••This reverts commit 4fcb6a3558b4212462c7c2afd2f5a834342f41be. aspell causes about 1400 packages to be rebuilt. Efraim Flashner2019-10-161-4/+5
| * gnu: aspell-dict-pt-pt: Upgrade to 20190329-1-0.•••* gnu/packages/aspell.scm (aspell-dict-pt-pt): Upgrade to 20190329-1-0. Efraim Flashner2019-10-161-3/+2
| * gnu: aspell-dict-pt-br: Upgrade to 20131030-12-0.•••* gnu/packages/aspell.scm (aspell-dict-pt-br): Upgrade to 20131030-12-0. Efraim Flashner2019-10-161-3/+2
| * gnu: aspell-dict-en: Upgrade to 2019.10.06-0.•••* gnu/packages/aspell.scm (aspell-dict-en): Upgrade to 2019.10.06-0. Efraim Flashner2019-10-161-2/+2
| * gnu: aspell-dict-de: Update to 20161207-7-0.•••* gnu/packages/aspell.scm (aspell-dict-de): Update to 20161207-7-0. Efraim Flashner2019-10-161-2/+2
| * gnu: aspell: Update to 0.60.8.•••* gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove patch. * gnu/packages/patches/aspell-gcc-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2019-10-161-5/+4
* | gnu: aspell: Update to 0.60.8.•••* gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove "aspell-gcc-compat.patch". * gnu/packages/patches/aspell-gcc-compat.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Ludovic Courtès2019-11-141-4/+3
* | gnu: aspell: Truly honor $ASPELL_DICT_DIR.•••Fixes <https://bugs.gnu.org/29686>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * gnu/packages/aspell.scm (aspell)[arguments]: Remove 'wrap-aspell' phase. * gnu/packages/patches/aspell-default-dict-dir.patch: Add hunk to expand the right-hand size of '|' in values like "<$FOO|$BAR/baz>". Change DICT_DIR to refer to "$HOME" on the right-hand side. Ludovic Courtès2019-11-141-9/+1
|/
* Merge branch 'master' into core-updatesLudovic Courtès2019-06-131-3/+81
|\
| * gnu: aspell.scm: Handle dictionary names with underscore/uppercase.•••* gnu/packages/aspell.scm(aspell-dictionary)<name>: Generate package name from upstream name. (aspell-dict-pt-pt, aspell-dict-pt-br): Use upstream name for URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-071-4/+12
| * gnu: Add Ukrainian Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-ul): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+7
| * gnu: Add Portuguese Portugal Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-pt-pt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+8
| * gnu: Add Norwegian Nynorsk Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-nn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+7
| * gnu: Add Maori Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-mi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+7
| * gnu: Add Hindi Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-hi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+8
| * gnu: Add Finnish Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-fi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+8
| * gnu: Add Danish Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-da): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+8
| * gnu: Add Belarusian Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+8
| * gnu: Add Arabic Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-ar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard2019-06-051-0/+9
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-141-6/+20
|\|
| * gnu: aspell-dict-it: Update to 2.4-20070901-0.•••* gnu/packages/aspell.scm (aspell-dict-it): Update to 2.4-20070901-0. Tobias Geerinckx-Rice2019-03-121-6/+20
* | gnu: aspell: Fix FTBFS with GCC7.•••* gnu/packages/patches/aspell-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/aspell.scm (aspell)[source](patches): Use it. Marius Bakke2019-02-091-1/+2
|/
* gnu: hunspell-dict-en: Update to 2018-04-16.•••* gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16. [arguments]: Use 'invoke'. Efraim Flashner2019-01-051-4/+4
* gnu: aspell: Allow filters to be found.•••Reported by Pierre-Antoine Rouby. * gnu/packages/aspell.scm (aspell)[arguments]: Add 'set-filter-path' phase. Ludovic Courtès2018-07-231-0/+14
* gnu: aspell-dict-en: Update to 2018.04.16-0.•••* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0. Efraim Flashner2018-07-171-2/+2
* gnu: aspell-dict-*: Use invoke.•••* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom configure phase. Mark H Weaver2018-03-271-1/+1
* gnu: aspell: Return #t from all phases.•••* gnu/packages/aspell.scm (aspell)[arguments]: Return #t from the 'wrap-aspell' phase. Mark H Weaver2018-03-201-1/+2
* gnu: 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ès2018-01-131-4/+14
* gnu: aspell-dict-en: Update to 2017.08.24-0.•••* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.08.24-0. Efraim Flashner2017-12-091-3/+3
* gnu: aspell.scm: Alphabetize dictionaries.•••* gnu/packages/aspell.scm: Reorder the dictionaries alphabetically. Efraim Flashner2017-12-091-31/+31
* gnu: Fix hunspell-dict-en-* dictionary installation.•••* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries. Kei Kebreau2017-11-101-0/+2
* gnu: Add Catalan dictionary for Aspell.•••Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable. Ludovic Courtès2017-10-271-0/+7
* gnu: 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ès2017-10-271-2/+104
* Update 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 Foradis2017-10-031-1/+1
* gnu: 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-Rice2017-08-081-2/+3
* gnu: 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ès2017-05-171-3/+15
* gnu: 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 Pimentel2017-04-231-1/+8
* gnu: Add Ancient Greek Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-grc): New variable. Tobias Geerinckx-Rice2016-12-201-0/+7
* gnu: aspell-dictionary: Use ‘modify-phases’ syntax.•••* gnu/packages/aspell.scm (aspell-dictionary)[arguments]: Use ‘modify-phases’. Tobias Geerinckx-Rice2016-12-201-11/+13
* gnu: Add Greek Aspell dictionary•••* gnu/packages/aspell.scm (aspell-dict-el): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis2016-12-161-0/+9
* gnu: Add Swedish Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-sv): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Christopher Andersson2016-12-041-0/+9
* gnu: aspell-dict-en: Update to 2016.11.20-0.•••* gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.11.20-0. Efraim Flashner2016-11-291-2/+2
* gnu: Add aspell-dict-he.•••* gnu/packages/aspell.scm (aspell-dict-he): New variable. Efraim Flashner2016-11-231-1/+9
* gnu: Add German Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-de): New variable. John Darrington2016-08-301-0/+8
* gnu: Add Dutch Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-nl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jochem Raat2016-03-131-0/+8
* gnu: Add Italian Aspell dictionary.•••* gnu/packages/aspell.scm (aspell-dict-it): New variable. Federico Beffa2016-02-031-0/+7
* gnu: aspell: Wrap binary to find dictionaries.•••* gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase. * gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF' definition. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Federico Beffa2016-02-021-0/+10
* gnu: aspell-dict-en: Update to 2016.01.19-0.•••* gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.01.19-0. Alex Kost2016-01-251-3/+3