From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52395) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5DND-0006vm-PO for guix-patches@gnu.org; Fri, 21 Feb 2020 13:50:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5DNC-00020U-UR for guix-patches@gnu.org; Fri, 21 Feb 2020 13:50:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42145) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5DNC-00020O-Fk for guix-patches@gnu.org; Fri, 21 Feb 2020 13:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5DNC-0008LV-EW for guix-patches@gnu.org; Fri, 21 Feb 2020 13:50:02 -0500 Subject: [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm. Resent-Message-ID: Mime-Version: 1.0 Message-Id: <7d81cd34-b527-44da-872c-700362894d9b@www.fastmail.com> In-Reply-To: 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> Date: Fri, 21 Feb 2020 18:48:46 +0000 From: "Alex Griffin" 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: Jack Hill Cc: 39599@debbugs.gnu.org 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. -- Alex Griffin