From unknown Fri Jun 20 18:10:14 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#62019 <62019@debbugs.gnu.org> To: bug#62019 <62019@debbugs.gnu.org> Subject: Status: [PATCH] gnu: cl-ltk: Update to 0.992-0.ff14a78. Reply-To: bug#62019 <62019@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:10:14 +0000 retitle 62019 [PATCH] gnu: cl-ltk: Update to 0.992-0.ff14a78. reassign 62019 guix-patches submitter 62019 "Paul A. Patience" severity 62019 normal tag 62019 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 06 20:03:06 2023 Received: (at submit) by debbugs.gnu.org; 7 Mar 2023 01:03:06 +0000 Received: from localhost ([127.0.0.1]:44023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZLjO-0006Pj-38 for submit@debbugs.gnu.org; Mon, 06 Mar 2023 20:03:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:49846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZLjM-0006Pb-Jo for submit@debbugs.gnu.org; Mon, 06 Mar 2023 20:03:05 -0500 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 1pZLjJ-00080S-Pg for guix-patches@gnu.org; Mon, 06 Mar 2023 20:03:04 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZLjF-0003lY-M4 for guix-patches@gnu.org; Mon, 06 Mar 2023 20:03:01 -0500 Date: Tue, 07 Mar 2023 01:02:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail; t=1678150970; x=1678410170; bh=STXcv/sVUn4jIcztlYzDW5Y52tCPw9Z98Cv8bwzECgc=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=H83p+sadojOq96aHFBVwXRm/Bzlv1gfxt+z5yfDGhFUWRBy4MoxBQnVcQG/MmdJtF MoJH6xZyyllmqSQWioAcc7gH0q1IzO2Tal1OcoFBbQ6y3LOYz1g3qGiYjxhu5qki4g 1CwemHmYR17olLa6RWmjEvbM3pGIMvVct8j4CXlvXAoeENuYX90VuZ3jBiEBm22+T6 yl5BYa9ioFjeL07HduR60bxdUFPYDfgzIlifuygc/JjdRHG8KDb8gJhBYYUhBFXTci sjq8FLZQx1l9y/aHY62kZiMPgYNgal1JI7S3Xj8gHyz13b8tEwWhPZhhz8dTw1w3GK 2XW6gWlbFdlLQ== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: cl-ltk: Update to 0.992-0.ff14a78. Message-ID: <20230307010236.20668-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=paul@apatience.com; helo=mail-4317.proton.ch 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.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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.3 (--) * gnu/packages/lisp-xyz.scm (sbcl-ltk): Update to 0.992-0.ff14a78. [file-name]: Rename to cl-ltk. --- gnu/packages/lisp-xyz.scm | 95 ++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 46 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index a8792dee52..b06a3b88f9 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -10718,52 +10718,55 @@ (define-public ecl-cl-z85 (sbcl-package->ecl-package sbcl-cl-z85)) (define-public sbcl-ltk - (package - (name "sbcl-ltk") - (version "0.992") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/herth/ltk") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13l2q4mskzilya9xh5wy2xvy30lwn104bd8wrq6ifds56r82iy3x")))) - (build-system asdf-build-system/sbcl) - (inputs - (list imagemagick tk)) - (arguments - `(#:asd-systems '("ltk" - "ltk-mw" - "ltk-remote") - #:tests? #f - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "ltk/ltk.lisp" - (("#-freebsd \"wish\"") - (string-append "#-freebsd \"" - (assoc-ref inputs "tk") - "/bin/wish\"")) - (("do-execute \"convert\"") - (string-append "do-execute \"" - (assoc-ref inputs "imagemagick") - "/bin/convert\""))) - #t)) - (add-after 'unpack 'fix-build - (lambda _ - (substitute* "ltk/ltk-remote.lisp" - (("\\(:export") - "(:shadow #:raise) (:export")) - #t))))) - (synopsis "Common Lisp bindings for the Tk GUI toolkit") - (description - "LTK is a Common Lisp binding for the Tk graphics toolkit. It is wri= tten -in pure Common Lisp and does not require any Tk knowledge for its usage.") - (home-page "http://www.peter-herth.de/ltk/") - (license license:llgpl))) + (let ((commit "ff14a781d211c19c35e65a7ecaece67dda0b3ebb") + (revision "0")) + (package + (name "sbcl-ltk") + (version (git-version "0.992" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/herth/ltk") + (commit commit))) + (file-name (git-file-name "cl-ltk" version)) + (sha256 + (base32 "0f1xgsj2j7bq21cq2pa9rw3ybxd9vyknisl6z307lxx7lvhm3xac"))= )) + (build-system asdf-build-system/sbcl) + (inputs + (list imagemagick tk)) + (arguments + `(#:asd-systems '("ltk" + "ltk-mw" + "ltk-remote") + #:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "ltk/ltk.lisp" + (("#-freebsd \"wish\"") + (string-append "#-freebsd \"" + (assoc-ref inputs "tk") + "/bin/wish\"")) + (("do-execute \"convert\"") + (string-append "do-execute \"" + (assoc-ref inputs "imagemagick") + "/bin/convert\""))) + #t)) + (add-after 'unpack 'fix-build + (lambda _ + (substitute* "ltk/ltk-remote.lisp" + (("\\(:export") + "(:shadow #:raise) (:export")) + #t))))) + (synopsis "Common Lisp bindings for the Tk GUI toolkit") + (description + "LTK is a Common Lisp binding for the Tk graphics toolkit. It is +written in pure Common Lisp and does not require any Tk knowledge for its +usage.") + (home-page "http://www.peter-herth.de/ltk/") + (license license:llgpl)))) (define-public cl-ltk (sbcl-package->cl-source-package sbcl-ltk)) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 07 05:42:45 2023 Received: (at 62019-done) by debbugs.gnu.org; 7 Mar 2023 10:42:46 +0000 Received: from localhost ([127.0.0.1]:44620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUmL-0004wU-M9 for submit@debbugs.gnu.org; Tue, 07 Mar 2023 05:42:45 -0500 Received: from mout01.posteo.de ([185.67.36.65]:39983) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUmK-0004wI-0e for 62019-done@debbugs.gnu.org; Tue, 07 Mar 2023 05:42:44 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6E1CA240463 for <62019-done@debbugs.gnu.org>; Tue, 7 Mar 2023 11:42:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1678185758; bh=+6MKWaTHzbEqn98L7aRq9E2bt3WW9GgCoe4/p5xMuqk=; h=From:To:Cc:Subject:Date:From; b=HyajqI4T3rBL9vwTJArY60IupSeVwS39UdQ8JQ5e8M/Xkvq68/hN49VLFTivTdupD OX9lic9rAQE1AuI37h7BSm/yksVXe9D036IGXBu9uxQbvDvGWxJLvRoOYzSrUUfXh6 6Gm2IhMdNl+yqmA0YMa1802R6voHsSVDX8EF3e/uY8//DjVM2dA3zGom2MJEr+UhGO 0vvxew5W9zshlxGPAp39a3OkmNtbIogNaVcVxAMDyVCSo2ObaK/S5TMoLs7m4Cyr5w 0JiIxKZeMdrF2QFtKptRnGH7sC2U8pJ1N4yo1A82D5iY+nYBRUOTPdp2adu8LSg/oh mF7CVHBM3PoWA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PWBpv3v5Cz9rxP; Tue, 7 Mar 2023 11:42:29 +0100 (CET) References: <20230307010236.20668-1-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#62019] [PATCH] gnu: cl-ltk: Update to 0.992-0.ff14a78. Date: Tue, 07 Mar 2023 10:41:58 +0000 In-reply-to: <20230307010236.20668-1-paul@apatience.com> Message-ID: <87ttywetbe.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62019-done Cc: 62019-done@debbugs.gnu.org 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: -3.3 (---) --=-=-= Content-Type: text/plain Patch pushed as 79da3b19f0c9b506f58767159dd7a24d835fdce0. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZAcVFQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9kcQD+P+U52PqV7mmsNkgZoTwruXB/vz+t59CsKaTE RBl3/t4A/37fTEIXCsmD/Rq2tksavmG1Yj7MT/LEFlbvN9mqdgba =a/zI -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:10:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Apr 2023 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator