summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
Commit message (Collapse)AuthorAge
* gnu: aspell-dictionary: Try to find new releases.Efraim Flashner2022-01-14
| | | | * gnu/packages/aspell.scm (aspell-dictionary)[properties]: New field.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: ispell: Update to 3.4.04.Tobias Geerinckx-Rice2021-06-05
| | | | * gnu/packages/aspell.scm (ispell): Update to 3.4.04.
* gnu: ispell: Update to 3.4.03.Tobias Geerinckx-Rice2021-06-02
| | | | * gnu/packages/aspell.scm (ispell): Update to 3.4.03.
* gnu: hunspell-dict-en & variants: Make reproducible.Tobias Geerinckx-Rice2021-05-18
| | | | | | | * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Add a new 'make-reproducible phase. Fixes <http://issues.guix.gnu.org/48499>.
* gnu: aspell-dict-en: Update to 2020.12.07-0.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/aspell.scm (aspell-dict-en): Update to 2020.12.07-0.
* gnu: Add aspell-dict-ro.Sergiu Ivanov2021-04-30
| | | | | | * gnu/packages/aspell.scm (aspell-dict-ro): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ispell: Update to 3.4.02.Tobias Geerinckx-Rice2021-01-12
| | | | * gnu/packages/aspell.scm (ispell): Update to 3.4.02.
* gnu: ispell: Update to 3.4.01.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/aspell.scm (ispell): Update to 3.4.01.
* gnu: aspell-dict-pl: Fix source URI.Efraim Flashner2020-11-08
| | | | * gnu/packages/aspell.scm (aspell-dict-pl)[source]: Correct source URI.
* gnu: aspell-dict-nn: Fix source URI.Efraim Flashner2020-11-08
| | | | * gnu/packages/aspel.scm (aspell-dict-nn)[source]: Correct source URI.
* gnu: aspell-dict-mi: Fix source location.Efraim Flashner2020-11-08
| | | | * gnu/packages/aspell.scm (aspell-dict-mi)[source]: Correct source URI.
* gnu: hunspell-dict: Update source URI.Efraim Flashner2020-11-08
| | | | | * gnu/packages/aspell.scm (hunspell-dict)[source]: Update to new source URI.
* gnu: Add aspell-dict-cs.Noah Landis2020-11-08
| | | | | | * gnu/packages/aspell.scm (aspell-dict-cs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add ispell.Jakub Kądziołka2020-10-18
| | | | | | | * gnu/packages/aspell.scm (ispell): New variable. Co-authored-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: hunspell-dict-en: Install all affix files.Julien Lepiller2020-08-21
| | | | | * gnu/packages/aspell.scm (aspell-word-list): Install affix files corresponding to installed dictionary files.
* packages: Introduce <content-hash> and use it in <origin>.Ludovic Courtès2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/packages.scm (<content-hash>): New record type. (define-content-hash-constructor, build-content-hash) (content-hash): New macros. (print-content-hash): New procedure. (<origin>): Rename constructor to '%origin'. [sha256]: Remove field. [hash]: New field. Adjust users. (origin-compatibility-helper, origin): New macros. (origin-sha256): New deprecated procedure. (origin->derivation): Adjust accordingly. * tests/packages.scm ("package-source-derivation, origin, sha512"): New test. * guix/tests.scm: Hide (gcrypt hash) 'sha256' for proper syntax matching. * tests/challenge.scm: Add #:prefix for (gcrypt hash) and adjust users. * tests/derivations.scm: Likewise. * tests/store.scm: Likewise. * tests/graph.scm ("bag DAG, including origins"): Provide 'sha256' field with the right length. * gnu/packages/aspell.scm (aspell-dictionary) (aspell-dict-ca, aspell-dict-it): Use 'hash' and 'content-hash' for proper syntax matching. * gnu/packages/bash.scm (bash-patch): Rename 'sha256' to 'sha256-bv'. * gnu/packages/bootstrap.scm (bootstrap-executable): Rename 'sha256' to 'bv'. * gnu/packages/readline.scm (readline-patch): Likewise. * gnu/packages/virtualization.scm (qemu-patch): Rename 'sha256' to 'sha256-bv'. * guix/import/utils.scm: Hide (gcrypt hash) 'sha256'.
* Merge branch 'master' into core-updatesMarius Bakke2020-04-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm
| * gnu: Add aspell-dict-pl.Marcin Karpezo2020-04-29
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-pl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-04
|\|
| * gnu: aspell-dict-da: Update to 1.6.36-11-0.Tobias Geerinckx-Rice2020-02-18
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-da): Update to 1.6.36-11-0.
* | Merge branch 'staging' into core-updatesMarius Bakke2020-02-03
|\|
| * gnu: Add Slovenian Aspell dictionary.Timotej Lazar2020-02-02
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-sl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch master into core-updatesMathieu Othacehe2019-11-16
|\|
| * gnu: aspell-dict-ca: Update to 2.5.0.Tobias Geerinckx-Rice2019-11-03
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-ca): Update to 2.5.0.
| * Revert "gnu: aspell: Update to 0.60.8."Efraim Flashner2019-10-16
| | | | | | | | | | | | This reverts commit 4fcb6a3558b4212462c7c2afd2f5a834342f41be. aspell causes about 1400 packages to be rebuilt.
| * gnu: aspell-dict-pt-pt: Upgrade to 20190329-1-0.Efraim Flashner2019-10-16
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-pt-pt): Upgrade to 20190329-1-0.
| * gnu: aspell-dict-pt-br: Upgrade to 20131030-12-0.Efraim Flashner2019-10-16
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-pt-br): Upgrade to 20131030-12-0.
| * gnu: aspell-dict-en: Upgrade to 2019.10.06-0.Efraim Flashner2019-10-16
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-en): Upgrade to 2019.10.06-0.
| * gnu: aspell-dict-de: Update to 20161207-7-0.Efraim Flashner2019-10-16
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-de): Update to 20161207-7-0.
| * gnu: aspell: Update to 0.60.8.Efraim Flashner2019-10-16
| | | | | | | | | | | | | | * 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.
* | gnu: aspell: Update to 0.60.8.Ludovic Courtès2019-11-14
| | | | | | | | | | | | | | * 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.
* | gnu: aspell: Truly honor $ASPELL_DICT_DIR.Ludovic Courtès2019-11-14
|/ | | | | | | | | | 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.
* Merge branch 'master' into core-updatesLudovic Courtès2019-06-13
|\
| * gnu: aspell.scm: Handle dictionary names with underscore/uppercase.Jens Mølgaard2019-06-07
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add Ukrainian Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-ul): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Portuguese Portugal Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-pt-pt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Norwegian Nynorsk Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-nn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Maori Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-mi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Hindi Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-hi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Finnish Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-fi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Danish Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-da): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Belarusian Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Arabic Aspell dictionary.Jens Mølgaard2019-06-05
| | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-ar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-14
|\|
| * gnu: aspell-dict-it: Update to 2.4-20070901-0.Tobias Geerinckx-Rice2019-03-12
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-it): Update to 2.4-20070901-0.
* | gnu: aspell: Fix FTBFS with GCC7.Marius Bakke2019-02-09
|/ | | | | | * 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.
* gnu: hunspell-dict-en: Update to 2018-04-16.Efraim Flashner2019-01-05
| | | | | * gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16. [arguments]: Use 'invoke'.
* gnu: aspell: Allow filters to be found.Ludovic Courtès2018-07-23
| | | | | | | Reported by Pierre-Antoine Rouby. * gnu/packages/aspell.scm (aspell)[arguments]: Add 'set-filter-path' phase.
* gnu: aspell-dict-en: Update to 2018.04.16-0.Efraim Flashner2018-07-17
| | | | * gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0.