GNU bug report logs - #52789
[PATCH 0/3] Update naev to 0.9.0

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 25 Dec 2021 13:36:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Felix Gruber <felgru <at> posteo.net>
To: 52789 <at> debbugs.gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [bug#52789] [PATCH 2/3] gnu: Add naev-artwork.
Date: Sat, 25 Dec 2021 13:37:05 +0000
* gnu/packages/games.scm (naev-artwork): New variable.
---
 gnu/packages/games.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fa6865c050..ed194c1bfe 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7967,6 +7967,34 @@ of lore accompanying everything from planets to equipment.")
                    license:cc-by4.0
                    license:cc-by-sa4.0))))
 
+(define-public naev-artwork
+  (let ((version "0.9.0")
+        (commit "7f38a772ef2618f199ea68ecbd9f5c97e357fe36"))
+    (package
+      (name "naev-artwork")
+      (version (git-version version "0" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/naev/naev-artwork-production")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1g3dk3372k6g7k9andkip0vk146kwy43x98xwzzqdry1pa5m56v0"))))
+      (build-system copy-build-system)
+    (home-page "https://naev.org/")
+    (synopsis "Game about space exploration, trade and combat — data files")
+    (description
+     "This package contains graphics and sound files for Naev.")
+    (license (list license:silofl1.1
+                   license:gpl2+
+                   license:cc0
+                   license:cc-by3.0
+                   license:cc-by-sa3.0
+                   license:cc-by4.0
+                   license:cc-by-sa4.0)))))
+
 (define-public frotz-dumb-terminal
   (package
     (name "frotz-dumb-terminal")
-- 
2.30.2





This bug report was last modified 3 years and 140 days ago.

Previous Next


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