From unknown Fri Jun 20 19:49:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76432] [PATCH] gnu: Add xmahjongg. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Thu, 20 Feb 2025 06:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76432 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76432@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.17400341901009 (code B ref -1); Thu, 20 Feb 2025 06:50:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Feb 2025 06:49:50 +0000 Received: from localhost ([127.0.0.1]:58617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tl0Na-0000GB-5G for submit@debbugs.gnu.org; Thu, 20 Feb 2025 01:49:50 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41316) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tl0NX-0000F8-Mm for submit@debbugs.gnu.org; Thu, 20 Feb 2025 01:49:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tl0NR-0004nD-5I for guix-patches@gnu.org; Thu, 20 Feb 2025 01:49:41 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tl0NO-0008CA-Dh for guix-patches@gnu.org; Thu, 20 Feb 2025 01:49:40 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id D175838A3F56; Thu, 20 Feb 2025 06:49:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id R9RTkdUbDi78; Thu, 20 Feb 2025 06:49:31 +0000 (UTC) Received: from localhost (unknown [112.44.101.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 20 Feb 2025 06:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2b475113; Thu, 20 Feb 2025 06:53:26 +0000 (UTC) From: iyzsong@envs.net Date: Thu, 20 Feb 2025 14:53:22 +0800 Message-ID: <09f15cc349d91ab8c9c7acd64aaaa2bc77181b7c.1740034399.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: 宋文武 * 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 From unknown Fri Jun 20 19:49:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76432] [PATCH] gnu: Add xmahjongg. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 22 Feb 2025 13:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76432 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: iyzsong@envs.net Cc: 76432@debbugs.gnu.org, =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Liliana Marie Prikler , Adam Faiz Received: via spool by 76432-submit@debbugs.gnu.org id=B76432.174023227232183 (code B ref 76432); Sat, 22 Feb 2025 13:52:02 +0000 Received: (at 76432) by debbugs.gnu.org; 22 Feb 2025 13:51:12 +0000 Received: from localhost ([127.0.0.1]:51681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlpuR-0008Mq-7T for submit@debbugs.gnu.org; Sat, 22 Feb 2025 08:51:11 -0500 Received: from mail-pl1-x636.google.com ([2607:f8b0:4864:20::636]:54329) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tlpu2-0008Ik-Qj for 76432@debbugs.gnu.org; Sat, 22 Feb 2025 08:50:47 -0500 Received: by mail-pl1-x636.google.com with SMTP id d9443c01a7336-21c2f1b610dso87280375ad.0 for <76432@debbugs.gnu.org>; Sat, 22 Feb 2025 05:50:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1740232241; x=1740837041; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ezlSQ+MKssLBJxJcatmdMFufR4Q3aA0Z30zLA14zcEU=; b=mevLCDHXLvx/wfaK0hm3tUDO/JcBO5ZIfWb5GvAnFDs3taz2pEl4aPHuz58QjFSQvc mUHGl55Z9RgYyaiD6zHc5lQhAETTYDwZxBUowcEWww4XoWPmBWDfetZsgNuRox//bdJ1 KrHhqet9i/i6TaNL/+Uih1XcAbCG50Zay/I7KZl5PiXg5kEdtkpnyUJgZwIK7KD5BrD2 +vgzOLOPL9COhkXaPNI8h0xaxFTc+GWihIDyLUbt6i8pJRIDxpLqKKLVhK7LmI8ycGw4 ghzyzZcfGTcHN8G+WKgsGenKYzdbTRMEgbMARKQbay2/3odX3jH+JgNoAe9PL7EbbOeM dZiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1740232241; x=1740837041; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=ezlSQ+MKssLBJxJcatmdMFufR4Q3aA0Z30zLA14zcEU=; b=W3KcUyD+kuQRh9Gsd0SxRiC5rD+LmeSwW/cbW4gX3AZ1ktqu28XaADnNXX12SK+r1U 7otrhPaZGvvLIIr0Qb5pSxNNfSUV3Q4TAHRpl4tnLNILhOC5EZ0NevKdcuZIqHigV18u NDHvNdFtijrGMnZL/a1PTmfh8+AyI+wdAtMF3fiudcA12PPARp6mPehrSAO9TZy+XydN zzq8yuKLVWpZwzd495VQPVChRpNXHNaXdw3N9XMavS7f7YQ0lhTlmEBVEP+jV1jOwVzE 7dPTl3km21IMFTvN4wUOMAAQ+dMw5k+SzaGZq4ekKNsIl5++Mpo1rB2hBr9fKEdxLxAo Ieqw== X-Gm-Message-State: AOJu0YyOY1Qz+0BasgmKk9UwfMGyrJeiwUIsF8GhFTgDbOOriOq0IETy ssl/IK0MFeJPIwlROWGZFcZv65UXHsoipVbJMeq4qrO6TH04ecxJ X-Gm-Gg: ASbGncsdY8wlAg8iVMgSbP1tBm2ImBreH0at274pNHUufk1a+WfWIfkvL8rMIhTlnNX d+nTWa9d9O2MIPP2w1DJL+Q9//GIDFeRNcI+Z37Y3yTvma8vLhp9mQI1gX/X2Q5iuN77mgReFnA kW+NADT1xILhqkLLJNzn8YTGZAcCP01LrhMYkgDeK3Usr8SYJ5Q3J/W3tgoxdV7md/XDDmKYU4s UB0dZia9o2isgzSILXoagu5LjKdKH2PQnmpOFORJT68+odqyroRhlTJxyBBv4mqqDlXVLlsRtRQ nZLjOCGJuR2MqhpyYbreTBIW X-Google-Smtp-Source: AGHT+IF0lOSDwFNKojT8k0XU99BeRT7GfL4HG+DdSQuMvek+d94vmRfYT5NYi19oDP6wKhJbM1xltA== X-Received: by 2002:a17:902:ef08:b0:21f:dc3:8901 with SMTP id d9443c01a7336-2219ffb5b39mr130451065ad.34.1740232240654; Sat, 22 Feb 2025 05:50:40 -0800 (PST) Received: from terra ([2405:6586:be0:0:83c8:d31d:2cec:f542]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-220d5364390sm152394305ad.73.2025.02.22.05.50.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 Feb 2025 05:50:40 -0800 (PST) From: Maxim Cournoyer In-Reply-To: <09f15cc349d91ab8c9c7acd64aaaa2bc77181b7c.1740034399.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Thu, 20 Feb 2025 14:53:22 +0800") References: <09f15cc349d91ab8c9c7acd64aaaa2bc77181b7c.1740034399.git.iyzsong@member.fsf.org> Date: Sat, 22 Feb 2025 22:50:27 +0900 Message-ID: <87bjuut7fg.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) iyzsong@envs.net writes: > From: =E5=AE=8B=E6=96=87=E6=AD=A6 > > * gnu/packages/games.scm (xmahjongg): New variable. > > Change-Id: I88440563216e5927152bebd381dd3efa065fc251 Reviewed-by: Maxim Cournoyer --=20 Thanks, Maxim From unknown Fri Jun 20 19:49:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: iyzsong@envs.net Subject: bug#76432: closed (Re: [bug#76432] [PATCH] gnu: Add xmahjongg.) Message-ID: References: <87bjup9kyx.fsf@envs.net> <09f15cc349d91ab8c9c7acd64aaaa2bc77181b7c.1740034399.git.iyzsong@member.fsf.org> X-Gnu-PR-Message: they-closed 76432 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76432@debbugs.gnu.org Date: Wed, 26 Feb 2025 08:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1740557762-22124-1" This is a multi-part message in MIME format... ------------=_1740557762-22124-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76432: [PATCH] gnu: Add xmahjongg. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76432@debbugs.gnu.org. --=20 76432: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76432 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1740557762-22124-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76432-done) by debbugs.gnu.org; 26 Feb 2025 08:15:42 +0000 Received: from localhost ([127.0.0.1]:50880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnCZy-0005k4-4w for submit@debbugs.gnu.org; Wed, 26 Feb 2025 03:15:42 -0500 Received: from mail.envs.net ([5.199.136.28]:50970) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnCZt-0005jo-TA for 76432-done@debbugs.gnu.org; Wed, 26 Feb 2025 03:15:40 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 0A23138A3F85; Wed, 26 Feb 2025 08:15:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1740557736; bh=IiSekYOO8+4WEH2EdfppDG3Pbb6bXHMWmSJozham8fw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=XcSosUiHrUWCFLSodAO1yAb6emIck2e+LEGgfc1wHJukiiqi+PfiZ5I0HWYLskj6z ZbZfKnAvCK1cXxQMK22u6aR0LwdaakCGugSmM6H4wCA6lDKlGR2368AD8hPrCKfiKN zBmtW3oANIxACRXpQqFWtetnPLY2ccf4FeyOV2LFqqJqMAHlAN9ndPOr0O+KjIZnTS 59RFWPMGwMHYc9QgVMQE27HsH1SajFBzRqqlzD0zR4lkGnoQkxn1vyE8hj9kTS74uz R8GT8XMoDJmX3yi3obyoKaDxZDDGC40CgxDR9M1cTKjcC+e6xAFb9UoQvFpMus3H+8 owAZx9qD+MBLKA6HiT2f2MwJnrQ6bTdBNsFCdW/5H2sntQBalNXIV6w+mqJ0zIAUgl a3Uva6leHGyUIoRmkc9b3R+HCW0eb871EV4BUnx6FmtXVtUPwFX0Z/NGjkBd6nwLJG vqgkVJSvv9jaDv5PWM59Um67AAmee3MNfw66RyzMjIekDyxt6t3Hutxey/Eakg3Ipc 9kHQNoweNRv5VhITxmspiWEN/3ss5MFfweJmijW388OIO4tAkk61lZSXq1zRqAuoYQ vsxhQq9T6GKcUBGKZoWdoDaDDz61x+rEo9HtZAVWbSocpOJwEwL2DfRducNEJRYAfC wODRFPzoqp9+dOk3x5c08uCA= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KCg0lPKbtpXc; Wed, 26 Feb 2025 08:15:32 +0000 (UTC) Received: from localhost (unknown [112.44.106.181]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Wed, 26 Feb 2025 08:15:32 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 8f4c11a8; Wed, 26 Feb 2025 08:19:34 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Maxim Cournoyer Subject: Re: [bug#76432] [PATCH] gnu: Add xmahjongg. In-Reply-To: <87bjuut7fg.fsf@gmail.com> (Maxim Cournoyer's message of "Sat, 22 Feb 2025 22:50:27 +0900") References: <09f15cc349d91ab8c9c7acd64aaaa2bc77181b7c.1740034399.git.iyzsong@member.fsf.org> <87bjuut7fg.fsf@gmail.com> Date: Wed, 26 Feb 2025 16:19:34 +0800 Message-ID: <87bjup9kyx.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76432-done Cc: 76432-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Maxim Cournoyer writes: > iyzsong@envs.net writes: > >> From: =E5=AE=8B=E6=96=87=E6=AD=A6 >> >> * gnu/packages/games.scm (xmahjongg): New variable. >> >> Change-Id: I88440563216e5927152bebd381dd3efa065fc251 > > Reviewed-by: Maxim Cournoyer Pushed, thanks. ------------=_1740557762-22124-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Feb 2025 06:49:50 +0000 Received: from localhost ([127.0.0.1]:58617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tl0Na-0000GB-5G for submit@debbugs.gnu.org; Thu, 20 Feb 2025 01:49:50 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41316) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tl0NX-0000F8-Mm for submit@debbugs.gnu.org; Thu, 20 Feb 2025 01:49:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tl0NR-0004nD-5I for guix-patches@gnu.org; Thu, 20 Feb 2025 01:49:41 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tl0NO-0008CA-Dh for guix-patches@gnu.org; Thu, 20 Feb 2025 01:49:40 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id D175838A3F56; Thu, 20 Feb 2025 06:49:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id R9RTkdUbDi78; Thu, 20 Feb 2025 06:49:31 +0000 (UTC) Received: from localhost (unknown [112.44.101.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 20 Feb 2025 06:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2b475113; Thu, 20 Feb 2025 06:53:26 +0000 (UTC) From: iyzsong@envs.net To: guix-patches@gnu.org Subject: [PATCH] gnu: Add xmahjongg. Date: Thu, 20 Feb 2025 14:53:22 +0800 Message-ID: <09f15cc349d91ab8c9c7acd64aaaa2bc77181b7c.1740034399.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: Adam Faiz , Liliana Marie Prikler , 宋文武 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: 宋文武 * 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 ------------=_1740557762-22124-1--