guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60029] [PATCH v3 0/3] Add vim-build-system.


From: Efraim Flashner
Subject: [bug#60029] [PATCH v3 0/3] Add vim-build-system.
Date: Mon, 16 Oct 2023 12:15:10 +0300

I dropped the first commit, adding the option of other outputs to the
copy-build-system, in the interest of getting this merged sooner.

On the first patch I fix some typos and added to the comment at the top
of the file.

On the second patch I added the entries to Makefile.am and added the
missing documentation. I added the plugin-name field (I want to run
:packadd fugitive, not :packadd vim-fugitive-3.7), moved the neovim
output into the main output, added to the exclude-regexp, and some
general code cleanup.

On the third patch I adjusted the plugin paths of some more files in
packages which came with vim plugins. I reworked vim-vlime to have the
installed packpath resemble the upstream repository, which is supposed
to work as-is.

I noticed that I need to fix vim-asyncrun, it still has the install-plan
from before. I'm unsure about setting packages like vim-rainbow to use
'opt' for mode since that seems to be upstream's default, but would be
surprising. I tried my best to come up with expected plugin-names for
all the packages.

Jonathan Scoresby (3):
  gnu: vim: Add vim packages to 'package-path' instead of
    'runtime-path'.
  build-system: Add vim-build-system.
  gnu: Have vim packages use vim-build-system.

 Makefile.am                     |   4 +-
 doc/guix.texi                   |  33 ++++
 gnu/packages/aux-files/guix.vim |  11 +-
 gnu/packages/code.scm           |   5 +-
 gnu/packages/lisp.scm           |   5 +-
 gnu/packages/mail.scm           |   3 +-
 gnu/packages/rust-apps.scm      |   3 +-
 gnu/packages/vim.scm            | 306 ++++++++++++--------------------
 gnu/packages/wm.scm             |   3 +-
 guix/build-system/vim.scm       | 157 ++++++++++++++++
 guix/build/vim-build-system.scm | 117 ++++++++++++
 11 files changed, 437 insertions(+), 210 deletions(-)
 create mode 100644 guix/build-system/vim.scm
 create mode 100644 guix/build/vim-build-system.scm


base-commit: a0d2ecde943bd1854ddbb7c0cad35a1fc64dc5ab
-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted






reply via email to

[Prev in Thread] Current Thread [Next in Thread]