Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Obtain devpdf fonts from ghostscript
@ 2021-05-24 23:12 anddam
  2021-05-24 23:27 ` abenson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: anddam @ 2021-05-24 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anddam/void-packages feature-groff-add-devpdf-fonts
https://github.com/void-linux/void-packages/pull/31101

Obtain devpdf fonts from ghostscript
cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html

<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feature-groff-add-devpdf-fonts-31101.patch --]
[-- Type: text/x-diff, Size: 834 bytes --]

From 0668b27031a96f203ab51f253807e01b88365ab6 Mon Sep 17 00:00:00 2001
From: Andrea D'Amore <a@d-amo.re>
Date: Tue, 25 May 2021 01:03:34 +0200
Subject: [PATCH] Obtain devpdf fonts from ghostscript

cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html
---
 srcpkgs/groff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/groff/template b/srcpkgs/groff/template
index e58613b4c638..248fe93dcacd 100644
--- a/srcpkgs/groff/template
+++ b/srcpkgs/groff/template
@@ -5,7 +5,7 @@ revision=2
 build_style=gnu-configure
 configure_args="--without-x --disable-rpath"
 hostmakedepends="texinfo perl bison"
-makedepends="zlib-devel"
+makedepends="zlib-devel ghostscript"
 short_desc="GNU troff text-formatting system"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
@ 2021-05-24 23:27 ` abenson
  2021-05-24 23:28 ` abenson
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-05-24 23:27 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/31101#issuecomment-847419049

Comment:
Change the commit message to `groff: obtain devpdf fonts from ghostscript`

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

* Re: Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
  2021-05-24 23:27 ` abenson
@ 2021-05-24 23:28 ` abenson
  2021-05-25  8:37 ` [PR PATCH] [Updated] " anddam
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-05-24 23:28 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/31101#issuecomment-847419242

Comment:
Also, you probably want to bump the revision

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

* Re: [PR PATCH] [Updated] Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
  2021-05-24 23:27 ` abenson
  2021-05-24 23:28 ` abenson
@ 2021-05-25  8:37 ` anddam
  2021-05-31 22:12 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: anddam @ 2021-05-25  8:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anddam/void-packages feature-groff-add-devpdf-fonts
https://github.com/void-linux/void-packages/pull/31101

Obtain devpdf fonts from ghostscript
cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html

<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feature-groff-add-devpdf-fonts-31101.patch --]
[-- Type: text/x-diff, Size: 920 bytes --]

From a5ff07eaae033087ea9a09baacaa509be22640a7 Mon Sep 17 00:00:00 2001
From: Andrea D'Amore <a@d-amo.re>
Date: Tue, 25 May 2021 01:03:34 +0200
Subject: [PATCH] groff: obtain devpdf fonts from ghostscript

cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html
---
 srcpkgs/groff/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/groff/template b/srcpkgs/groff/template
index e58613b4c638..dfe70128e521 100644
--- a/srcpkgs/groff/template
+++ b/srcpkgs/groff/template
@@ -1,11 +1,11 @@
 # Template file for 'groff'
 pkgname=groff
 version=1.22.4
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--without-x --disable-rpath"
 hostmakedepends="texinfo perl bison"
-makedepends="zlib-devel"
+makedepends="zlib-devel ghostscript"
 short_desc="GNU troff text-formatting system"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
                   ` (2 preceding siblings ...)
  2021-05-25  8:37 ` [PR PATCH] [Updated] " anddam
@ 2021-05-31 22:12 ` ericonr
  2021-06-01 13:51 ` anddam
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-05-31 22:12 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31101#issuecomment-851700817

Comment:
Cross builds are missing the new files :/

Can you try adding `ghostscript` to `hostmakedepends` instead?

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

* Re: Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
                   ` (3 preceding siblings ...)
  2021-05-31 22:12 ` ericonr
@ 2021-06-01 13:51 ` anddam
  2021-06-01 13:55 ` [PR PATCH] [Updated] " anddam
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: anddam @ 2021-06-01 13:51 UTC (permalink / raw)
  To: ml

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

New comment by anddam on void-packages repository

https://github.com/void-linux/void-packages/pull/31101#issuecomment-852142068

Comment:
> Cross builds are missing the new files :/
> 
> Can you try adding `ghostscript` to `hostmakedepends` instead?

It's a big effort but I'll do my best.

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

* Re: [PR PATCH] [Updated] Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
                   ` (4 preceding siblings ...)
  2021-06-01 13:51 ` anddam
@ 2021-06-01 13:55 ` anddam
  2021-06-01 13:57 ` anddam
  2021-06-02  4:25 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: anddam @ 2021-06-01 13:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anddam/void-packages feature-groff-add-devpdf-fonts
https://github.com/void-linux/void-packages/pull/31101

Obtain devpdf fonts from ghostscript
cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html

<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feature-groff-add-devpdf-fonts-31101.patch --]
[-- Type: text/x-diff, Size: 904 bytes --]

From e52cc554bb8676acda19bfea616815a9bb7af6b4 Mon Sep 17 00:00:00 2001
From: Andrea D'Amore <a@d-amo.re>
Date: Tue, 25 May 2021 01:03:34 +0200
Subject: [PATCH] groff: obtain devpdf fonts from ghostscript

cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html
---
 srcpkgs/groff/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/groff/template b/srcpkgs/groff/template
index e58613b4c638..88923c6874b5 100644
--- a/srcpkgs/groff/template
+++ b/srcpkgs/groff/template
@@ -1,10 +1,10 @@
 # Template file for 'groff'
 pkgname=groff
 version=1.22.4
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--without-x --disable-rpath"
-hostmakedepends="texinfo perl bison"
+hostmakedepends="texinfo perl bison ghostscript"
 makedepends="zlib-devel"
 short_desc="GNU troff text-formatting system"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
                   ` (5 preceding siblings ...)
  2021-06-01 13:55 ` [PR PATCH] [Updated] " anddam
@ 2021-06-01 13:57 ` anddam
  2021-06-02  4:25 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: anddam @ 2021-06-01 13:57 UTC (permalink / raw)
  To: ml

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

New comment by anddam on void-packages repository

https://github.com/void-linux/void-packages/pull/31101#issuecomment-852147185

Comment:
> > Can you try adding `ghostscript` to `hostmakedepends` instead?

> It's a big effort but I'll do my best.

And done. CI is running but I have faith.

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

* Re: [PR PATCH] [Merged]: Obtain devpdf fonts from ghostscript
  2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
                   ` (6 preceding siblings ...)
  2021-06-01 13:57 ` anddam
@ 2021-06-02  4:25 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-06-02  4:25 UTC (permalink / raw)
  To: ml

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

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

Obtain devpdf fonts from ghostscript
https://github.com/void-linux/void-packages/pull/31101

Description:
cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html

<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-06-02  4:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 23:12 [PR PATCH] Obtain devpdf fonts from ghostscript anddam
2021-05-24 23:27 ` abenson
2021-05-24 23:28 ` abenson
2021-05-25  8:37 ` [PR PATCH] [Updated] " anddam
2021-05-31 22:12 ` ericonr
2021-06-01 13:51 ` anddam
2021-06-01 13:55 ` [PR PATCH] [Updated] " anddam
2021-06-01 13:57 ` anddam
2021-06-02  4:25 ` [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).