GNU bug report logs - #55535
[PATCH] gnu: Add apricots.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Fri, 20 May 2022 04:16:03 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 55535-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: 55535-done <at> debbugs.gnu.org
Subject: Re: bug#55535: [PATCH] gnu: Add apricots.
Date: Sun, 05 Jun 2022 21:25:17 +0200
Hello,

> * gnu/packages/games.scm (apricots): New variable.

Pushed with the following diff:

--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ca2c56a038..c011622f8e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12696,14 +12696,12 @@ (define-public apricots
     (native-inputs (list autoconf  ; autom4te used in ./bootstrap
                          automake  ; aclocal used in ./bootstrap
                          cppcheck))
-    (inputs (list freealut
-                  openal
-                  sdl2))
+    (inputs (list freealut openal sdl2))
     (home-page "https://github.com/moggers87/apricots")
     (synopsis "Arcade airplane game")
-    (description "@code {apricots} is a game where you fly a little plane around
-the screen and shoot things and drop bombs on enemy targets, and it's meant to
-be quick and fun.")
+    (description "@code{apricots} is a game where you fly a little plane
+around the screen and shoot things and drop bombs on enemy targets.  It's
+meant to be quick and fun.")
     (license license:gpl2+)))
 
 (define-public liquidwar6
--8<---------------cut here---------------end--------------->8---

Thanks,

Mathieu




This bug report was last modified 2 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.