summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
AgeCommit message (Collapse)Author
2024-12-12gnu: texmacs: Make it find qtwayland plugin at runtime.Danny Milosavljevic
* gnu/packages/text-editors.scm (texmacs)[build-system]: Change to qt-build-system. (texmacs-guile3)[build-system]: Change to qt-build-system. Change-Id: Ic7b2af22d146f757a54c3ee6d56969493a561aab
2024-12-12gnu: texmacs: Add qtwayland-5.Danny Milosavljevic
* gnu/packages/text-editors.scm (texmacs)[inputs]: Add qtwayland-5. (texmacs-guile3)[inputs]: Add qtwayland-5. (mogan)[inputs]: Add qtwayland-5. Change-Id: Ia5cebcff38059533c7add3bcc3c764cb5df1816e
2024-12-11gnu: texmacs: Support HiDPI displays on Wayland.Danny Milosavljevic
* gnu/packages/patches/texmacs-wayland-hidpi.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/text-editors.scm (texmacs)[source]: Use it. (texmacs-guile3)[source]: Use it. (mogan)[source]: Use it. Change-Id: Ida737433957cb26695bf43538cff4d5d1c8a83c3
2024-12-11gnu: Add texmacs-guile3.Danny Milosavljevic
* gnu/packages/text-editors.scm (texmacs-guile3): New variable. Change-Id: I23b58c15162a64d72a5d7092a23aa2503a62b139
2024-12-11gnu: xnedit: Remove outdated dependency.Andy Tai
* gnu/packages/text-editors.scm (xnedit)[inputs]: Remove pcre. Change-Id: I4088b7b0fd9d2f7eba065c94d36f35f907fd4edf Signed-off-by: Hilton Chain <[email protected]>
2024-12-07gnu: xnedit: Update to 1.6.0.Andy Tai
* gnu/packages/text-editors.scm (xnedit): Update to 1.6.0. Change-Id: I7f7b30535b40f21864bba44665015242553f4881 Signed-off-by: Zheng Junjie <[email protected]>
2024-11-19gnu: lem: Update to 2.2.0-3.534cb9f.Ada Stevenson
* gnu/packages/text-editors.scm (lem): Update to 2.2.0-3.534cb9f. Change-Id: Ica593ed6604738b64de7b2bde84aefc3145d911a Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-11-17gnu: Add parinfer-rust-emacs.Lee Thompson
* gnu/packages/text-editors.scm (parinfer-rust-emacs): New variable. Change-Id: I6c6fb384edb03b55bae63137576c364cf11e42a5 Signed-off-by: Efraim Flashner <[email protected]>
2024-10-28gnu: Remove ghostwriter.Sughosha
* gnu/packages/text-editors.scm (ghostwriter): Remove variable. Change-Id: I3bf4f80a232539bad72dec1110734408d5054453 Signed-off-by: Zheng Junjie <[email protected]>
2024-10-10gnu: lem: Update to 7b380ea.jgart
* gnu/packages/text-editors.scm (lem): Update to 7b380ea. Change-Id: I8f1e8b914491809734e2c47e63ecbefb1e2777f0
2024-10-09gnu: lem: Link against libutil.jgart
* gnu/packages/text-editors.scm (lem)[arguments]: Link against libutil for forkpty function. Change-Id: Ibd2455e7288de1c7bf487d01c72f7bc7cd558f15
2024-10-08gnu: lem: Update to 80ab76c.jgart
* gnu/packages/text-editors.scm (lem): Update to 80ab76c. Change-Id: I6bb189dbf232d28d85ca6961a76ddf3cd1720de3
2024-10-08gnu: lem: Use cc-for-target.jgart
* gnu/packages/text-editors.scm (lem)[arguments]: Use cc-for-target. Change-Id: Ied9e7ec2f51c7b72470c99f0353df06354d9fc4d
2024-10-02gnu: lem: Build included shared library.jgart
* gnu/packages/text-editors.scm (lem): Build shared library. [source]: Delete precompiled binaries. [arguments]: Patch libvterm and build shared library. [inputs]: Add libvterm. Change-Id: I296f139f93032ccbb380e112c9c1e4fd681ae1a7
2024-10-01gnu: Add lem.jgart
* gnu/packages/text-editors.scm (lem): New variable. Co-authored-by: Ada Stevenson <[email protected]> Change-Id: I2946355068597e44b8699281647bcd8d98f47911
2024-09-06gnu: nano: Update to 8.2.Andy Tai
* gnu/packages/text-editors.scm (nano): Update to 8.2. Change-Id: I72d3ead40cc5cabf52931567195d6bafd3e86d6e Signed-off-by: Zheng Junjie <[email protected]>
2024-08-31gnu: texmacs: Add libxcrypt dependency.宋文武
* gnu/packages/text-editors.scm (texmacs)[inputs]: Add libxcrypt. Change-Id: I746dde1dda33c7c8b23242442dc2c2cadade07ec
2024-08-31gnu: ed: Update to 1.20.1.Andy Tai
* gnu/packages/text-editors.scm (ed): Update to 1.20.1. Reviewed-by: Dale Mellor <[email protected]> Change-Id: I58ba1c8213a5ac2a126ecb58321859d64d0fcb01 Signed-off-by: Christopher Baines <[email protected]>
2024-08-31gnu: ed: Update to 1.19.Ludovic Courtès
* gnu/packages/text-editors.scm (ed): Update to 1.19. Change-Id: I69f4c9cbcf5c862cbffb6d82662c548591917d88
2024-08-31gnu: text-editors: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/text-editors.scm (vis)[inputs]: Add 'bash-minimal'. (jucipp)[inputs]: Likewise. (ghostwriter)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <[email protected]> Change-Id: Ic55d5602d0514029eba1f8d5313169570da3edb1
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer
%default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-26gnu: scintilla: Update to 5.5.1.Nicolas Goaziou
* gnu/packages/text-editors.scm (scintilla): Update to 5.5.1. Change-Id: I51b87c8095b97bd0b4dd51bc5f7558735fe9da73
2024-08-11gnu: mg: Update to 20240709.Spencer King
* gnu/packages/text-editors.scm (mg): Update to 20240709. Change-Id: Id21e7ae99c2b9e66344e87bccb6165fa27cb22f1 Signed-off-by: Christopher Baines <[email protected]>
2024-07-12gnu: nano: Update to 8.1.Andy Tai
* gnu/packages/text-editors.scm (nano): Update to 8.1. Change-Id: Ib6bc2371393c0bd2a854a0437d27fe36cd76f871 Signed-off-by: jgart <[email protected]>
2024-06-24gnu: kakoune: Update to 2024.05.18.Ashish SHUKLA
* gnu/packages/text-editors.scm (kakoune): Update to 2024.05.18. Change-Id: I4ca1f66e104a40f2d759c097c0548e6812ef6d16 Signed-off-by: Maxim Cournoyer <[email protected]>
2024-05-14gnu: kakoune: Update to 2024.05.09.Ashish SHUKLA
* gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09. Change-Id: If6c1ea02304880d5ffa818e57f922f9d81c1bf5a Signed-off-by: Christopher Baines <[email protected]>
2024-05-13gnu: mg: Update to 20230501.kiasoc5
* gnu/packages/text-editors.scm (mg): Update to 20230501. Change-Id: Ie72901207562488f392d5877e1b41a41067893f4 Signed-off-by: Christopher Baines <[email protected]>
2024-05-12gnu: nano: Update to 8.0.Andy Tai
* gnu/packages/text-editors.scm (nano): Update to 8.0. Change-Id: I2312dd5140fee4d8cc42f622f733c616d7b39550 Signed-off-by: Christopher Baines <[email protected]>
2024-04-07gnu: Fix builds that require old blueprint-compiler.Liliana Marie Prikler
This is a follow-up commit to cee21ef8650d723e9e1ea4c6313897fd3bf64112 and fixes two builds that rely on an older version of blueprint-compiler. The giara package remains broken as a result of a test failure. * gnu/packages/gnome.scm (blueprint-compiler-0.4): New variable. * gnu/packages/syndication.scm (giara, gfeeds): Replace blueprint-compiler with blueprint-compiler-0.4. * gnu/packages/text-editors.scm (textpieces): Likewise
2024-04-06gnu: scintilla: Update to 5.4.3.Nicolas Goaziou
* gnu/packages/text-editors.scm (scintilla): Update to 5.4.3. Change-Id: I6995d793acac12b1d85e32651e62e748ab30fd52
2024-03-20Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines
Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745
2024-03-17gnu: texmacs: Update to 2.1.4.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 2.1.4. Change-Id: Ie62976f58d877194196f5d8cbf230716596344f2
2024-03-17gnu: manuskript: Update to 0.16.1.Nicolas Goaziou
* gnu/packages/text-editors.scm (manuskript): Update to 0.16.1. Change-Id: Ic088d1d0fee5d86a18bcca474695b2cf990de35e
2024-03-16Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines
Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26
2024-03-10gnu: lite-xl: Update to 2.1.3.Parnikkapore
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.3. [arguments]: Pass '-Duse_system_lua=true' to configure. [source]: Remove snippet. [inputs]: Remove agg and reproc. Change-Id: If3a57587ce2049f94e4ac7791c680d29a4e7d222 Signed-off-by: 宋文武 <[email protected]>
2024-03-10Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-03-09gnu: xnedit: Update to 1.5.3.Andy Tai
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.3. Change-Id: I65242f061e8ecbb8d23e7a3e9ad5c50b2fe98842 Signed-off-by: 宋文武 <[email protected]>
2024-02-13Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-11gnu: parinfer-rust: Add phase to install editor plugins.(unmatched-parenthesis
* gnu/packages/text-editors.scm (rust-parinfer)[arguments]: Install the bundled Vim and Kakoune plugins. Change-Id: I881315481ec08c59576c4530ae72b877c399fc66 Signed-off-by: Efraim Flashner <[email protected]>
2024-01-14Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-12gnu: kakoune: update to 2023.08.05.David Pflug
* gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05. Signed-off-by: Mathieu Othacehe <[email protected]>
2024-01-01Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-12-25Revert "gnu: ed: Update to 1.19."Efraim Flashner
This reverts commit 0d8b0af0fe9a4ee113a555f939adbbe0f9ac7125. This results in more than 5000 packages being rebuilt.
2023-12-25gnu: Remove nano.scm.Jaeme Sifat
Removes nano.scm and places the `nano' package within text-editors.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove nano.scm from build. * gnu/packages/nano.scm: Delete file. * gnu/packages/text-editors.scm (nano): New variable. [copyright header]: Transfer copyright notices from nano.scm to text-editors.scm. Change-Id: I257f68a3072481f556db208bd1bd34e6eec79b47 Signed-off-by: Mathieu Othacehe <[email protected]>
2023-12-25gnu: ed: Update to 1.19.Jaeme Sifat
* gnu/packages/text-editors.scm (ed): Update to 1.19. Change-Id: I02ec92086fe122a636d24e8bc3afb3c3f118651c Signed-off-by: Mathieu Othacehe <[email protected]>
2023-12-25gnu: Remove ed.scm.Jaeme Sifat
Remove ed.scm and move the `ed' package to text-editors.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove ed.scm from build. * gnu/packages/ed.scm: Delete file. * gnu/packages/text-editors.scm (ed): New variable. [copyright header]: Transfer copyright notices from ed.scm to text-editors.scm. Change-Id: I827a2943f4849085186f2a25a9c8676cf4b6a7fd Signed-off-by: Mathieu Othacehe <[email protected]>
2023-10-23Merge branch 'master' into gnome-teamLiliana Marie Prikler
Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191
2023-09-30Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-09-25gnu: xnedit: Update to 1.5.1.Andy Tai
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.1. Signed-off-by: Christopher Baines <[email protected]>
2023-09-23gnu: editorconfig-core-c: Update to 0.12.6.Vivien Kraus
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.6. [#:phases]: Add ‘disable-failing-tests’. Signed-off-by: Liliana Marie Prikler <[email protected]>