From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 11 07:04:26 2017 Received: (at submit) by debbugs.gnu.org; 11 Jun 2017 11:04:26 +0000 Received: from localhost ([127.0.0.1]:39799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK0fO-0000Qk-6R for submit@debbugs.gnu.org; Sun, 11 Jun 2017 07:04:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55101) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK0fL-0000QX-Ub for submit@debbugs.gnu.org; Sun, 11 Jun 2017 07:04:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK0fF-0007dS-Gh for submit@debbugs.gnu.org; Sun, 11 Jun 2017 07:04:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=BAYES_50,T_DKIM_INVALID, URIBL_SBL autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dK0fF-0007dN-Da for submit@debbugs.gnu.org; Sun, 11 Jun 2017 07:04:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dK0fE-0006If-5q for guix-patches@gnu.org; Sun, 11 Jun 2017 07:04:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK0fC-0007d3-Sb for guix-patches@gnu.org; Sun, 11 Jun 2017 07:04:12 -0400 Received: from cock.li ([2a06:1700:0:b::c0cc]:49597) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dK0fC-0007b7-Fi for guix-patches@gnu.org; Sun, 11 Jun 2017 07:04:10 -0400 To: guix-patches@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1497179043; bh=8i7NDyQCEs2pSh2dTMKHGyJrUMdjrbne2cJEqwREU58=; h=To:From:Subject:Date:From; b=Vqm+bGmQXqNnYnS8NrdMMaCDKb+kcGZxAya59leitt5Z6ZERBLUvpIn09Qf5sLQNy o5qfGhj6mUyzt9pGn/Xp1CJRyUZddSwk/Lnc2bggLW2Srzp3/cVMkcbuCrKYrR1G+1 9YTop64jg6wAc/4dlzpSIjZ8jsNAxfx+qMhXl2YTAoP2TA35WGZx3+BFMpPkxCQLAe 1RlQcwfGjH/Vnls88YRLZxyaLVEMGyOnTnE6G10aoxp9/FIYEP+ttdD+HkDcs87rgx pPgm4562CGjHz2UJILpSkdYNcHiUXi5jV0BV5wntTOX70AxVlAWaNb4kWMlvn/Nr9D FaQ1QKbZo5YUw== From: nee Subject: [PATCH] gnu: Add five-or-more. Message-ID: <7d5cc957-1e57-69e4-d8b3-1d6adc86069f@cock.li> Date: Sun, 11 Jun 2017 13:04:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------6ED5D2A5D37B10D3BB631599" Content-Language: en-GB X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: submit 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: -3.3 (---) This is a multi-part message in MIME format. --------------6ED5D2A5D37B10D3BB631599 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit simple & fun game --------------6ED5D2A5D37B10D3BB631599 Content-Type: text/x-patch; name="0001-gnu-Add-five-or-more.patch" Content-Disposition: attachment; filename="0001-gnu-Add-five-or-more.patch" Content-Transfer-Encoding: quoted-printable >From b0903b2fd78040f02694082f73ce5c9ed26fc693 Mon Sep 17 00:00:00 2001 From: nee Date: Sat, 10 Jun 2017 16:22:43 +0200 Subject: [PATCH] gnu: Add five-or-more. * gnu/packages/gnome.scm (five-or-more): New variable. --- gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d3f734450..2b7f37649 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -24,6 +24,7 @@ ;;; Copyright =C2=A9 2016, 2017 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2017 Thomas Danckaert ;;; Copyright =C2=A9 2017 Hartmut Goebel +;;; Copyright =C2=A9 2017 nee ;;; ;;; This file is part of GNU Guix. ;;; @@ -2449,6 +2450,38 @@ and the GLib main loop, to integrate well with GNO= ME applications.") and other secrets. It communicates with the \"Secret Service\" using DB= us.") (license license:lgpl2.1+))) =20 +(define-public five-or-more + (package + (name "five-or-more") + (version "3.22.2") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "1b26afyjr26wqy5j008gzsi3hpblbmabh0192lx6414lml1qxkxs")))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("pkg-config" ,pkg-config) + ("desktop-file-utils" ,desktop-file-utils) + ("intltool" ,intltool) + ("itstool" ,itstool) + ("xmllint" ,libxml2))) + (inputs + `(("gtk+" ,gtk+) + ("libgnome-games-support" ,libgnome-games-support) + ("librsvg" ,librsvg))) + (home-page "https://wiki.gnome.org/Apps/Five%20or%20more") + (synopsis "Logic puzzle game") + (description "Five or More is a game where you try to align + five or more objects of the same color and shape causing them to disapp= ear. + On every turn more objects will appear, until the board is full. + Try to last as long as possible.") + (license license:gpl2+))) + (define-public gnome-mines (package (name "gnome-mines") --=20 2.13.1 --------------6ED5D2A5D37B10D3BB631599-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 11 14:18:17 2017 Received: (at 27328-done) by debbugs.gnu.org; 11 Jun 2017 18:18:17 +0000 Received: from localhost ([127.0.0.1]:41403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK7RJ-0005i3-Ak for submit@debbugs.gnu.org; Sun, 11 Jun 2017 14:18:17 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:54477 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK7RH-0005hw-VS for 27328-done@debbugs.gnu.org; Sun, 11 Jun 2017 14:18:16 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 3F50F510663; Sun, 11 Jun 2017 20:18:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1497205095; bh=UGZwjldtD4VawcTGMQq5q2fAuzrSS1YA9NDquzdH3UI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=iWTa0X2FGoYKai6cnPdB8i3mX7/ApH+wgPvqlQQLa/NafXcX7JjTOikcTtM3rA7hE H1tSnxYwz9Z9VUXrYkOWemcIw0WMZE2QAPDzDOUw9lJDfAITC18UvhFYSUqUsZ2XXv nj2LYaYxBFZABdt8d4MCU9oU0E9v1kwP+3fsSQsM= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1497205094; bh=UGZwjldtD4VawcTGMQq5q2fAuzrSS1YA9NDquzdH3UI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=y0ppenHGv3TEgiDZJu/TfEF2d/e+t9ddiB42gKgmsoKdQsdHZiJRnvUrC+L88FnLr R19PMnxKS8qpHYLWe+DorskfwzcCNhlhGJ5OlSMmys50RQWZUGUh/f0tHB/YLakHtC n5VAa1Imbh7miAZxG7ZatYrl8Bo0XBtX/rNHWYa4= To: nee Subject: Re: bug#27328: [PATCH] gnu: Add five-or-more. References: <7d5cc957-1e57-69e4-d8b3-1d6adc86069f@cock.li> Date: Sun, 11 Jun 2017 14:17:55 -0400 In-Reply-To: <7d5cc957-1e57-69e4-d8b3-1d6adc86069f@cock.li> (nee@cock.li's message of "Sun, 11 Jun 2017 13:04:02 +0200") Message-ID: <87k24i4cdo.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27328-done Cc: 27328-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: -0.7 (/) --=-=-= Content-Type: text/plain nee writes: > simple & fun game Thanks for the patch! I've removed libgnome-games-support because it wasn't needed, but everything else looks good. Pushed to master as b6821ee051443f2379162da833776b2bb41d55ab. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlk9iVQACgkQ5qXuPBlG eg3TYQ//QuiirF0cwMoNa2JIzd/myvnSvtp8z9vmKaFrUzAH7uqNw06TqD0NWyDL ps7hYvaZI+2jCCnEiUfGZTzVTDqFz5ecLtaXQ/gRwTVVkq9HKPwEeZV+fF+4kWGn q1KMZ9FgFaow/9ZjXvnxEDSwj6B+L+qI5lzG+wI+7kTybJkXkZHttclKB1FPynOS vhnYtm447wsr7l6j8dZF2ctqmpQviihSwr1NcVmZPc5AHoEZcLFemL4cafVR3REB fz6ZodmgwXTYgSniIkqnaxt62MJDcxUhXJ2FXpgMfH5UvWJ6iAhiaSwRsWBK0BYY x3l1UlwMO8qhaW0GQiUG6UHnkdCCf3weU65RJD1tAMgTCLFNhzui1v+oNLfqC7G6 3zGsZoLYVX7tX2uvLKa/F9jhSnjMSRsatVumXJ5u0x6YR01gWBqwL2at5ErHyR1W DrjoKa7Qw1CtqoHTw8mrQpTYuM2iQSSsImg+orfL6bS4hUQESytqM9F4GWKZqozL GsVe/NXZdH38doAQqABeCBvZp69q1YxjW/xbST03SCQp5UwXlyyD8B+p3lg7Pt64 p2cxdI/5ouluzyzjgQOybAcUu5zHEuXbgrBAl3JsWOJ44Q83pDgSltFduCYDW4VT qoiltckqHPL4dc6v9FqZqCADn6cEeLcNzF3tvFuU2VlKasRDbPQ= =yfaW -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Sep 08 13:06:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Jul 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator