From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56689) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iibol-0006kG-HQ for guix-patches@gnu.org; Sat, 21 Dec 2019 05:17:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iibok-00081t-Gy for guix-patches@gnu.org; Sat, 21 Dec 2019 05:17:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41647) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iibok-00080Y-4Z for guix-patches@gnu.org; Sat, 21 Dec 2019 05:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iiboj-00026s-Vf for guix-patches@gnu.org; Sat, 21 Dec 2019 05:17:01 -0500 Subject: bug#38351: gnome-characters V2 Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <5e448abe005d25a6c831e20b54cbff6f0610ec63.camel@disroot.org> <3fe2fb92b6c3fcf2b5c5dc7b604395d7f75d8dee.camel@disroot.org> From: Ricardo Wurmus In-reply-to: <3fe2fb92b6c3fcf2b5c5dc7b604395d7f75d8dee.camel@disroot.org> Date: Sat, 21 Dec 2019 11:16:17 +0100 Message-ID: <87r20youfi.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Raghav Gururajan Cc: 38351-done@debbugs.gnu.org Hi, > Please find the new patch attached with this email, for gnome- > characters. Thank you! I=E2=80=99ve pushed this with commit 4e09f57af8 to the master branch after a number of small changes: * applied the patch with =E2=80=9Cpatch -p1 < the-file-that-you-sent.patch= =E2=80=9D * removed tabs with M-x untabify * separated sentences by two spaces * updated the synopsis * updated the first sentence of the description * reflowed the description with M-x fill-paragraph * changed the home page (so as not to point to the irrelevant design page) * reflowed the source field * removed the comments * moved gettext to the native inputs * added Python to the native inputs (which is needed for running scripts in lib) * set glib-or-gtk? to #t because the program would crash otherwise * created a commit (using the yasnippet for =E2=80=9Cadd=E2=80=9D) and set = you as the author (this would not be needed with git formatted patches) Thanks! -- Ricardo