Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git: add diff-highlight, git contacts and git jump
@ 2019-07-15 18:44 voidlinux-github
  2019-07-17 16:18 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-15 18:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org git
https://github.com/void-linux/void-packages/pull/13137

git: add diff-highlight, git contacts and git jump
I am particularly interested in diff-highlight, but on occasion added two more contrib scripts that are possibly useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-13137.patch --]
[-- Type: application/text/x-diff, Size: 1695 bytes --]

From 66224fc7d4293b52cf1d6f177c3cf133141ed150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 15 Jul 2019 20:40:49 +0200
Subject: [PATCH] git: add diff-highlight, git contacts and git jump

---
 srcpkgs/git/template | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 11630afb5a0..f4a194643ce 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,7 +1,7 @@
 # Template file for 'git'
 pkgname=git
 version=2.22.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
  ac_cv_snprintf_returns_bogus=no"
@@ -31,6 +31,8 @@ esac
 
 post_build() {
 	make ${makejobs} -C Documentation man
+	make ${makejobs} -C contrib/contacts all git-contacts.1
+	make ${makejobs} -C contrib/diff-highlight all
 	make ${makejobs} -C contrib/subtree all git-subtree.1
 	make ${makejobs} -C contrib/credential/libsecret
 }
@@ -40,6 +42,11 @@ post_install() {
 	vinstall contrib/completion/git-completion.bash 644 \
 		usr/share/bash-completion/completions git
 	vinstall contrib/completion/git-prompt.sh 644 usr/share/git
+	make -C contrib/contacts DESTDIR=${DESTDIR} prefix=/usr install install-man
+	vbin contrib/diff-highlight/diff-highlight
+	vinstall contrib/diff-highlight/README 644 usr/share/doc/git-diff-highlight
+	vinstall contrib/git-jump/git-jump 755 usr/libexec/git-core
+	vinstall contrib/git-jump/README 644 usr/share/doc/git-jump
 	make -C contrib/subtree DESTDIR=${DESTDIR} prefix=/usr install install-man
 	vinstall contrib/credential/libsecret/git-credential-libsecret 755 usr/libexec/git-core
 }

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

* Re: [PR PATCH] [Merged]: git: add diff-highlight, git contacts and git jump
  2019-07-15 18:44 [PR PATCH] git: add diff-highlight, git contacts and git jump voidlinux-github
@ 2019-07-17 16:18 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-17 16:18 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

git: add diff-highlight, git contacts and git jump
https://github.com/void-linux/void-packages/pull/13137
Description: I am particularly interested in diff-highlight, but on occasion added two more contrib scripts that are possibly useful.

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

end of thread, other threads:[~2019-07-17 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 18:44 [PR PATCH] git: add diff-highlight, git contacts and git jump voidlinux-github
2019-07-17 16:18 ` [PR PATCH] [Merged]: " voidlinux-github

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).