Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] source-highlight: correct reference to lesspipe.sh
Date: Mon, 18 May 2020 17:54:50 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22088@inbox.vuxu.org> (raw)

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

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages source-highlight
https://github.com/void-linux/void-packages/pull/22088

source-highlight: correct reference to lesspipe.sh
The script `src-hilite-lesspipe.sh` installed by `source-highlight` excpects to find an executable named `lesspipe` as a helper. The `lesspipe` package installs this helper as `lesspipe.sh`, so the `source-highlight` template has been modified to replace the `lesspipe` invocation with `lesspipe.sh`.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-source-highlight-22088.patch --]
[-- Type: text/x-diff, Size: 1149 bytes --]

From 54069acfd8329de82ce3b7e4538d6b607a648652 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 18 May 2020 11:52:02 -0400
Subject: [PATCH] source-highlight: correct reference to lesspipe.sh

---
 srcpkgs/source-highlight/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/source-highlight/template b/srcpkgs/source-highlight/template
index 087b8a3ad03..ab56401c64a 100644
--- a/srcpkgs/source-highlight/template
+++ b/srcpkgs/source-highlight/template
@@ -1,7 +1,7 @@
 # Template file for 'source-highlight'
 pkgname=source-highlight
 version=3.1.9
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-boost=${XBPS_CROSS_BASE}/usr
  --with-bash-completion=/usr/share/bash-completion/completions"
@@ -17,6 +17,11 @@ if [ "$CROSS_BUILD" ]; then
 	hostmakedepends="source-highlight"
 fi
 
+post_patch() {
+	# On Void, lesspipe is installed as lesspipe.sh
+	vsed -e 's/\blesspipe\b/&.sh/g' -i src/src-hilite-lesspipe.sh.in
+}
+
 post_configure() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -e 's,SRCHILITEEXE =.*,SRCHILITEEXE = source-highlight,g' -i doc/Makefile

             reply	other threads:[~2020-05-18 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 15:54 ahesford [this message]
2020-05-20 19:46 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22088@inbox.vuxu.org \
    --to=ahesford@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).