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

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