Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gl2ps: update to 1.4.1
@ 2020-04-07  6:44 yopito
  2020-04-07 19:16 ` [PR PATCH] [Merged]: " Hoshpak
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: yopito @ 2020-04-07  6:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages gl2ps
https://github.com/void-linux/void-packages/pull/20726

gl2ps: update to 1.4.1


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

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

From 0bec702d29fe754addad79338310177aa98518f2 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 7 Apr 2020 08:37:27 +0200
Subject: [PATCH] gl2ps: update to 1.4.1

---
 srcpkgs/gl2ps/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gl2ps/template b/srcpkgs/gl2ps/template
index 302f5169f75..f0fe975b7cb 100644
--- a/srcpkgs/gl2ps/template
+++ b/srcpkgs/gl2ps/template
@@ -1,16 +1,15 @@
 # Template file for 'gl2ps'
 pkgname=gl2ps
-version=1.4.0
+version=1.4.1
 revision=1
-wrksrc="${pkgname}-${version}-source"
 build_style=cmake
 makedepends="glu-devel libfreeglut-devel libXmu-devel zlib-devel libpng-devel"
 short_desc="OpenGL to PostScript printing library"
 maintainer="yopito <pierre.bourgin@free.fr>"
-license="LGPL-2, GL2PS"
+license="LGPL-2.0-or-later, GL2PS"
 homepage="http://www.geuz.org/gl2ps/"
 distfiles="http://geuz.org/${pkgname}/src/${pkgname}-${version}.tgz"
-checksum=03cb5e6dfcd87183f3b9ba3b22f04cd155096af81e52988cc37d8d8efe6cf1e2
+checksum=7362034b3d00ceef5601ff2d3dadb232c6678924e2594f32d73dfc9b202d5d3b
 
 post_install() {
 	vlicense COPYING.GL2PS

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

* Re: [PR PATCH] [Merged]: gl2ps: update to 1.4.1
  2020-04-07  6:44 [PR PATCH] gl2ps: update to 1.4.1 yopito
@ 2020-04-07 19:16 ` Hoshpak
  2020-04-08  1:10 ` q66
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Hoshpak @ 2020-04-07 19:16 UTC (permalink / raw)
  To: ml

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

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

gl2ps: update to 1.4.1
https://github.com/void-linux/void-packages/pull/20726

Description:


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

* Re: gl2ps: update to 1.4.1
  2020-04-07  6:44 [PR PATCH] gl2ps: update to 1.4.1 yopito
  2020-04-07 19:16 ` [PR PATCH] [Merged]: " Hoshpak
@ 2020-04-08  1:10 ` q66
  2020-04-08  1:13 ` q66
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2020-04-08  1:10 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/20726#issuecomment-610696631

Comment:
This staged the repo, fix your shlibs first, reverted for now.

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

* Re: gl2ps: update to 1.4.1
  2020-04-07  6:44 [PR PATCH] gl2ps: update to 1.4.1 yopito
  2020-04-07 19:16 ` [PR PATCH] [Merged]: " Hoshpak
  2020-04-08  1:10 ` q66
@ 2020-04-08  1:13 ` q66
  2020-04-08 11:08 ` yopito
  2020-04-08 11:53 ` q66
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2020-04-08  1:13 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/20726#issuecomment-610696631

Comment:
This staged the repo, fix your shlibs first, reverted for now.

```
Inconsistent shlibs:
  libgl2ps.so.1 (provided by: gl2ps; used by: oce, octave, sumo)
```

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

* Re: gl2ps: update to 1.4.1
  2020-04-07  6:44 [PR PATCH] gl2ps: update to 1.4.1 yopito
                   ` (2 preceding siblings ...)
  2020-04-08  1:13 ` q66
@ 2020-04-08 11:08 ` yopito
  2020-04-08 11:53 ` q66
  4 siblings, 0 replies; 6+ messages in thread
From: yopito @ 2020-04-08 11:08 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/20726#issuecomment-610896148

Comment:
my bad. thanks for fixing it.
I will fix and propose another PR.


On 4/8/20 3:11 AM, Daniel Kolesa wrote:
> This staged the repo, fix your shlibs first, reverted for now.
> 
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub 
> <https://github.com/void-linux/void-packages/pull/20726#issuecomment-610696631>, 
> or unsubscribe 
> <https://github.com/notifications/unsubscribe-auth/ADCGHWLCJDKHOGQ2QS23SDDRLPFK7ANCNFSM4MC3KAGQ>.
> 


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

* Re: gl2ps: update to 1.4.1
  2020-04-07  6:44 [PR PATCH] gl2ps: update to 1.4.1 yopito
                   ` (3 preceding siblings ...)
  2020-04-08 11:08 ` yopito
@ 2020-04-08 11:53 ` q66
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2020-04-08 11:53 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/20726#issuecomment-610914129

Comment:
Looks like next version fixed it

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

end of thread, other threads:[~2020-04-08 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07  6:44 [PR PATCH] gl2ps: update to 1.4.1 yopito
2020-04-07 19:16 ` [PR PATCH] [Merged]: " Hoshpak
2020-04-08  1:10 ` q66
2020-04-08  1:13 ` q66
2020-04-08 11:08 ` yopito
2020-04-08 11:53 ` q66

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