Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ttyrec: fix missing ttytime
Date: Tue, 25 Jun 2019 15:56:19 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12687@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages fix_ttyrec
https://github.com/void-linux/void-packages/pull/12687

ttyrec: fix missing ttytime


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

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

From 108a7a2aab4d07683cbd124e1225a4705549bebd Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 25 Jun 2019 08:52:26 -0500
Subject: [PATCH] ttyrec: fix missing ttytime

---
 srcpkgs/ttyrec/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ttyrec/template b/srcpkgs/ttyrec/template
index e576d506f40..cff70746cc5 100644
--- a/srcpkgs/ttyrec/template
+++ b/srcpkgs/ttyrec/template
@@ -1,12 +1,12 @@
 # Template file for 'ttyrec'
 pkgname=ttyrec
 version=1.0.8
-revision=5
+revision=6
+short_desc="Record and playback activity on a tty"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-4-Clause-UC"
 homepage="http://0xcc.net/ttyrec"
 distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz"
-short_desc="tty recorder and player"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
 checksum=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
 
 do_build() {
@@ -14,8 +14,10 @@ do_build() {
 	make ${makejobs} CC=$CC CFLAGS="-DHAVE_openpty $CFLAGS" LDFLAGS="-lutil $LDFLAGS"
 }
 do_install() {
-	for f in rec play; do
+	for f in rec play time; do
 		vbin tty${f}
 		vman tty${f}.1
 	done
+	sed -n '1,32p' ttyrec.c > LICENSE
+	vlicense LICENSE
 }

             reply	other threads:[~2019-06-25 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-25 13:56 voidlinux-github [this message]
2019-06-25 18:34 ` [PR PATCH] [Merged]: " voidlinux-github

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-12687@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).