Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] meson: copy vim files to neovim's runtime dir
@ 2020-09-23 16:41 maybe-one-day-ubermensch
  2020-09-23 16:45 ` sgn
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: maybe-one-day-ubermensch @ 2020-09-23 16:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is a new pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages meson-nvim-files
https://github.com/void-linux/void-packages/pull/25054

meson: copy vim files to neovim's runtime dir


A patch file from https://github.com/void-linux/void-packages/pull/25054.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-meson-nvim-files-25054.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From cce37bed28143a353fb99b5c64225804b5b83285 Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Wed, 23 Sep 2020 09:37:01 -0700
Subject: [PATCH] meson: copy vim files to neovim's runtime dir

---
 srcpkgs/meson/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..1aae361ffb0 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,7 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
@@ -28,6 +28,9 @@ post_install() {
 	vmkdir usr/share/vim/vimfiles
 	cp -rt ${DESTDIR}/usr/share/vim/vimfiles data/syntax-highlighting/vim/*/
 
+	vmkdir usr/share/nvim/runtime
+	cp -rt ${DESTDIR}/usr/share/nvim/runtime data/syntax-highlighting/vim/*/
+
 	vinstall data/syntax-highlighting/emacs/meson.el 644 usr/share/emacs/site-lisp
 	vinstall data/shell-completions/zsh/_meson 644 usr/share/zsh/site-functions
 }

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-10  2:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 16:41 [PR PATCH] meson: copy vim files to neovim's runtime dir maybe-one-day-ubermensch
2020-09-23 16:45 ` sgn
2020-09-23 16:47 ` sgn
2020-09-23 17:14 ` maybe-one-day-ubermensch
2020-09-23 17:14 ` [PR PATCH] [Closed]: " maybe-one-day-ubermensch
2020-09-24 15:47 ` maybe-one-day-ubermensch
2020-09-24 16:09 ` Johnnynator
2020-09-24 20:47 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
2020-09-24 20:48 ` maybe-one-day-ubermensch
2020-09-25 23:14 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
2020-10-09 23:16 ` [PR PATCH] [Closed]: " ericonr
2020-10-09 23:17 ` ericonr
2020-10-10  2:09 ` maybe-one-day-ubermensch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).