From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37366) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKLmD-0008CO-9V for guix-patches@gnu.org; Tue, 15 Oct 2019 08:18:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKLmB-00037l-2P for guix-patches@gnu.org; Tue, 15 Oct 2019 08:18:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34029) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iKLm7-00037E-In for guix-patches@gnu.org; Tue, 15 Oct 2019 08:18:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iKLm7-0001qp-Dj for guix-patches@gnu.org; Tue, 15 Oct 2019 08:18:03 -0400 Subject: bug#37718: [PATCH] Add gnome-mahjongg. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <269fdb5f-7d0e-4f2f-947d-eea43515c5df@www.fastmail.com> Date: Tue, 15 Oct 2019 14:17:18 +0200 In-Reply-To: <269fdb5f-7d0e-4f2f-947d-eea43515c5df@www.fastmail.com> (David Wilson's message of "Sat, 12 Oct 2019 09:17:41 -0700") Message-ID: <871rvew6cx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: David Wilson Cc: 37718-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi David, "David Wilson" skribis: > From a589ef5124d265b9c0fb646b35e8efe852b74855 Mon Sep 17 00:00:00 2001 > From: David Wilson > 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=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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))) --=-=-=--