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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76432 in the body.
You can then email your comments to 76432 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76432
; Package
guix-patches
.
(Thu, 20 Feb 2025 06:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Thu, 20 Feb 2025 06:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76432
; Package
guix-patches
.
(Sat, 22 Feb 2025 13:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76432 <at> debbugs.gnu.org (full text, mbox):
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>
--
Thanks,
Maxim
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 26 Feb 2025 08:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Wed, 26 Feb 2025 08:16:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 76432-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 26 Mar 2025 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.