Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zaz-1.0.0
@ 2019-12-31 23:46 voidlinux-github
  2020-01-01  0:22 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-31 23:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pinnaculum/void-packages zaz
https://github.com/void-linux/void-packages/pull/17949

New package: zaz-1.0.0


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

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

From b9850963d957dc759651a942b04cc912e37f04ae Mon Sep 17 00:00:00 2001
From: cipres <alkaline@gmx.co.uk>
Date: Wed, 1 Jan 2020 00:45:47 +0100
Subject: [PATCH] New package: zaz-1.0.0

---
 srcpkgs/zaz/patches/Makefile.in.patch | 11 +++++++++++
 srcpkgs/zaz/template                  | 13 +++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/zaz/patches/Makefile.in.patch
 create mode 100644 srcpkgs/zaz/template

diff --git a/srcpkgs/zaz/patches/Makefile.in.patch b/srcpkgs/zaz/patches/Makefile.in.patch
new file mode 100644
index 00000000000..d0346c27e9b
--- /dev/null
+++ b/srcpkgs/zaz/patches/Makefile.in.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2019-12-31 19:44:51.375524565 +0100
++++ src/Makefile.in	2019-12-31 19:45:06.273524051 +0100
+@@ -273,7 +273,7 @@
+ 	splash.cpp 
+ 
+ zaz_LDFLAGS = 
+-zaz_LDADD = $(ZAZ_LIBS) $(FTGL_LIBS) $(GL_LIBS) @LIBINTL@
++zaz_LDADD = $(ZAZ_LIBS) -lvorbis $(FTGL_LIBS) $(GL_LIBS) @LIBINTL@
+ all: all-am
+ 
+ .SUFFIXES:
diff --git a/srcpkgs/zaz/template b/srcpkgs/zaz/template
new file mode 100644
index 00000000000..5ce42fda681
--- /dev/null
+++ b/srcpkgs/zaz/template
@@ -0,0 +1,13 @@
+# Template file for 'zaz'
+pkgname=zaz
+version=1.0.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="ftgl-devel SDL_image-devel libvorbis-devel libtheora-devel"
+short_desc="Arcade action puzzle game"
+maintainer="David Ferlier <dispertio@gmx.es>"
+license="GPL-3.0-or-later"
+homepage="http://zaz.sourceforge.net"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
+checksum=e332cc1a6559e18a2b632940c53d20e2f2d2b583ba9dc1fd02a586437f9f0397

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

* Re: New package: zaz-1.0.0
  2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
@ 2020-01-01  0:22 ` voidlinux-github
  2020-01-01  0:29 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-01  0:22 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17949#issuecomment-570008847

Comment:
Will post how you can fix the cross-build after a while

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

* Re: New package: zaz-1.0.0
  2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
  2020-01-01  0:22 ` voidlinux-github
@ 2020-01-01  0:29 ` voidlinux-github
  2020-01-01  0:29 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-01  0:29 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17949#issuecomment-570008847

Comment:
Will post how you can fix the cross-build after a while

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

* Re: New package: zaz-1.0.0
  2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
  2020-01-01  0:22 ` voidlinux-github
  2020-01-01  0:29 ` voidlinux-github
@ 2020-01-01  0:29 ` voidlinux-github
  2020-01-01 11:05 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-01  0:29 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17949#issuecomment-570009548

Comment:
The review I did, is how to fix the cross-build.

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

* Re: [PR PATCH] [Updated] New package: zaz-1.0.0
  2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-01  0:29 ` voidlinux-github
@ 2020-01-01 11:05 ` voidlinux-github
  2020-01-01 12:39 ` voidlinux-github
  2020-01-17 18:18 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-01 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pinnaculum/void-packages zaz
https://github.com/void-linux/void-packages/pull/17949

New package: zaz-1.0.0


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

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

From be5afbf6fe7e40bf3ffca11987c81aa32c9367bf Mon Sep 17 00:00:00 2001
From: cipres <alkaline@gmx.co.uk>
Date: Wed, 1 Jan 2020 00:45:47 +0100
Subject: [PATCH] New package: zaz-1.0.0

---
 srcpkgs/zaz/patches/Makefile.in.patch | 11 +++++++++++
 srcpkgs/zaz/template                  | 15 +++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/zaz/patches/Makefile.in.patch
 create mode 100644 srcpkgs/zaz/template

diff --git a/srcpkgs/zaz/patches/Makefile.in.patch b/srcpkgs/zaz/patches/Makefile.in.patch
new file mode 100644
index 00000000000..d0346c27e9b
--- /dev/null
+++ b/srcpkgs/zaz/patches/Makefile.in.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2019-12-31 19:44:51.375524565 +0100
++++ src/Makefile.in	2019-12-31 19:45:06.273524051 +0100
+@@ -273,7 +273,7 @@
+ 	splash.cpp 
+ 
+ zaz_LDFLAGS = 
+-zaz_LDADD = $(ZAZ_LIBS) $(FTGL_LIBS) $(GL_LIBS) @LIBINTL@
++zaz_LDADD = $(ZAZ_LIBS) -lvorbis $(FTGL_LIBS) $(GL_LIBS) @LIBINTL@
+ all: all-am
+ 
+ .SUFFIXES:
diff --git a/srcpkgs/zaz/template b/srcpkgs/zaz/template
new file mode 100644
index 00000000000..c99dbca901d
--- /dev/null
+++ b/srcpkgs/zaz/template
@@ -0,0 +1,15 @@
+# Template file for 'zaz'
+pkgname=zaz
+version=1.0.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="ftgl-devel SDL_image-devel libvorbis-devel
+ libtheora-devel freetype-devel"
+short_desc="Arcade action puzzle game"
+maintainer="David Ferlier <dispertio@gmx.es>"
+license="GPL-3.0-or-later"
+homepage="http://zaz.sourceforge.net"
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
+checksum=e332cc1a6559e18a2b632940c53d20e2f2d2b583ba9dc1fd02a586437f9f0397
+CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"

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

* Re: New package: zaz-1.0.0
  2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-01 11:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-01 12:39 ` voidlinux-github
  2020-01-17 18:18 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-01 12:39 UTC (permalink / raw)
  To: ml

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

New comment by pinnaculum on void-packages repository

https://github.com/void-linux/void-packages/pull/17949#issuecomment-570050077

Comment:
Thanks @ndowens, the cross-build is fixed now.

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

* Re: [PR PATCH] [Merged]: New package: zaz-1.0.0
  2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-01 12:39 ` voidlinux-github
@ 2020-01-17 18:18 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-17 18:18 UTC (permalink / raw)
  To: ml

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

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

New package: zaz-1.0.0
https://github.com/void-linux/void-packages/pull/17949

Description:


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

end of thread, other threads:[~2020-01-17 18:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 23:46 [PR PATCH] New package: zaz-1.0.0 voidlinux-github
2020-01-01  0:22 ` voidlinux-github
2020-01-01  0:29 ` voidlinux-github
2020-01-01  0:29 ` voidlinux-github
2020-01-01 11:05 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-01 12:39 ` voidlinux-github
2020-01-17 18:18 ` [PR PATCH] [Merged]: " voidlinux-github

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