Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mat2: install man page
@ 2023-06-04 18:54 akierig
  2023-06-04 19:00 ` [PR PATCH] [Updated] " akierig
  2023-06-05  1:46 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: akierig @ 2023-06-04 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages mat2-man
https://github.com/void-linux/void-packages/pull/44261

mat2: install man page
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mat2-man-44261.patch --]
[-- Type: text/x-diff, Size: 1002 bytes --]

From ac722e7b2f2b093067f710db204d18b0507791f8 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sun, 4 Jun 2023 13:47:04 -0500
Subject: [PATCH] mat2: install man page

---
 srcpkgs/mat2/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/mat2/template b/srcpkgs/mat2/template
index 64fc4b5f2169..613a79dbe059 100644
--- a/srcpkgs/mat2/template
+++ b/srcpkgs/mat2/template
@@ -1,7 +1,7 @@
 # Template file for 'mat2'
 pkgname=mat2
 version=0.13.3
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="bubblewrap python3-cairo python3-gobject python3-mutagen poppler-glib
@@ -14,3 +14,7 @@ changelog="https://0xacab.org/jvoisin/mat2/-/raw/master/CHANGELOG.md"
 distfiles="https://0xacab.org/jvoisin/mat2/-/archive/${version}/mat2-${version}.tar.gz"
 checksum=e1bb0161fa1c2f2adb1b933761f9569534309e90209568f96aca5fc8a74f511a
 make_check=no  # cannot bwrap in chroot
+
+do_install() {
+	vman doc/mat2.1
+}

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

* Re: [PR PATCH] [Updated] mat2: install man page
  2023-06-04 18:54 [PR PATCH] mat2: install man page akierig
@ 2023-06-04 19:00 ` akierig
  2023-06-05  1:46 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: akierig @ 2023-06-04 19:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages mat2-man
https://github.com/void-linux/void-packages/pull/44261

mat2: install man page
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mat2-man-44261.patch --]
[-- Type: text/x-diff, Size: 1004 bytes --]

From 15f59a1c12b67256602233e802bee3e4f7361dda Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sun, 4 Jun 2023 13:47:04 -0500
Subject: [PATCH] mat2: install man page

---
 srcpkgs/mat2/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/mat2/template b/srcpkgs/mat2/template
index 64fc4b5f2169..c06ed1f67211 100644
--- a/srcpkgs/mat2/template
+++ b/srcpkgs/mat2/template
@@ -1,7 +1,7 @@
 # Template file for 'mat2'
 pkgname=mat2
 version=0.13.3
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="bubblewrap python3-cairo python3-gobject python3-mutagen poppler-glib
@@ -14,3 +14,7 @@ changelog="https://0xacab.org/jvoisin/mat2/-/raw/master/CHANGELOG.md"
 distfiles="https://0xacab.org/jvoisin/mat2/-/archive/${version}/mat2-${version}.tar.gz"
 checksum=e1bb0161fa1c2f2adb1b933761f9569534309e90209568f96aca5fc8a74f511a
 make_check=no  # cannot bwrap in chroot
+
+post_install() {
+	vman doc/mat2.1
+}

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

* Re: [PR PATCH] [Merged]: mat2: install man page
  2023-06-04 18:54 [PR PATCH] mat2: install man page akierig
  2023-06-04 19:00 ` [PR PATCH] [Updated] " akierig
@ 2023-06-05  1:46 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-06-05  1:46 UTC (permalink / raw)
  To: ml

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

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

mat2: install man page
https://github.com/void-linux/void-packages/pull/44261

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)


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

end of thread, other threads:[~2023-06-05  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-04 18:54 [PR PATCH] mat2: install man page akierig
2023-06-04 19:00 ` [PR PATCH] [Updated] " akierig
2023-06-05  1:46 ` [PR PATCH] [Merged]: " classabbyamp

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