From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44730) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdhUy-000091-7C for guix-patches@gnu.org; Wed, 19 Jun 2019 16:48:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdhUw-0001HX-Ph for guix-patches@gnu.org; Wed, 19 Jun 2019 16:48:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33950) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdhUv-0001GH-V2 for guix-patches@gnu.org; Wed, 19 Jun 2019 16:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdhUv-0003sJ-S0 for guix-patches@gnu.org; Wed, 19 Jun 2019 16:48:01 -0400 Subject: bug#36271: [PATCH] gnu: Add numix-theme. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190617235805.4300-1-goodoldpaul@autistici.org> Date: Wed, 19 Jun 2019 22:47:30 +0200 In-Reply-To: <20190617235805.4300-1-goodoldpaul@autistici.org> (Giacomo Leidi's message of "Tue, 18 Jun 2019 01:58:05 +0200") Message-ID: <87pnn91evx.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: Giacomo Leidi Cc: 36271-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Giacomo, Giacomo Leidi skribis: > * gnu/packages/gnome.scm (numix-theme): New variable Applied with the following minor changes to match our synopsis/description guidelines: https://www.gnu.org/software/guix/manual/en/html_node/Synopses-and-Descri= ptions.html Thank you! 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 eeca6edd4b..ad6b9203b9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6907,10 +6907,9 @@ functionality and behavior.") ("gtk+" ,gtk+) ("xmllint" ,libxml2) ("ruby-sass" ,ruby-sass))) - (synopsis "Numix is a modern flat theme with a combination of light - and dark elements") - (description "A modern flat theme with a combination of light and dark elements. - It supports GNOME, Unity, Xfce and Openbox.") + (synopsis "Flat theme with light and dark elements") + (description "Numix is a modern flat theme with a combination of light and +dark elements. It supports GNOME, Unity, Xfce, and Openbox.") (home-page "https://numixproject.github.io") (license license:gpl3+))) --=-=-=--