Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] celestia-glut: fixes + remove pangox-compat-devel.
@ 2020-10-07 22:59 fosslinux
  2020-10-08  4:14 ` fosslinux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fosslinux @ 2020-10-07 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages celestia-glut-fix
https://github.com/void-linux/void-packages/pull/25426

celestia-glut: fixes + remove pangox-compat-devel.
- celestia dosen't link against pangox-compat, this seems to be an
  old remnant.
- fix xlint warnings.
- move upstream homepage.
- revbump because of metadata.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-celestia-glut-fix-25426.patch --]
[-- Type: text/x-diff, Size: 1829 bytes --]

From f99dea59584ef356bbef332e3431710d4786affa Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Thu, 8 Oct 2020 09:57:17 +1100
Subject: [PATCH] celestia-glut: fixes + remove pangox-compat-devel.

- celestia dosen't link against pangox-compat, this seems to be an
  old remnant.
- fix xlint warnings.
- move upstream homepage.
- revbump because of metadata.
---
 srcpkgs/celestia-glut/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/celestia-glut/template b/srcpkgs/celestia-glut/template
index bf07fbef025..2ee6f0cd64f 100644
--- a/srcpkgs/celestia-glut/template
+++ b/srcpkgs/celestia-glut/template
@@ -1,18 +1,19 @@
 # Template file for 'celestia-glut'
 pkgname=celestia-glut
 version=1.6.1
-revision=5
+revision=6
+wrksrc="celestia-${version}"
+build_style=gnu-configure
+configure_args="--with-glut --with-lua --enable-theora --disable-static"
+hostmakedepends="pkg-config"
+makedepends="gtkglext-devel zlib-devel lua51-devel glu-devel libfreeglut-devel
+ libjpeg-turbo-devel libpng-devel libtheora-devel"
 short_desc="Free space simulation using GLUT"
 maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://www.shatters.net/celestia/"
+license="GPL-2.0-only"
+homepage="https://celestia.space"
 distfiles="${SOURCEFORGE_SITE}/celestia/celestia-${version}.tar.gz"
 checksum="d35570ccb9440fc0bd3e73eb9b4c3e8a4c25f3ae444a13d1175053fa16dc34c4"
-build_style=gnu-configure
-configure_args="--with-glut --with-lua --enable-theora --disable-static"
-hostmakedepends="pkg-config"
-makedepends="gtkglext-devel zlib-devel lua51-devel glu-devel libfreeglut-devel libjpeg-turbo-devel libpng-devel libtheora-devel pangox-compat-devel"
-wrksrc=celestia-${version}
 
 provides="celestia-${version}_${revision}"
 replaces="celestia>=0"

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

* Re: celestia-glut: fixes + remove pangox-compat-devel.
  2020-10-07 22:59 [PR PATCH] celestia-glut: fixes + remove pangox-compat-devel fosslinux
@ 2020-10-08  4:14 ` fosslinux
  2020-10-08 14:38 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-10-08  4:14 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25426#issuecomment-705318195

Comment:
Sorry which typo?

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

* Re: celestia-glut: fixes + remove pangox-compat-devel.
  2020-10-07 22:59 [PR PATCH] celestia-glut: fixes + remove pangox-compat-devel fosslinux
  2020-10-08  4:14 ` fosslinux
@ 2020-10-08 14:38 ` sgn
  2020-10-09  9:19 ` [PR PATCH] [Updated] " fosslinux
  2020-10-09 12:51 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-10-08 14:38 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25426#issuecomment-705615708

Comment:
`s/dose/does/`

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

* Re: [PR PATCH] [Updated] celestia-glut: fixes + remove pangox-compat-devel.
  2020-10-07 22:59 [PR PATCH] celestia-glut: fixes + remove pangox-compat-devel fosslinux
  2020-10-08  4:14 ` fosslinux
  2020-10-08 14:38 ` sgn
@ 2020-10-09  9:19 ` fosslinux
  2020-10-09 12:51 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-10-09  9:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages celestia-glut-fix
https://github.com/void-linux/void-packages/pull/25426

celestia-glut: fixes + remove pangox-compat-devel.
- celestia dosen't link against pangox-compat, this seems to be an
  old remnant.
- fix xlint warnings.
- move upstream homepage.
- revbump because of metadata.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-celestia-glut-fix-25426.patch --]
[-- Type: text/x-diff, Size: 1829 bytes --]

From 9b22887c82d33928531f3a85ab6148cbd67096ae Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Thu, 8 Oct 2020 09:57:17 +1100
Subject: [PATCH] celestia-glut: fixes + remove pangox-compat-devel.

- celestia doesn't link against pangox-compat, this seems to be an
  old remnant.
- fix xlint warnings.
- move upstream homepage.
- revbump because of metadata.
---
 srcpkgs/celestia-glut/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/celestia-glut/template b/srcpkgs/celestia-glut/template
index bf07fbef025..2ee6f0cd64f 100644
--- a/srcpkgs/celestia-glut/template
+++ b/srcpkgs/celestia-glut/template
@@ -1,18 +1,19 @@
 # Template file for 'celestia-glut'
 pkgname=celestia-glut
 version=1.6.1
-revision=5
+revision=6
+wrksrc="celestia-${version}"
+build_style=gnu-configure
+configure_args="--with-glut --with-lua --enable-theora --disable-static"
+hostmakedepends="pkg-config"
+makedepends="gtkglext-devel zlib-devel lua51-devel glu-devel libfreeglut-devel
+ libjpeg-turbo-devel libpng-devel libtheora-devel"
 short_desc="Free space simulation using GLUT"
 maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://www.shatters.net/celestia/"
+license="GPL-2.0-only"
+homepage="https://celestia.space"
 distfiles="${SOURCEFORGE_SITE}/celestia/celestia-${version}.tar.gz"
 checksum="d35570ccb9440fc0bd3e73eb9b4c3e8a4c25f3ae444a13d1175053fa16dc34c4"
-build_style=gnu-configure
-configure_args="--with-glut --with-lua --enable-theora --disable-static"
-hostmakedepends="pkg-config"
-makedepends="gtkglext-devel zlib-devel lua51-devel glu-devel libfreeglut-devel libjpeg-turbo-devel libpng-devel libtheora-devel pangox-compat-devel"
-wrksrc=celestia-${version}
 
 provides="celestia-${version}_${revision}"
 replaces="celestia>=0"

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

* Re: [PR PATCH] [Closed]: celestia-glut: fixes + remove pangox-compat-devel.
  2020-10-07 22:59 [PR PATCH] celestia-glut: fixes + remove pangox-compat-devel fosslinux
                   ` (2 preceding siblings ...)
  2020-10-09  9:19 ` [PR PATCH] [Updated] " fosslinux
@ 2020-10-09 12:51 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-10-09 12:51 UTC (permalink / raw)
  To: ml

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

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

celestia-glut: fixes + remove pangox-compat-devel.
https://github.com/void-linux/void-packages/pull/25426

Description:
- celestia dosen't link against pangox-compat, this seems to be an
  old remnant.
- fix xlint warnings.
- move upstream homepage.
- revbump because of metadata.

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

end of thread, other threads:[~2020-10-09 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 22:59 [PR PATCH] celestia-glut: fixes + remove pangox-compat-devel fosslinux
2020-10-08  4:14 ` fosslinux
2020-10-08 14:38 ` sgn
2020-10-09  9:19 ` [PR PATCH] [Updated] " fosslinux
2020-10-09 12:51 ` [PR PATCH] [Closed]: " sgn

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