From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWsy0-0005sz-Ln for guix-patches@gnu.org; Fri, 31 May 2019 21:37:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWskc-0005R7-Sf for guix-patches@gnu.org; Fri, 31 May 2019 21:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51412) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWskc-0005R1-GP for guix-patches@gnu.org; Fri, 31 May 2019 21:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hWskc-0007VK-Ai for guix-patches@gnu.org; Fri, 31 May 2019 21:24:02 -0400 Subject: bug#35252: [PATCH] gnu: Add mousepad. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Kei Kebreau References: <20190412235024.5108-1-kkebreau@posteo.net> Date: Fri, 31 May 2019 21:23:29 -0400 In-Reply-To: <20190412235024.5108-1-kkebreau@posteo.net> (Kei Kebreau's message of "Fri, 12 Apr 2019 19:50:24 -0400") Message-ID: <877ea62j5a.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain 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: 35252-done@debbugs.gnu.org Committed to master after changing the input gtksourceview to gtksourceview-3. Kei Kebreau writes: > * gnu/packages/xfce.scm (mousepad): New variable. > --- > gnu/packages/xfce.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm > index 8543dcffed..6cabd9b902 100644 > --- a/gnu/packages/xfce.scm > +++ b/gnu/packages/xfce.scm > @@ -990,3 +990,45 @@ the libburnia libraries. It can blank CD/DVD/BD(-RW)s, burn and > create iso images, audio CDs, as well as burn personal compositions > of data to either CD/DVD/BD.") > (license gpl2+))) > + > +(define-public mousepad ... > + ("gtksourceview" ,gtksourceview))) Changed to gtksourceview to gtksourceview-3.