Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pmw-5.20
@ 2023-04-07 21:40 spaskalev
  2023-04-07 21:47 ` [PR REVIEW] " paper42
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: spaskalev @ 2023-04-07 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spaskalev/void-packages patch-1
https://github.com/void-linux/void-packages/pull/43331

New package: pmw-5.20
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From d6ee9bfb8969aed27ee4633ccb0f87a8cbd20a56 Mon Sep 17 00:00:00 2001
From: Stanislav Paskalev <spaskalev@protonmail.com>
Date: Sat, 8 Apr 2023 00:39:28 +0300
Subject: [PATCH] New package: pmw-5.20

---
 srcpkgs/pmw/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/pmw/template

diff --git a/srcpkgs/pmw/template b/srcpkgs/pmw/template
new file mode 100644
index 000000000000..c775e8a0f7b5
--- /dev/null
+++ b/srcpkgs/pmw/template
@@ -0,0 +1,15 @@
+# Template file for 'pmw'
+pkgname=pmw
+version=5.20
+revision=1
+build_style=gnu-configure
+make_install_args="MANDIR=/usr/share/man"
+short_desc="PMW is a computer program for high quality music typesetting"
+maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://quercite.dx.am/pmw.html"
+distfiles="https://github.com/PhilipHazel/pmw/releases/download/pmw-${version}/pmw-${version}.tar.gz"
+checksum=a78063bcd59b72ad31e6ad471270bfc0d28db38ecb74cec20e06503ad033c8b4
+post_install() {
+	vinstall doc/spec.pdf 644 /usr/share/pmw manual.pdf
+}

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
  2023-04-07 21:47 ` [PR REVIEW] " paper42
@ 2023-04-07 21:47 ` paper42
  2023-04-07 22:13 ` [PR PATCH] [Updated] " spaskalev
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2023-04-07 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1160982785

Comment:
it doesn't seem to put any manpages to the package, is it putting it to / directly and not into $DESTDIR?

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
@ 2023-04-07 21:47 ` paper42
  2023-04-07 21:47 ` paper42
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: paper42 @ 2023-04-07 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1160982341

Comment:
```suggestion

post_install() {
```

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

* Re: [PR PATCH] [Updated] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
  2023-04-07 21:47 ` [PR REVIEW] " paper42
  2023-04-07 21:47 ` paper42
@ 2023-04-07 22:13 ` spaskalev
  2023-04-07 22:13 ` [PR REVIEW] " spaskalev
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-07 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spaskalev/void-packages patch-1
https://github.com/void-linux/void-packages/pull/43331

New package: pmw-5.20
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 778b2ae1fc7761186a25313bdd9f8d7eeda12cb6 Mon Sep 17 00:00:00 2001
From: Stanislav Paskalev <spaskalev@protonmail.com>
Date: Sat, 8 Apr 2023 00:34:53 +0300
Subject: [PATCH] New package: pmw-5.20

---
 srcpkgs/pmw/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/pmw/template

diff --git a/srcpkgs/pmw/template b/srcpkgs/pmw/template
new file mode 100644
index 000000000000..800f8cbe687e
--- /dev/null
+++ b/srcpkgs/pmw/template
@@ -0,0 +1,16 @@
+# Template file for 'pmw'
+pkgname=pmw
+version=5.20
+revision=1
+build_style=gnu-configure
+make_install_args="MANDIR=/usr/share/man"
+short_desc="PMW is a computer program for high quality music typesetting"
+maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://quercite.dx.am/pmw.html"
+distfiles="https://github.com/PhilipHazel/pmw/releases/download/pmw-${version}/pmw-${version}.tar.gz"
+checksum=a78063bcd59b72ad31e6ad471270bfc0d28db38ecb74cec20e06503ad033c8b4
+
+post_install() {
+	vinstall doc/spec.pdf 644 /usr/share/pmw manual.pdf
+}

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (2 preceding siblings ...)
  2023-04-07 22:13 ` [PR PATCH] [Updated] " spaskalev
@ 2023-04-07 22:13 ` spaskalev
  2023-04-07 22:43 ` [PR PATCH] [Updated] " spaskalev
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-07 22:13 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1160996034

Comment:
Fixed

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

* Re: [PR PATCH] [Updated] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (3 preceding siblings ...)
  2023-04-07 22:13 ` [PR REVIEW] " spaskalev
@ 2023-04-07 22:43 ` spaskalev
  2023-04-07 22:45 ` [PR REVIEW] " spaskalev
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-07 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spaskalev/void-packages patch-1
https://github.com/void-linux/void-packages/pull/43331

New package: pmw-5.20
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From f273818159e93d2a6d704017cbcd773c46b700cc Mon Sep 17 00:00:00 2001
From: Stanislav Paskalev <spaskalev@protonmail.com>
Date: Sat, 8 Apr 2023 00:34:53 +0300
Subject: [PATCH] New package: pmw-5.20

---
 srcpkgs/pmw/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/pmw/template

diff --git a/srcpkgs/pmw/template b/srcpkgs/pmw/template
new file mode 100644
index 000000000000..bf1fd0440722
--- /dev/null
+++ b/srcpkgs/pmw/template
@@ -0,0 +1,18 @@
+# Template file for 'pmw'
+pkgname=pmw
+version=5.20
+revision=1
+build_style=gnu-configure
+short_desc="PMW is a computer program for high quality music typesetting"
+maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://quercite.dx.am/pmw.html"
+distfiles="https://github.com/PhilipHazel/pmw/releases/download/pmw-${version}/pmw-${version}.tar.gz"
+checksum=a78063bcd59b72ad31e6ad471270bfc0d28db38ecb74cec20e06503ad033c8b4
+
+pre_install() {
+	make_install_args="MANDIR=${DESTDIR}/usr/share/man"
+}
+post_install() {
+	vinstall doc/spec.pdf 644 /usr/share/pmw manual.pdf
+}

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (4 preceding siblings ...)
  2023-04-07 22:43 ` [PR PATCH] [Updated] " spaskalev
@ 2023-04-07 22:45 ` spaskalev
  2023-04-07 23:51 ` classabbyamp
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-07 22:45 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161005350

Comment:
It should be okay now

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (7 preceding siblings ...)
  2023-04-07 23:51 ` classabbyamp
@ 2023-04-07 23:51 ` classabbyamp
  2023-04-07 23:51 ` classabbyamp
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2023-04-07 23:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161027898

Comment:
```suggestion
```

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (8 preceding siblings ...)
  2023-04-07 23:51 ` classabbyamp
@ 2023-04-07 23:51 ` classabbyamp
  2023-04-08  4:18 ` [PR PATCH] [Updated] " spaskalev
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2023-04-07 23:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161028114

Comment:
```suggestion
homepage="http://quercite.dx.am/pmw.html"
changelog="https://raw.githubusercontent.com/PhilipHazel/pmw/main/doc/ChangeLog"
```

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (5 preceding siblings ...)
  2023-04-07 22:45 ` [PR REVIEW] " spaskalev
@ 2023-04-07 23:51 ` classabbyamp
  2023-04-07 23:51 ` classabbyamp
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2023-04-07 23:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161027879

Comment:
```suggestion
build_style=gnu-configure
make_install_args="MANDIR=\${DESTDIR}/usr/share/man"
```

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (6 preceding siblings ...)
  2023-04-07 23:51 ` classabbyamp
@ 2023-04-07 23:51 ` classabbyamp
  2023-04-07 23:51 ` classabbyamp
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2023-04-07 23:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161027814

Comment:
```suggestion
short_desc="program for high quality music typesetting"
```

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

* Re: [PR PATCH] [Updated] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (9 preceding siblings ...)
  2023-04-07 23:51 ` classabbyamp
@ 2023-04-08  4:18 ` spaskalev
  2023-04-08  4:19 ` [PR REVIEW] " spaskalev
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-08  4:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spaskalev/void-packages patch-1
https://github.com/void-linux/void-packages/pull/43331

New package: pmw-5.20
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 645f9c6ad2ed39cc29c7b6eeeb69619a8cf5c622 Mon Sep 17 00:00:00 2001
From: Stanislav Paskalev <spaskalev@protonmail.com>
Date: Sat, 8 Apr 2023 00:34:53 +0300
Subject: [PATCH] New package: pmw-5.20

---
 srcpkgs/pmw/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/pmw/template

diff --git a/srcpkgs/pmw/template b/srcpkgs/pmw/template
new file mode 100644
index 000000000000..e5412e90bdf0
--- /dev/null
+++ b/srcpkgs/pmw/template
@@ -0,0 +1,17 @@
+# Template file for 'pmw'
+pkgname=pmw
+version=5.20
+revision=1
+build_style=gnu-configure
+make_install_args="MANDIR=\${DESTDIR}/usr/share/man"
+short_desc="Program for high quality music typesetting"
+maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://quercite.dx.am/pmw.html"
+changelog="https://raw.githubusercontent.com/PhilipHazel/pmw/main/doc/ChangeLog"
+distfiles="https://github.com/PhilipHazel/pmw/releases/download/pmw-${version}/pmw-${version}.tar.gz"
+checksum=a78063bcd59b72ad31e6ad471270bfc0d28db38ecb74cec20e06503ad033c8b4
+
+post_install() {
+	vinstall doc/spec.pdf 644 /usr/share/pmw manual.pdf
+}

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (10 preceding siblings ...)
  2023-04-08  4:18 ` [PR PATCH] [Updated] " spaskalev
@ 2023-04-08  4:19 ` spaskalev
  2023-04-08  4:19 ` spaskalev
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-08  4:19 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161059732

Comment:
Done

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (11 preceding siblings ...)
  2023-04-08  4:19 ` [PR REVIEW] " spaskalev
@ 2023-04-08  4:19 ` spaskalev
  2023-04-08  4:19 ` spaskalev
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-08  4:19 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161059735

Comment:
Done

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (12 preceding siblings ...)
  2023-04-08  4:19 ` spaskalev
@ 2023-04-08  4:19 ` spaskalev
  2023-04-08  4:20 ` spaskalev
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-08  4:19 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161059798

Comment:
Thanks, done

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (13 preceding siblings ...)
  2023-04-08  4:19 ` spaskalev
@ 2023-04-08  4:20 ` spaskalev
  2023-04-10  8:53 ` [PR PATCH] [Updated] " spaskalev
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-08  4:20 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1161059818

Comment:
Fixed, with an upper-case first letter (xlint fails otherwise)

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

* Re: [PR PATCH] [Updated] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (14 preceding siblings ...)
  2023-04-08  4:20 ` spaskalev
@ 2023-04-10  8:53 ` spaskalev
  2023-04-30 10:56 ` spaskalev
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-10  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spaskalev/void-packages patch-1
https://github.com/void-linux/void-packages/pull/43331

New package: pmw-5.20
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 21f9b55fad6cbff31f53899a30de6370038e2c6e Mon Sep 17 00:00:00 2001
From: Stanislav Paskalev <spaskalev@protonmail.com>
Date: Sat, 8 Apr 2023 00:34:53 +0300
Subject: [PATCH] New package: pmw-5.20

---
 srcpkgs/pmw/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/pmw/template

diff --git a/srcpkgs/pmw/template b/srcpkgs/pmw/template
new file mode 100644
index 000000000000..bd4466b7cd84
--- /dev/null
+++ b/srcpkgs/pmw/template
@@ -0,0 +1,19 @@
+# Template file for 'pmw'
+pkgname=pmw
+version=5.20
+revision=1
+build_style=gnu-configure
+make_install_args="MANDIR=\${DESTDIR}/usr/share/man"
+short_desc="Program for high quality music typesetting"
+maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://quercite.dx.am/pmw.html"
+changelog="https://raw.githubusercontent.com/PhilipHazel/pmw/main/doc/ChangeLog"
+distfiles="https://github.com/PhilipHazel/pmw/releases/download/pmw-${version}/pmw-${version}.tar.gz"
+checksum=a78063bcd59b72ad31e6ad471270bfc0d28db38ecb74cec20e06503ad033c8b4
+
+post_install() {
+	vinstall doc/spec.pdf 644 /usr/share/pmw manual.pdf
+	vmkdir /usr/share/pmw/contrib
+	vcopy contrib/* /usr/share/pmw/contrib
+}

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

* Re: New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (15 preceding siblings ...)
  2023-04-10  8:53 ` [PR PATCH] [Updated] " spaskalev
@ 2023-04-30 10:56 ` spaskalev
  2023-05-19 10:53 ` spaskalev
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-04-30 10:56 UTC (permalink / raw)
  To: ml

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

New comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#issuecomment-1528995302

Comment:
ping :) 

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

* Re: New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (16 preceding siblings ...)
  2023-04-30 10:56 ` spaskalev
@ 2023-05-19 10:53 ` spaskalev
  2023-05-19 14:58 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-05-19 10:53 UTC (permalink / raw)
  To: ml

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

New comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#issuecomment-1554395998

Comment:
ping :)

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (17 preceding siblings ...)
  2023-05-19 10:53 ` spaskalev
@ 2023-05-19 14:58 ` classabbyamp
  2023-05-19 16:51 ` [PR PATCH] [Updated] " spaskalev
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2023-05-19 14:58 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1199062245

Comment:
use vdoc, unless this is where the application looks for this (if it does so) 

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

* Re: [PR PATCH] [Updated] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (18 preceding siblings ...)
  2023-05-19 14:58 ` [PR REVIEW] " classabbyamp
@ 2023-05-19 16:51 ` spaskalev
  2023-05-19 16:52 ` [PR REVIEW] " spaskalev
  2023-05-19 17:15 ` [PR PATCH] [Merged]: " classabbyamp
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-05-19 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/spaskalev/void-packages patch-1
https://github.com/void-linux/void-packages/pull/43331

New package: pmw-5.20
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 3cac8b7ed5f4b84fb58470d39078fdfe5284b301 Mon Sep 17 00:00:00 2001
From: Stanislav Paskalev <spaskalev@protonmail.com>
Date: Sat, 8 Apr 2023 00:34:53 +0300
Subject: [PATCH] New package: pmw-5.20

---
 srcpkgs/pmw/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/pmw/template

diff --git a/srcpkgs/pmw/template b/srcpkgs/pmw/template
new file mode 100644
index 000000000000..470a5d793fd8
--- /dev/null
+++ b/srcpkgs/pmw/template
@@ -0,0 +1,19 @@
+# Template file for 'pmw'
+pkgname=pmw
+version=5.20
+revision=1
+build_style=gnu-configure
+make_install_args="MANDIR=\${DESTDIR}/usr/share/man"
+short_desc="Program for high quality music typesetting"
+maintainer="Stanislav Paskalev <spaskalev@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://quercite.dx.am/pmw.html"
+changelog="https://raw.githubusercontent.com/PhilipHazel/pmw/main/doc/ChangeLog"
+distfiles="https://github.com/PhilipHazel/pmw/releases/download/pmw-${version}/pmw-${version}.tar.gz"
+checksum=a78063bcd59b72ad31e6ad471270bfc0d28db38ecb74cec20e06503ad033c8b4
+
+post_install() {
+	vdoc doc/spec.pdf manual.pdf
+	vmkdir /usr/share/pmw/contrib
+	vcopy contrib/* /usr/share/pmw/contrib
+}

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

* Re: [PR REVIEW] New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (19 preceding siblings ...)
  2023-05-19 16:51 ` [PR PATCH] [Updated] " spaskalev
@ 2023-05-19 16:52 ` spaskalev
  2023-05-19 17:15 ` [PR PATCH] [Merged]: " classabbyamp
  21 siblings, 0 replies; 23+ messages in thread
From: spaskalev @ 2023-05-19 16:52 UTC (permalink / raw)
  To: ml

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

New review comment by spaskalev on void-packages repository

https://github.com/void-linux/void-packages/pull/43331#discussion_r1199174524

Comment:
Done (this is a user manual, the application does not depend on it)

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

* Re: [PR PATCH] [Merged]: New package: pmw-5.20
  2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
                   ` (20 preceding siblings ...)
  2023-05-19 16:52 ` [PR REVIEW] " spaskalev
@ 2023-05-19 17:15 ` classabbyamp
  21 siblings, 0 replies; 23+ messages in thread
From: classabbyamp @ 2023-05-19 17:15 UTC (permalink / raw)
  To: ml

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

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

New package: pmw-5.20
https://github.com/void-linux/void-packages/pull/43331

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

end of thread, other threads:[~2023-05-19 17:15 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 21:40 [PR PATCH] New package: pmw-5.20 spaskalev
2023-04-07 21:47 ` [PR REVIEW] " paper42
2023-04-07 21:47 ` paper42
2023-04-07 22:13 ` [PR PATCH] [Updated] " spaskalev
2023-04-07 22:13 ` [PR REVIEW] " spaskalev
2023-04-07 22:43 ` [PR PATCH] [Updated] " spaskalev
2023-04-07 22:45 ` [PR REVIEW] " spaskalev
2023-04-07 23:51 ` classabbyamp
2023-04-07 23:51 ` classabbyamp
2023-04-07 23:51 ` classabbyamp
2023-04-07 23:51 ` classabbyamp
2023-04-08  4:18 ` [PR PATCH] [Updated] " spaskalev
2023-04-08  4:19 ` [PR REVIEW] " spaskalev
2023-04-08  4:19 ` spaskalev
2023-04-08  4:19 ` spaskalev
2023-04-08  4:20 ` spaskalev
2023-04-10  8:53 ` [PR PATCH] [Updated] " spaskalev
2023-04-30 10:56 ` spaskalev
2023-05-19 10:53 ` spaskalev
2023-05-19 14:58 ` [PR REVIEW] " classabbyamp
2023-05-19 16:51 ` [PR PATCH] [Updated] " spaskalev
2023-05-19 16:52 ` [PR REVIEW] " spaskalev
2023-05-19 17:15 ` [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).