GNU bug report logs -
#76432
[PATCH] gnu: Add xmahjongg.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Thu, 20 Feb 2025 06:50:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Feb 2025 16:19:34 +0800
with message-id <87bjup9kyx.fsf <at> envs.net>
and subject line Re: [bug#76432] [PATCH] gnu: Add xmahjongg.
has caused the debbugs.gnu.org bug report #76432,
regarding [PATCH] gnu: Add xmahjongg.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76432: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76432
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/games.scm (xmahjongg): New variable.
Change-Id: I88440563216e5927152bebd381dd3efa065fc251
---
gnu/packages/games.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 30aaf0767a..6be197e3c5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12438,6 +12438,26 @@ (define-public ultrastar-deluxe
(home-page "https://usdx.eu/")
(license license:gpl2+)))
+(define-public xmahjongg
+ (package
+ (name "xmahjongg")
+ (version "3.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://www.lcdf.org/xmahjongg/xmahjongg-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1kzz8y34q7wibcrmfb3p9rrz88qriz4slxpf1yrrfny23il66g94"))))
+ (build-system gnu-build-system)
+ (inputs (list libx11))
+ (home-page "http://www.lcdf.org/xmahjongg/")
+ (synopsis "Solitaire Mah Jongg game")
+ (description
+ "Xmahjongg is a simple solitaire game. The object is to remove all Mah
+Jongg tiles from the playing field by taking one matching pair at a time.")
+ (license license:gpl2+)))
+
(define-public steam-devices-udev-rules
;; Last release from 2019-04-10
(let ((commit "13443480a64fe8f10676606bd57da6de89f8ccb1")
base-commit: cd20619cfcb32c2631fb602729512740bc510550
--
2.48.1
[Message part 3 (message/rfc822, inline)]
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> iyzsong <at> envs.net writes:
>
>> From: 宋文武 <iyzsong <at> member.fsf.org>
>>
>> * gnu/packages/games.scm (xmahjongg): New variable.
>>
>> Change-Id: I88440563216e5927152bebd381dd3efa065fc251
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Pushed, thanks.
This bug report was last modified 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.