unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Julian Graham <joolean@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: gzochi: Update to 0.11.1
Date: Wed, 26 Jul 2017 23:02:16 -0400	[thread overview]
Message-ID: <CANdC_RB+HB4g4OKcPzpP6ZnrwYXQ-ooVk3fP4q9fZfSJ6mkFvQ@mail.gmail.com> (raw)

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


             reply	other threads:[~2017-07-27  3:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-27  3:02 Julian Graham [this message]
2017-07-27  9:16 ` [PATCH] gnu: gzochi: Update to 0.11.1 Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=CANdC_RB+HB4g4OKcPzpP6ZnrwYXQ-ooVk3fP4q9fZfSJ6mkFvQ@mail.gmail.com \
    --to=joolean@gmail.com \
    --cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).