aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
Commit message (Collapse)AuthorAge
* gnu: lite-xl: Update to 2.1.1.Parnikkapore2023-01-30
| | | | | | | | | | Lua input is updated because the new version would not build with Lua 5.2. * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1. [inputs]: Use lua-5.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: jed: Delete Windows binaries from the source tarball.Ludovic Courtès2023-01-27
| | | | * gnu/packages/text-editors.scm (jed)[source]: In 'snippet', delete "bin/w32".
* gnu: Add jed.Ethan Blanton2023-01-27
| | | | | | * gnu/packages/text-editors.scm (jed): package for jed 0.99-19 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: scintilla: Update to 5.3.2.Nicolas Goaziou2023-01-08
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.3.2.
* gnu: hunspell: Move hunspell and dictionaries to hunspell module.Brian Cully2023-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate hunspell and its dictionaries into the (gnu packages hunspell) module instead of having them scattered about. * gnu/packages/aspell.scm (aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Remove variables. * gnu/packages/libreoffice.scm (hunspell, dicollecte-french-dictionary, define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme, toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu): Remove variables. * gnu/packages/hunspell.scm (hunspell, dicollecte-french-dictionary, define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme, toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu, aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Add variables. (hunspell-dictionary): Explicitly declare upstream libreoffice version to prevent circular dependency. * gnu/packages/ebook.scm, gnu/packages/enchant.scm, gnu/packages/freedesktop.scm, gnu/packages/gnuzilla.scm, gnu/packages/kde-frameworks.scm, gnu/packages/messaging.scm, gnu/packages/scribus.scm, gnu/packages/task-management.scm, gnu/packages/telegram.scm, gnu/packages/tex.scm, gnu/packages/text-editors.scm, gnu/packages/video.scm: Adjust module imports.
* gnu: ne: Update to 3.3.2.Tobias Geerinckx-Rice2022-12-11
| | | | | * gnu/packages/text-editors.scm (ne): Update to 3.3.2. [arguments]: Disable parallel builds.
* gnu: jucipp: Update to 1.7.2.Marius Bakke2022-12-02
| | | | | * gnu/packages/text-editors.scm (jucipp): Update to 1.7.2. [arguments]: Skip one more test.
* gnu: mg: Update to 20221112.Efraim Flashner2022-11-27
| | | | * gnu/packages/text-editors.scm (mg): Update to 20221112.
* gnu: Add mogan.Zhu Zihao2022-11-26
| | | | | | * gnu/packages/text-editors.scm (mogan): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: scintilla: Update to 5.3.1.Nicolas Goaziou2022-11-11
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.3.1.
* gnu: texmacs: Use G-expressions.Zhu Zihao2022-11-08
| | | | | | * gnu/packages/text-editors.scm (texmacs)[arguments]: Use G-expressions. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: vis: Update to 0.8.jgart2022-11-04
| | | | | | | * gnu/packages/text-editors.scm (vis): Update to 0.8. [arguments]: Enable all tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ne: Cross-compile.Tobias Geerinckx-Rice2022-10-16
| | | | | * gnu/packages/text-editors.scm (ne)[arguments]: Use CC-FOR-TARGET and don't strip binaries.
* gnu: textpieces: Reorder dependencies and fix description.Sughosha2022-10-18
| | | | | | | * gnu/packages/textpieces.scm (textpieces)[description]: Add missing "is a". [inputs, native-inputs]: Reorder. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add textpieces.Sughosha2022-10-16
| | | | | | * gnu/packages/text-editors.scm (textpieces): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add lite-xl.zamfofex2022-09-29
| | | | | | * gnu/packages/text-editors.scm (lite-xl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: scintilla: Update to 5.3.0.Nicolas Goaziou2022-09-04
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.3.0.
* gnu: mg: Update to 20220614.Efraim Flashner2022-09-02
| | | | * gnu/packages/text-editors.scm (mg): Update to 20220614.
* gnu: ghostwriter: Update to 2.1.4 and fix wrapping.Eric Bavier2022-08-31
| | | | | * gnu/packages/text-editors.scm (ghostwriter): Update to 2.14. [arguments]: Use gexps to fix 'wrap-executable' phase.
* gnu: scintilla: Update to 5.2.4.Nicolas Goaziou2022-08-17
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.2.4.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: kakoune: Update to 2021.11.08.Lars-Dominik Braun2022-07-14
| | | | | | | * gnu/packages/text-editors.scm (kakoune)[version]: Update to 2021.11.08. [arguments]<#:phases>: Remove unnecessary phase 'chdir and drop deprecated #t return value. [native-inputs]: Drop ruby and asciidoc, which are not used during build.
* gnu: manuskript: Update package style.Nicolas Goaziou2022-07-04
| | | | | * gnu/packages/text-editors.scm (manuskript)[arguments]: Use G-expressions. Remove trailing #T.
* gnu: manuskript: Update to 0.14.0.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/text-editors.scm (manuskript): Update to 0.14.0.
* gnu: Add mle.Nikolay Korotkiy2022-06-26
| | | | | | * gnu/packages/text-editors.scm (mle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add edlin.Foo Chuan Wei2022-06-07
| | | | | | * gnu/packages/text-editors.scm (edlin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove virtaal.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/text-editors.scm (virtaal): Delete variable.
* gnu: Add tree-sitter.Luis Henrique Gomes Higino2022-03-29
| | | | | | * gnu/packages/text-editors.scm (tree-sitter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: scintilla: Update to 5.2.1.Nicolas Goaziou2022-03-05
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.2.1.
* gnu: scintilla: Use G-expressions.Nicolas Goaziou2022-02-25
| | | | * gnu/packages/text-editors.scm (scintilla)[arguments]: Use G-expressions.
* gnu: scintilla: Update to 5.2.0.Nicolas Goaziou2022-02-25
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.2.0.
* gnu: juCi++: Unbundle embedded copy of "nlohmann" JSON library.Marius Bakke2022-02-10
| | | | | | * gnu/packages/text-editors.scm (jucipp)[source](modules, snippet): New fields. [inputs]: Add JSON-MODERN-CXX.
* gnu: juCi++: Use G-expressions.Marius Bakke2022-02-10
| | | | | * gnu/packages/text-editors.scm (jucipp)[arguments]: Rewrite as G-expressions. Simplify wrap phase while at it.
* gnu: juCi++: Remove input labels.Marius Bakke2022-02-10
| | | | | | * gnu/packages/text-editors.scm (jucipp)[arguments]: Use SEARCH-INPUT-DIRECTORY & co as appropriate. [inputs]: Remove labels.
* gnu: juCi++: Update to 1.7.1.Marius Bakke2022-02-10
| | | | | | * gnu/packages/text-editors.scm (jucipp): Update to 1.7.1. [arguments]: Remove "in-source" build adjustments. Disable offending test instead. Remove trailing #t's.
* gnu: leafpad: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | * gnu/packages/text-editors.scm (leafpad)[description]: Fix trailing whitespace.
* gnu: scintilla: Update to 5.1.5.Nicolas Goaziou2021-12-29
| | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.5. [arguments]<#:make-flags>: Use CC-FOR-TARGET. [native-inputs]: Remove labels.
* gnu: texmacs: Update to 2.1.1.Nicolas Goaziou2021-12-18
| | | | | | | * gnu/packages/text-editors.scm (texmacs): Update to 2.1.1. [build-system]: Use cmake instead of gnu. [inputs]: Add libjpeg-turbo and sqlite. Remove labels. [arguments]<#:phases>: Remove unnecessary phase.
* gnu: Remove unneeded uses of custom GCC versions.Marius Bakke2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]: Remove GCC-10. * gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise. * gnu/packages/lua.scm (emilua)[native-inputs]: Likewise. * gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise. * gnu/packages/wm.scm (fnott)[native-inputs]: Likewise. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise. (scintilla)[native-inputs]: Remove GCC-9. * gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise. * gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise. * gnu/packages/games.scm (openttd)[native-inputs]: Likewise. (schiffbruch)[native-inputs]: Remove GCC-11. * gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise.
* gnu: manuskript: Update to 0.13.1.Nicolas Goaziou2021-12-16
| | | | * gnu/packages/text-editors.scm (manuskript): Update to 0.13.1.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: scintilla: Update to 5.1.4.Nicolas Goaziou2021-11-24
| | | | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.4.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|