Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] nudoku: update to 2.0.0
Date: Mon, 20 Jan 2020 20:03:22 +0100	[thread overview]
Message-ID: <20200120190322.eKqYU1dXSPanwRrhpeAQtGPVWQdaEt5Y7oU0tjTuyZQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18283@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2020-01-20 19:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13  7:50 [PR PATCH] " 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 ` voidlinux-github [this message]
2020-01-20 19:11 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-20 19:18 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200120190322.eKqYU1dXSPanwRrhpeAQtGPVWQdaEt5Y7oU0tjTuyZQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).