From: olafmersmann <olafmersmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] bat: update to 0.16.0.
Date: Thu, 08 Oct 2020 22:23:32 +0200 [thread overview]
Message-ID: <20201008202332.iMMPPEcVljYdJWeqehaqjcw9EHL8j3Pbt4Kz9RD-STE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25427@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
There is an updated pull request by olafmersmann against master on the void-packages repository
https://github.com/olafmersmann/void-packages bat-master
https://github.com/void-linux/void-packages/pull/25427
bat: update to 0.16.0.
Update bat to version 0.16.0.
A patch file from https://github.com/void-linux/void-packages/pull/25427.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bat-master-25427.patch --]
[-- Type: text/x-diff, Size: 1420 bytes --]
From c40b7d50cced53f1f47bdaf82f229addbfd4abcb Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 8 Oct 2020 00:55:59 +0200
Subject: [PATCH] bat: update to 0.16.0.
---
srcpkgs/bat/template | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template
index 31483d68521..04caefdf41b 100644
--- a/srcpkgs/bat/template
+++ b/srcpkgs/bat/template
@@ -1,6 +1,6 @@
# Template file for 'bat'
pkgname=bat
-version=0.15.4
+version=0.16.0
revision=1
build_style=cargo
hostmakedepends="cmake llvm clang"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/bat"
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
-checksum=03b7c8ad6221ca87cecd71f9e3e2167f04f750401e2d3dcc574183aabeb76a8b
+checksum=4db85abfaba94a5ff601d51b4da8759058c679a25b5ec6b45c4b2d85034a5ad3
pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
@@ -24,4 +24,9 @@ post_install() {
# The manual page is hidden somewhere deep in the build tree
manpage=$(find ${wrksrc}/target -name bat.1)
vman ${manpage}
+ # Completions are also hidden somewhere deep in the build tree
+ fish_completion=$(find ${wrksrc}/target -name bat.fish)
+ vcompletion ${fish_completion} fish
+ zsh_completion=$(find ${wrksrc}/target -name bat.zsh)
+ vcompletion ${zsh_completion} zsh
}
next prev parent reply other threads:[~2020-10-08 20:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-07 23:01 [PR PATCH] " olafmersmann
2020-10-08 18:56 ` Johnnynator
2020-10-08 19:35 ` [PR PATCH] [Updated] " olafmersmann
2020-10-08 19:45 ` ericonr
2020-10-08 19:47 ` ericonr
2020-10-08 20:23 ` olafmersmann [this message]
2020-10-08 20:24 ` olafmersmann
2020-10-08 20:24 ` olafmersmann
2020-10-08 20:25 ` [PR PATCH] [Updated] " olafmersmann
2020-10-08 20:31 ` [PR REVIEW] " ericonr
2020-10-08 20:33 ` olafmersmann
2020-10-09 3:12 ` [PR PATCH] [Merged]: " Johnnynator
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=20201008202332.iMMPPEcVljYdJWeqehaqjcw9EHL8j3Pbt4Kz9RD-STE@z \
--to=olafmersmann@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).