all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gzochi: Update to 0.11.1
@ 2017-07-27  3:02 Julian Graham
  2017-07-27  9:16 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Graham @ 2017-07-27  3:02 UTC (permalink / raw)
  To: guix-devel

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

Hi Guix folk,

Find attached a patch that bumps the version of gzochi, a game
development framework I maintain. I've done `guix build' test runs for
amd64 and i686. Let me know if anything looks untoward.


Regards,
Julian

[-- Attachment #2: 0001-gnu-gzochi-Update-to-0.11.1.patch --]
[-- Type: text/x-patch, Size: 2338 bytes --]

From 36b7b5e5c06cf1950ae37f6798dd2b6f9453eae3 Mon Sep 17 00:00:00 2001
From: Julian Graham <joolean@gmail.com>
Date: Fri, 7 Jul 2017 23:35:55 -0400
Subject: [PATCH] gnu: gzochi: Update to 0.11.1.

* gnu/packages/game-development.scm (gzochi): Update to 0.11.1.
  (gzochi)[arguments]: Remove patch for `-Werror', which is no longer
  necessary.
---
 gnu/packages/game-development.scm | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index dabe951da..7ab9a1aef 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Kei Kebreau <kei@openmailbox.org>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2016 Julian Graham <joolean@gmail.com>
+;;; Copyright © 2016, 2017 Julian Graham <joolean@gmail.com>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -209,26 +209,15 @@ necessary.
 (define-public gzochi
   (package
     (name "gzochi")
-    (version "0.10.1")
+    (version "0.11.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/gzochi/gzochi-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "166rawdal45kvanhvi0bkzy1d2pwf1p0lzslb287lcnm9vdw97yy"))))
+                "13j1m92zhxwkaaja3lg5x0h0b28mrrawdzk9d3hd19031akfxwb3"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (add-before 'configure 'remove-Werror
-                              (lambda _
-                                ;; We can't build with '-Werror', notably
-                                ;; because deprecated functions of
-                                ;; libmicrohttpd are being used.
-                                (substitute* (find-files "." "^Makefile\\.in$")
-                                  (("-Werror")
-                                   ""))
-                                #t)))))
     (native-inputs `(("pkgconfig" ,pkg-config)))
     (inputs `(("bdb" ,bdb)
               ("glib" ,glib)
-- 
2.11.0


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

* Re: [PATCH] gnu: gzochi: Update to 0.11.1
  2017-07-27  3:02 [PATCH] gnu: gzochi: Update to 0.11.1 Julian Graham
@ 2017-07-27  9:16 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-07-27  9:16 UTC (permalink / raw)
  To: Julian Graham; +Cc: guix-devel

Hi Julian,

Julian Graham <joolean@gmail.com> skribis:

> From 36b7b5e5c06cf1950ae37f6798dd2b6f9453eae3 Mon Sep 17 00:00:00 2001
> From: Julian Graham <joolean@gmail.com>
> Date: Fri, 7 Jul 2017 23:35:55 -0400
> Subject: [PATCH] gnu: gzochi: Update to 0.11.1.
>
> * gnu/packages/game-development.scm (gzochi): Update to 0.11.1.
>   (gzochi)[arguments]: Remove patch for `-Werror', which is no longer
>   necessary.

Applied, thank you!

Ludo’.

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

end of thread, other threads:[~2017-07-27  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27  3:02 [PATCH] gnu: gzochi: Update to 0.11.1 Julian Graham
2017-07-27  9:16 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.