* [PATCH] gnu: chromium-bsu: Update to 0.9.16.1.
@ 2016-11-04 15:21 Kei Kebreau
2016-11-04 15:33 ` Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2016-11-04 15:21 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 103 bytes --]
Upstream Chromium B.S.U. fixed some issues in the code. Our package
definition is simpler as a result.
[-- Attachment #1.2: 0001-gnu-chromium-bsu-Update-to-0.9.16.1.patch --]
[-- Type: text/plain, Size: 2073 bytes --]
From 08722837b048e7d0b416e414f7e695a380e7784b Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Fri, 4 Nov 2016 11:17:09 -0400
Subject: [PATCH] gnu: chromium-bsu: Update to 0.9.16.1.
* gnu/packages/games.scm (chromium-bsu): Update to 0.9.16.1.
[arguments]: Remove 'set-sdl-paths phase.
[inputs]: Add gnu-gettext.
---
gnu/packages/games.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 941e3a0..a663396 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2563,7 +2563,7 @@ in strikes against the evil corporation.")
(define-public chromium-bsu
(package
(name "chromium-bsu")
- (version "0.9.15.1")
+ (version "0.9.16.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name
@@ -2571,18 +2571,11 @@ in strikes against the evil corporation.")
name "-" version ".tar.gz"))
(sha256
(base32
- "01c4mki0rpz6wrqbf18fj4vd7axln5v0xqm80cyksbv63g04s6w6"))))
+ "0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1"))))
(build-system gnu-build-system)
- (arguments
- `(#:phases (modify-phases %standard-phases
- (add-after 'set-paths 'set-sdl-paths
- (lambda* (#:key inputs #:allow-other-keys)
- (setenv "CPATH"
- (string-append (assoc-ref inputs "sdl-union")
- "/include/SDL"))
- #t)))))
(native-inputs `(("pkg-config" ,pkg-config)))
- (inputs `(("glu" ,glu)
+ (inputs `(("gettext" ,gnu-gettext)
+ ("glu" ,glu)
("quesoglc" ,quesoglc)
("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))))
(home-page "http://chromium-bsu.sourceforge.net/")
--
2.10.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: chromium-bsu: Update to 0.9.16.1.
2016-11-04 15:21 [PATCH] gnu: chromium-bsu: Update to 0.9.16.1 Kei Kebreau
@ 2016-11-04 15:33 ` Leo Famulari
2016-11-04 16:03 ` Kei Kebreau
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-11-04 15:33 UTC (permalink / raw)
To: Kei Kebreau; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
On Fri, Nov 04, 2016 at 11:21:26AM -0400, Kei Kebreau wrote:
> Upstream Chromium B.S.U. fixed some issues in the code. Our package
> definition is simpler as a result.
LGTM!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: chromium-bsu: Update to 0.9.16.1.
2016-11-04 15:33 ` Leo Famulari
@ 2016-11-04 16:03 ` Kei Kebreau
0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2016-11-04 16:03 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
Leo Famulari <leo@famulari.name> writes:
> On Fri, Nov 04, 2016 at 11:21:26AM -0400, Kei Kebreau wrote:
>> Upstream Chromium B.S.U. fixed some issues in the code. Our package
>> definition is simpler as a result.
>
> LGTM!
Excellent! Pushed as 08722837b048e7d0b416e414f7e695a380e7784b.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-04 16:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04 15:21 [PATCH] gnu: chromium-bsu: Update to 0.9.16.1 Kei Kebreau
2016-11-04 15:33 ` Leo Famulari
2016-11-04 16:03 ` Kei Kebreau
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.