emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37718: closed ([PATCH] Add gnome-mahjongg.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37718: closed ([PATCH] Add gnome-mahjongg.)
Date: Tue, 15 Oct 2019 12:18:03 +0000

Your message dated Tue, 15 Oct 2019 14:17:18 +0200
with message-id <address@hidden>
and subject line Re: [bug#37718] [PATCH] Add gnome-mahjongg.
has caused the debbugs.gnu.org bug report #37718,
regarding [PATCH] Add gnome-mahjongg.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37718: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37718
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Add gnome-mahjongg. Date: Sat, 12 Oct 2019 09:17:41 -0700 User-agent: Cyrus-JMAP/3.1.7-360-g7dda896-fmstable-20191004v2
Hi fellow Guixers,

Here's a patch to add the (highly addictive) game Gnome Mahjongg.  Please let 
me know if there's any way this package definition can be improved!

Happy hacking,

David

Attachment: 0001-gnu-Add-gnome-mahjongg.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#37718] [PATCH] Add gnome-mahjongg. Date: Tue, 15 Oct 2019 14:17:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi David,

"David Wilson" <address@hidden> skribis:

> From a589ef5124d265b9c0fb646b35e8efe852b74855 Mon Sep 17 00:00:00 2001
> From: David Wilson <address@hidden>
> Date: Sat, 12 Oct 2019 09:07:11 -0700
> Subject: [PATCH] gnu: Add gnome-mahjongg.
>
> * gnu/packages/gnome.scm (gnome-mahjongg) New variable.

Applied with the following changes, thanks!

Ludo’.

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 81566e6e42..99cd7a7cb6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8406,6 +8406,7 @@ higher level porcelain stuff.")
               (uri (git-reference
                     (url "https://gitlab.gnome.org/GNOME/gnome-mahjongg.git";)
                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "019a66a4m5w4kkb0sm6gxj0wi54n06zdxdlmyqw7h8kbakjizv7l"))))
@@ -8427,8 +8428,8 @@ higher level porcelain stuff.")
        ("gtk+" ,gtk+)
        ("librsvg" ,librsvg)))
     (synopsis "Mahjongg tile-matching game")
-    (description "Gnome Mahjongg is a game based on the classic Chinese tile-
-matching game Mahjong.  It features multiple board layouts, tile themes, and a
-high score table.")
+    (description "GNOME Mahjongg is a game based on the classic Chinese
+tile-matching game Mahjong.  It features multiple board layouts, tile themes,
+and a high score table.")
     (home-page "https://wiki.gnome.org/Apps/Mahjongg";)
     (license license:gpl2)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]