From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 31 16:09:06 2022 Received: (at submit) by debbugs.gnu.org; 31 Oct 2022 20:09:06 +0000 Received: from localhost ([127.0.0.1]:41877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opb5m-0000fx-IS for submit@debbugs.gnu.org; Mon, 31 Oct 2022 16:09:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:47786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opb5k-0000fp-IM for submit@debbugs.gnu.org; Mon, 31 Oct 2022 16:09:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opb5g-00065y-UJ for guix-patches@gnu.org; Mon, 31 Oct 2022 16:09:02 -0400 Received: from box.euandre.org ([46.101.160.115]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1opb5e-0006Gj-HE for guix-patches@gnu.org; Mon, 31 Oct 2022 16:09:00 -0400 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 61A89FC4C9; Mon, 31 Oct 2022 17:08:51 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1667246932; bh=vEtUbcIDXeRQR7d6Ah5AdarmsxGnR7WV7nZNLBhpVWw=; h=From:To:Cc:Subject:Date:From; b=AAQ6v97f/L3w37Yc0yqAJn3Tlzj2Vv2tCJqI2r5q98XKEXSb7N9aptXjvz6X9LVk7 mG/ivH+GvbbovxL3XdOC51ScBBWcWnoIdevFK3/E1MMaY1NzLMyTzl3HkrKNAvLUU9 NCHhHeoTCwmZ/GKoI+NlcwlBSGWnZ4uH+FWiekfxFcdLdgKS6PGsbNWmrWxVf3Dxaa ATTutDAPYY5M9nbY+AE/zc65ayC1blGCDaAkH9SHwyLXXDgpmgRpfAK8JCRULZuuCs VRUAHVMglSB8zjOAtuZxqbj7Cq97Kj+yXvYfsekm7XjRel9ER+BL41jG1MK6Ve/Z57 4NajWyzyrLPnQ== From: EuAndreh To: guix-patches@gnu.org Subject: [PATCH 0/2] Update clipmenu and improve it Date: Mon, 31 Oct 2022 17:08:39 -0300 Message-Id: <20221031200839.10945-1-eu@euandre.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=46.101.160.115; envelope-from=eu@euandre.org; helo=box.euandre.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: EuAndreh X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Refactor build code, using g-expressions. A `git diff -w` (-w for "whitespace") makes it clearer that those are the changes. EuAndreh (2): gnu: clipmenu: Update to 6.2.0. gnu: clipmenu: Improve package style. gnu/packages/xdisorg.scm | 146 +++++++++++++++++++-------------------- 1 file changed, 71 insertions(+), 75 deletions(-) -- 2.38.0