aboutsummaryrefslogtreecommitdiff
path: root/build-aux/xgettext.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-09-08 13:46:23 +0000
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-09 18:01:58 +0800
commitd3f695be20daf5ba5964a6c95573aa241fc8d304 (patch)
tree7bcf1fc43412ac2285878783563cac8fd00e5443 /build-aux/xgettext.scm
parent357436b8404f1a08171e41ac14ff7d16ebc3d79f (diff)
downloadguix-d3f695be20daf5ba5964a6c95573aa241fc8d304.tar.gz
guix-d3f695be20daf5ba5964a6c95573aa241fc8d304.zip
gnu: weechat: Update to 4.4.2.
* gnu/packages/irc.scm (weechat): Update to 4.4.2. Change-Id: Ib7349dc8629645d29f58d7c78954dfd8c01c0543 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'build-aux/xgettext.scm')
0 files changed, 0 insertions, 0 deletions
gned-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Ukrainian Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-ul): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: 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ølgaard 2019-06-05gnu: 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ølgaard 2019-06-05gnu: Add Maori Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-mi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Hindi Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-hi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Finnish Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-fi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Danish Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-da): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Belarusian Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Arabic Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-ar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-03-14Merge branch 'staging' into core-updatesMarius Bakke 2019-03-12gnu: aspell-dict-it: Update to 2.4-20070901-0....* gnu/packages/aspell.scm (aspell-dict-it): Update to 2.4-20070901-0. Tobias Geerinckx-Rice 2019-02-09gnu: 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 Bakke 2019-01-05gnu: hunspell-dict-en: Update to 2018-04-16....* gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16. [arguments]: Use 'invoke'. Efraim Flashner 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