Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nudoku: update to 2.0.0
@ 2020-01-13  7:50 voidlinux-github
  2020-01-13  9:38 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  7:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From af6036853dc2631f5e50a0d5d713166e71b4dc41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

---
 srcpkgs/nudoku/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..84d5cd0f1d5 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,19 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
-makedepends="ncurses-devel"
+hostmakedepends="automake pkg-config tar xz gettext"
+makedepends="ncurses-devel gettext-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
 
 pre_configure() {
+	# void uses gettext 0.20
+	sed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
@ 2020-01-13  9:38 ` voidlinux-github
  2020-01-13 18:33 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  9:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From 817fa0c044bf7560e404b8e0deb318530a2bbdc1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

---
 srcpkgs/nudoku/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..878fa60663e 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,19 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
-makedepends="ncurses-devel"
+hostmakedepends="autoconf automake pkg-config tar xz gettext"
+makedepends="ncurses-devel gettext-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
 
 pre_configure() {
+	# void uses gettext 0.20
+	sed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
  2020-01-13  9:38 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-13 18:33 ` voidlinux-github
  2020-01-19 14:37 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From 2fddc6e848e5bd2bd4c3927bfd46a048e09b4d2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

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

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..f9a3de688dc 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,20 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
+archs="armv7l i686 x86_64"
 build_style=gnu-configure
-hostmakedepends="automake"
-makedepends="ncurses-devel"
+hostmakedepends="automake pkg-config tar xz gettext"
+makedepends="ncurses-devel gettext-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
 
 pre_configure() {
+	# void uses gettext 0.20
+	vsed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
  2020-01-13  9:38 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-13 18:33 ` voidlinux-github
@ 2020-01-19 14:37 ` voidlinux-github
  2020-01-20 18:49 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-19 14:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From cd3b0502a186761a0866101d6435ebd1a70feb12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

---
 srcpkgs/nudoku/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..492e76f8f70 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,19 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
+hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
 makedepends="ncurses-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
 
 pre_configure() {
+	# void uses gettext 0.20
+	vsed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-19 14:37 ` voidlinux-github
@ 2020-01-20 18:49 ` voidlinux-github
  2020-01-20 18:56 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-20 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From e2e6277c023b283e25d272b72290aa729696dea1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

---
 srcpkgs/nudoku/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..98703762450 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,23 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
+hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
 makedepends="ncurses-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" --disable-nls";;
+esac
 
 pre_configure() {
+	# void uses gettext 0.20
+	sed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-20 18:49 ` voidlinux-github
@ 2020-01-20 18:56 ` voidlinux-github
  2020-01-20 19:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-20 18:56 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/18283#issuecomment-576395296

Comment:
You can more cleanly check for musl like 

```
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
....
fi
```

otherwise lgtm

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

* Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-20 18:56 ` voidlinux-github
@ 2020-01-20 19:03 ` voidlinux-github
  2020-01-20 19:11 ` voidlinux-github
  2020-01-20 19:18 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-20 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From c208e656e3f3bf860bd4dc2da77f52a778ef5c2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

---
 srcpkgs/nudoku/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..2574158036b 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,23 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
+hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
 makedepends="ncurses-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	configure_args+="--disable-nls"
+fi
 
 pre_configure() {
+	# void uses gettext 0.20
+	sed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-20 19:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-20 19:11 ` voidlinux-github
  2020-01-20 19:18 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-20 19:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages nudoku
https://github.com/void-linux/void-packages/pull/18283

nudoku: update to 2.0.0


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

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

From 993271ed46d13a277557763b3b15415932603acf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 13 Jan 2020 08:49:32 +0100
Subject: [PATCH] nudoku: update to 2.0.0

---
 srcpkgs/nudoku/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nudoku/template b/srcpkgs/nudoku/template
index f068eee09e7..ab21861d5a6 100644
--- a/srcpkgs/nudoku/template
+++ b/srcpkgs/nudoku/template
@@ -1,17 +1,23 @@
 # Template file for 'nudoku'
 pkgname=nudoku
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
+hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
 makedepends="ncurses-devel"
 short_desc="Ncurses based sudoku game"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jubalh/nudoku"
 distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
-checksum=80fb9996c28642920951c20cfd5ca6e370d75240255bc6f11067ae68b6e44eca
+checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	configure_args+=" --disable-nls"
+fi
 
 pre_configure() {
+	# void uses gettext 0.20
+	sed -i 's/0.19/0.20/' configure.ac
 	autoreconf -i
 }

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

* Re: [PR PATCH] [Merged]: nudoku: update to 2.0.0
  2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-20 19:11 ` voidlinux-github
@ 2020-01-20 19:18 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-20 19:18 UTC (permalink / raw)
  To: ml

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

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

nudoku: update to 2.0.0
https://github.com/void-linux/void-packages/pull/18283

Description:


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13  7:50 [PR PATCH] nudoku: update to 2.0.0 voidlinux-github
2020-01-13  9:38 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-13 18:33 ` voidlinux-github
2020-01-19 14:37 ` voidlinux-github
2020-01-20 18:49 ` voidlinux-github
2020-01-20 18:56 ` voidlinux-github
2020-01-20 19:03 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-20 19:11 ` voidlinux-github
2020-01-20 19: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).