Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 66-tools: update to 0.0.7.3.
@ 2021-06-15 22:36 paper42
  2021-06-16  8:59 ` mobinmob
  2021-06-16 12:31 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2021-06-15 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages 66-tools-0.0.7.3
https://github.com/void-linux/void-packages/pull/31518

66-tools: update to 0.0.7.3.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I submitted the manpage generation fix upstream.

@mobinmob 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-tools-0.0.7.3-31518.patch --]
[-- Type: text/x-diff, Size: 2201 bytes --]

From 6a102442e15fb256476ea598a4c706a9a8d0cbc5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 16 Jun 2021 00:17:23 +0200
Subject: [PATCH] 66-tools: update to 0.0.7.3.

---
 srcpkgs/66-tools/patches/fix-man.patch | 17 +++++++++++++++++
 srcpkgs/66-tools/template              |  6 +++---
 2 files changed, 20 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/66-tools/patches/fix-man.patch

diff --git a/srcpkgs/66-tools/patches/fix-man.patch b/srcpkgs/66-tools/patches/fix-man.patch
new file mode 100644
index 000000000000..fe77c2775f5e
--- /dev/null
+++ b/srcpkgs/66-tools/patches/fix-man.patch
@@ -0,0 +1,17 @@
+--- doc/make-man.sh
++++ doc/make-man.sh
+@@ -10,11 +10,9 @@ done
+ 
+ for i in ${man1}; do
+     lowdown -s -Tman doc/"${i}".md -o doc/man/man1/"${i}".1
+-    var=$(head -n1 < doc/man/man1/"${i}".1)
+-    var=$(printf '%s' "$var" | tr '7' '1')
+-    var="${var} \"\" \"General Commands Manual\""
+-    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${i}".1
+-    sed -i '2,7d' doc/man/man1/"${i}".1
++    var=$(sed -n '/^.TH/p' doc/man/man1/"${f}".1 | tr '7' '1')
++    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${f}".1
++    sed -i '4,8d' doc/man/man1/"${f}".1
+ done
+ 
+ man_5(){
diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template
index 876ef69fdfa6..b9c5e7c66a79 100644
--- a/srcpkgs/66-tools/template
+++ b/srcpkgs/66-tools/template
@@ -1,6 +1,6 @@
 # Template file for '66-tools'
 pkgname=66-tools
-version=0.0.7.2
+version=0.0.7.3
 revision=1
 wrksrc=${pkgname}-v${version}
 build_style=configure
@@ -14,9 +14,9 @@ short_desc="Small tools and helpers for service scripts execution"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/index.html"
-changelog="https://framagit.org/Obarun/66-tools/-/raw/master/NEWS.md"
+changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
 distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
-checksum=2732c67211d0ea1f0bda5ae55dc3be41f07a7e75d6006867cc5b8c87d1c29984
+checksum=c8cbe0d6c104e4d87d588d5980201770a6fd2fad11f99ff138a37ff918d68491
 
 post_install() {
 	vlicense LICENSE

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

* Re: 66-tools: update to 0.0.7.3.
  2021-06-15 22:36 [PR PATCH] 66-tools: update to 0.0.7.3 paper42
@ 2021-06-16  8:59 ` mobinmob
  2021-06-16 12:31 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2021-06-16  8:59 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/31518#issuecomment-862184102

Comment:
Thank you for the fix and  taking care of the update.

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

* Re: [PR PATCH] [Merged]: 66-tools: update to 0.0.7.3.
  2021-06-15 22:36 [PR PATCH] 66-tools: update to 0.0.7.3 paper42
  2021-06-16  8:59 ` mobinmob
@ 2021-06-16 12:31 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-06-16 12:31 UTC (permalink / raw)
  To: ml

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

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

66-tools: update to 0.0.7.3.
https://github.com/void-linux/void-packages/pull/31518

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I submitted the manpage generation fix upstream.

@mobinmob 

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

end of thread, other threads:[~2021-06-16 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 22:36 [PR PATCH] 66-tools: update to 0.0.7.3 paper42
2021-06-16  8:59 ` mobinmob
2021-06-16 12:31 ` [PR PATCH] [Merged]: " ericonr

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