From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 03 02:39:36 2022 Received: (at submit) by debbugs.gnu.org; 3 Oct 2022 06:39:36 +0000 Received: from localhost ([127.0.0.1]:48759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofF71-0006qC-Pj for submit@debbugs.gnu.org; Mon, 03 Oct 2022 02:39:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:55932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofF6z-0006q4-Ug for submit@debbugs.gnu.org; Mon, 03 Oct 2022 02:39:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofF6x-00061R-HU for guix-patches@gnu.org; Mon, 03 Oct 2022 02:39:32 -0400 Received: from knopi.disroot.org ([178.21.23.139]:47668) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofF6m-0000yn-Iv for guix-patches@gnu.org; Mon, 03 Oct 2022 02:39:31 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 030D14C284; Mon, 3 Oct 2022 08:39:16 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eIhD02Ze_nXK; Mon, 3 Oct 2022 08:39:14 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664779154; bh=RjiOUySK9UJzTyZVGDwGl5rUveRtZGUFjy8liPsBfzE=; h=From:To:Cc:Subject:Date; b=B6NX1u70DlDNevBEX2awBzhkJCLGkpdvrWgA2+dJqymlqyH9yHfabY3j+Bvnd2p6Z y3NioJlrbWhNYncnV6AK9h7MnIve455S1zV2Kmzao//G0jbnCN6q+Yn6vYNIg310tL Hc/NfkCTE0qMCluWRh0Ho5AuHsDai34zZVcNa813VQtuDCbXBUp+unWCwi+v5iK8LH /DyqUNl5GbYk5Efa0HVQHWH8qa8KdrVMV4HFTARHhfpGza/iuHHTCAftXaLZ86ee4O TkAFBxt5X1z5dDn25ZgQUlKxppB1IK3jLx2yjrU+6xHpCsHIq7C/GoxMb0g2fU8Qvp uFVovlLDjjmuQ== To: guix-patches@gnu.org Subject: [PATCH v2] gnu: Add emacs-circadian. Date: Mon, 3 Oct 2022 02:37:56 -0400 Message-Id: <20221003063755.80268-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.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_NONE=0.001, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 , Nicolas Goaziou 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 (--) * gnu/packages/emacs-xyz.scm (emacs-circadian): New variable. --- gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 788c31bca4..45df75eb90 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19526,6 +19526,35 @@ (define-public emacs-ts timestamps by providing a @code{ts} struct.") (license license:gpl3+))) +(define-public emacs-circadian + (package + (name "emacs-circadian") + (version "0.3.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/guidoschmidt/circadian.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0wpsykmai3idz0bgfl07hwl9nr4x9sgprvqgw8jln4dz2wf5gdic")))) + (arguments + (list + #:tests? #t + #:test-command #~(list "ert-runner"))) + (build-system emacs-build-system) + (native-inputs + (list emacs-el-mock emacs-ert-runner)) + (home-page "https://github.com/guidoschmidt/circadian.el") + (synopsis "Theme-switching for Emacs based on daytime") + (description "Circadian may reduce eye strain by automatically switching +between light and dark themes based on daytime. It is inspired by color +temperature shifting tools and brightness adaption software.") + ;; The LICENSE file is expat, but the sole ".el" file is explicitly GPL3+. + (license (list license:gpl3+ + license:expat)))) + (define-public emacs-peg (package (name "emacs-peg") base-commit: ab6931483be544b7debb9496f694b593af7e0c0f -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 04 12:27:16 2022 Received: (at submit) by debbugs.gnu.org; 4 Oct 2022 16:27:16 +0000 Received: from localhost ([127.0.0.1]:55015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofklI-00030s-5W for submit@debbugs.gnu.org; Tue, 04 Oct 2022 12:27:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:52634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofklE-00030h-Ds for submit@debbugs.gnu.org; Tue, 04 Oct 2022 12:27:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofklE-00010W-7w for guix-patches@gnu.org; Tue, 04 Oct 2022 12:27:12 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]:34781) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofklB-0000Cg-TW for guix-patches@gnu.org; Tue, 04 Oct 2022 12:27:11 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 3CCA920008; Tue, 4 Oct 2022 16:27:01 +0000 (UTC) From: Nicolas Goaziou To: kiasoc5 via Guix-patches via Subject: Re: [bug#58266] [PATCH v2] gnu: Add emacs-circadian. References: <20221003063755.80268-1-kiasoc5@disroot.org> Date: Tue, 04 Oct 2022 18:27:01 +0200 In-Reply-To: <20221003063755.80268-1-kiasoc5@disroot.org> (kiasoc's message of "Mon, 3 Oct 2022 02:37:56 -0400") Message-ID: <87pmf7mu5m.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::227; envelope-from=mail@nicolasgoaziou.fr; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 58266-done@debbugs.gnu.org, kiasoc5 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.6 (--) Hello, kiasoc5 via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-circadian): New variable. Applied. Thank you! Regards, -- Nicolas Goaziou From unknown Tue Jun 17 01:43:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 02 Nov 2022 11:24:07 +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