From unknown Mon Jun 16 23:45:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#78731 <78731@debbugs.gnu.org> To: bug#78731 <78731@debbugs.gnu.org> Subject: Status: [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.2. Reply-To: bug#78731 <78731@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:45:59 +0000 retitle 78731 [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.2. reassign 78731 guix-patches submitter 78731 Cayetano Santos severity 78731 normal tag 78731 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 09 05:57:21 2025 Received: (at submit) by debbugs.gnu.org; 9 Jun 2025 09:57:21 +0000 Received: from localhost ([127.0.0.1]:53948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOZFo-00072O-TU for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:21 -0400 Received: from lists.gnu.org ([2001:470:142::17]:37182) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOZFm-000726-HU for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:19 -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 1uOZFe-0004Gf-Sx for guix-patches@gnu.org; Mon, 09 Jun 2025 05:57:11 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOZFb-0005gk-HN for guix-patches@gnu.org; Mon, 09 Jun 2025 05:57:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749463017; bh=BzZQggr5C9ch/kfZeRJuwCmmVl9KHfdzFq3cQTnattw=; h=From:To:Cc:Subject:Date:From; b=rQFfyeSoCA1GNyMZvk8ZsQHznU6vhQa/GSf1IGM0wzTnDBu8ybi2s3vTeQuTAn/rJ Ju6Zx1Yu5BolQT2KvvhTpPuZy75Yf/6o1XmcH2Heq9dEmBAnvTf2H/YOw/esu6bhrV 0bRIQspEUMhPhJ7T6NGFtA6vU5r7huf9gJeIlP4o= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bG6lY68CXzGp8w; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bG6lY3sxNzGp8H; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) From: Cayetano Santos To: 78645@debbugs.gnu.org Subject: [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.2. Date: Mon, 9 Jun 2025 11:58:13 +0200 Message-ID: <54c54bc04d4c7e5ee885165d8a9edd6ed8ce1022.1749463093.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos via Guix-patches via 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: -0.1 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. <#:phases>{makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df --- gnu/packages/emacs-xyz.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc23eaa4bc..fca2871a81 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42316,7 +42316,7 @@ (define-public emacs-ivy-avy (define-public emacs-vertico (package (name "emacs-vertico") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) @@ -42325,7 +42325,7 @@ (define-public emacs-vertico (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk")))) + (base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8")))) (build-system emacs-build-system) (arguments (list @@ -42339,15 +42339,13 @@ (define-public emacs-vertico (for-each (lambda (f) (rename-file f (basename f))) el-files)))) - (add-after 'install 'makeinfo + (add-after 'move-source-files 'makeinfo (lambda _ (invoke "emacs" "--batch" "--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")" - "--eval=(org-texinfo-export-to-info)") - (install-file "vertico.info" - (string-append #$output "/share/info"))))))) + "--eval=(org-texinfo-export-to-info)")))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: 03ce76718c41b32d174713c945d269d6fcdd8bf1 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 15 13:40:11 2025 Received: (at 78731-done) by debbugs.gnu.org; 15 Jun 2025 17:40:12 +0000 Received: from localhost ([127.0.0.1]:59972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQrL1-000598-HT for submit@debbugs.gnu.org; Sun, 15 Jun 2025 13:40:11 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]:30551) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uQrKy-00053f-9U for 78731-done@debbugs.gnu.org; Sun, 15 Jun 2025 13:40:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1750009204; bh=NwozM0oqysr99y+ZTeLUDmbBsOZ2ro0MLaXrpi1DhLE=; h=From:To:Subject:Date:From; b=Ew7bXijU2lS40llEAuhYTLdAREq9honYpPnKFKE3z7ed2kGF5tJVZhYETHdfoRWrQ DVoCVkizh7zhEUnY7PJKC73HUgT1VkpBDO1sLyJH/Z8iJ1a8VFX33TN65zh4/smDbw Cfo6SXnZcEypBQSCN6ayLjchBWMwmfkP8vCEZDgk= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bL0l84nb5z10tb for <78731-done@debbugs.gnu.org>; Sun, 15 Jun 2025 17:40:04 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bL0l82dyWz10t6 for <78731-done@debbugs.gnu.org>; Sun, 15 Jun 2025 17:40:04 +0000 (UTC) From: Cayetano Santos To: 78731-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.11; emacs 30.1 Date: Sun, 15 Jun 2025 19:40:01 +0200 Message-ID: <87qzzk3nv2.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 78731-done 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: -1.0 (-) --=-=-= Content-Type: text/plain Merged in b40eced515. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaE8FcRccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mglXwAQDysXZjm3PCHEYwVmRc0vbcUZ5T bptnLJY63H0max9EggEAoXSFRaMYSSoeTBtxNCi9/fiMCeA6pTLzlI49kfdiJQ8= =LkM0 -----END PGP SIGNATURE----- --=-=-=--