From unknown Sat Sep 20 09:28:05 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#77748 <77748@debbugs.gnu.org> To: bug#77748 <77748@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add sbcl-stumpwm-tomato. Reply-To: bug#77748 <77748@debbugs.gnu.org> Date: Sat, 20 Sep 2025 16:28:05 +0000 retitle 77748 [PATCH] gnu: Add sbcl-stumpwm-tomato. reassign 77748 guix-patches submitter 77748 Junker severity 77748 normal tag 77748 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 11 11:44:11 2025 Received: (at submit) by debbugs.gnu.org; 11 Apr 2025 15:44:11 +0000 Received: from localhost ([127.0.0.1]:51355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3GY6-0007Rc-I8 for submit@debbugs.gnu.org; Fri, 11 Apr 2025 11:44:10 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43890) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3GY4-0007Qh-6J for submit@debbugs.gnu.org; Fri, 11 Apr 2025 11:44:08 -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 1u3GXr-0005Ky-9l for guix-patches@gnu.org; Fri, 11 Apr 2025 11:43:55 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1u3GXp-0004Q1-5Y for guix-patches@gnu.org; Fri, 11 Apr 2025 11:43:55 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4ZZ1Dx26YDz9stn for ; Fri, 11 Apr 2025 17:43:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1744386225; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=uMDkjK3QLR5XMzcLhkhc4rvHOlt9V6UKZtAm9yP4Pms=; b=jqZgg2UOOgsjJoUtYjh5wk+1qMR574hfPWH9d/7NRunswNzTfVrEgPfBOBlgDC05nBb0hH 6Kj89PC7l+KYkgjiIk6GQL+m0wTwTBQLXfNua/7PHRGBZyBpHAfz38MiZbL0OEdj5URk0T t3sf/FsEpKcCylMZRhhg4bmpl56lZr0p6yIj9IaHjXp0ie37w6LReCskj/VEqWMJur2a2r 9DGe7hqcvVjezNBLMtGGNC1IihjU6CFwMXWFrCP8n2bMhT2pNaGwkqQBEumyhaSnNnQtc5 jRPjRgWarESBVpXAFPwmBPxnDZ51It7OoNWj1KXzmV+9OxU4PidKge0vwWb46Q== Date: Fri, 11 Apr 2025 22:43:32 +0700 From: Junker To: guix-patches@gnu.org Subject: [PATCH] gnu: Add sbcl-stumpwm-tomato. Message-ID: <732049c12f55f1042dadcb122a1fe60c1606d88f.1744386106.git.dk@junkeria.club> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Received-SPF: pass client-ip=80.241.56.151; envelope-from=dk@junkeria.club; helo=mout-p-101.mailbox.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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=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 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 (/) * gnu/packages/wm.scm (sbcl-stumpwm-tomato): New variable. Change-Id: I2cd47ba97f51bcd271bcf80f46f9cfa98cf35240 --- gnu/packages/wm.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 375ed08c00..36007c1367 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2871,6 +2871,29 @@ (define-public sbcl-stumpwm-binwarp mouse control mode for StumpWM.") (license (list license:gpl2+ license:gpl3+ license:bsd-2)))) +(define-public sbcl-stumpwm-tomato + (package + (name "sbcl-stumpwm-tomato") + (version "0.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Junker/stumpwm-tomato") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qq11spvhrcq74gh0dw0p4859ai2mqzbxa45gjbf599kmcybp1pa")))) + (arguments + '(#:asd-systems '("tomato") + #:tests? #f)) + (build-system asdf-build-system/sbcl) + (inputs (list stumpwm)) + (home-page "https://github.com/Junker/stumpwm-tomato") + (synopsis "Advanced Pomodoro timer module for StumpWM") + (description "Advanced Pomodoro timer module for StumpWM.") + (license license:gpl3+))) + (define-public sbcl-stumpwm-ttf-fonts (package (inherit stumpwm-contrib) base-commit: 2934de1447f87b361608ef3a2a756b8a5d2f42e6 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 14 08:11:44 2025 Received: (at 77748-done) by debbugs.gnu.org; 14 Apr 2025 12:11:44 +0000 Received: from localhost ([127.0.0.1]:46169 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4If9-0000Ar-Tf for submit@debbugs.gnu.org; Mon, 14 Apr 2025 08:11:44 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40889) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4If7-0000Ac-TU for 77748-done@debbugs.gnu.org; Mon, 14 Apr 2025 08:11:42 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 2D431240101 for <77748-done@debbugs.gnu.org>; Mon, 14 Apr 2025 14:11:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1744632695; bh=3lcuNToUVzcU8sySRyD+dkTsgt2D0PPxvWCQFJPaAS8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=GDG4mu3EgMDrHU2EP7q0C/WnZHi6N7oq1r87b7Zur8zL0U0Ldb1UamdxnBy3yrNDc dtSpff/K8DSIOp599jaGXv05OWuhHauSfLXaU3nXjmA50mfhFZWasLsuVgiCS2X9dW Jf61AxL76VBRttZNtKjY9Udkb7P3QXlCsCT1KPNho50hqsTpd7G1H3k5E0OJVuen8m 2gJlnYmFNj2ER8WwbslNeISWB5XFSbJwKpr1+n/UeU/PsaoVeB7Wbakw4GVVfsDZCG L4yLO+Aw0ISUDNUFIIEJZYKrFjW6gCJQm34OIu16rQvIrY5EXI6hGEObsG60KLCFdN sSJXP6Cw91Q5A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ZbmNk39Lfz9rxN; Mon, 14 Apr 2025 14:11:34 +0200 (CEST) From: Guillaume Le Vaillant To: Junker Subject: Re: [bug#77748] [PATCH] gnu: Add sbcl-stumpwm-tomato. In-Reply-To: <732049c12f55f1042dadcb122a1fe60c1606d88f.1744386106.git.dk@junkeria.club> (Junker's message of "Fri, 11 Apr 2025 22:43:32 +0700") References: <732049c12f55f1042dadcb122a1fe60c1606d88f.1744386106.git.dk@junkeria.club> Date: Mon, 14 Apr 2025 12:11:33 +0000 Message-ID: <87bjszrlhm.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: 77748-done Cc: 77748-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 applied as 2cddd8b935da12431c72c12a596bc4c0ee93b0f5. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZ/z7dQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9RJAD9EyUUMoVGjDjgm7biUKI2P1+N72dX5nv2qCX7 I++Zbp4A/23QMld4bOEjTcSw6pIR33gUOTpqjx6l8vgNkLJFtUxI =CL2L -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 20 09:28:05 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, 13 May 2025 11:24:13 +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