From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52802) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5DQ6-0007Nv-Px for guix-patches@gnu.org; Fri, 21 Feb 2020 13:53:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5DQ5-0003Gx-Rr for guix-patches@gnu.org; Fri, 21 Feb 2020 13:53:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5DQ5-0003Gt-P6 for guix-patches@gnu.org; Fri, 21 Feb 2020 13:53:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5DQ5-0008Ps-OP for guix-patches@gnu.org; Fri, 21 Feb 2020 13:53:01 -0500 Subject: [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm. Resent-Message-ID: Date: Fri, 21 Feb 2020 13:51:54 -0500 (EST) From: Jack Hill In-Reply-To: <7d81cd34-b527-44da-872c-700362894d9b@www.fastmail.com> Message-ID: References: <9a61841f-e79b-469f-af02-4a739cb0c5f2@www.fastmail.com> <20200221033733.11242-1-jackhill@jackhill.us> <20200221033733.11242-2-jackhill@jackhill.us> <1628381b-06af-4e2e-acd0-1f23238b361c@www.fastmail.com> <7d81cd34-b527-44da-872c-700362894d9b@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII 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: Alex Griffin Cc: 39599@debbugs.gnu.org On Fri, 21 Feb 2020, Alex Griffin wrote: > On Fri, Feb 21, 2020, at 4:22 PM, Jack Hill wrote: >> Thanks for the improvements. However, I don't think this change was >> warranted: >> >> - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" >> - "\\.xml$" "\\.compiled$"))))) >> + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" >> "\\.xml$"))) >> >> I think we still want to install the gschemas.compiled file that build in >> the new compile-schemas phase. > > You're right of course. I just committed the fix. Awesome, thanks!