From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 00:26:32 2022 Received: (at submit) by debbugs.gnu.org; 27 Apr 2022 04:26:32 +0000 Received: from localhost ([127.0.0.1]:40941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njZG3-0003ZJ-U1 for submit@debbugs.gnu.org; Wed, 27 Apr 2022 00:26:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:50408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njZG3-0003ZC-9I for submit@debbugs.gnu.org; Wed, 27 Apr 2022 00:26:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njZG2-0003Tm-TE for guix-patches@gnu.org; Wed, 27 Apr 2022 00:26:31 -0400 Received: from mn-69-69-108-139.sta.embarqhsd.net ([69.69.108.139]:1603 helo=mail.kubisiak.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1njZG1-0005Se-0x for guix-patches@gnu.org; Wed, 27 Apr 2022 00:26:30 -0400 Received: from peregrine (108-237-41-25.lightspeed.sntcca.sbcglobal.net [108.237.41.25]) by mail.kubisiak.com with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Tue, 26 Apr 2022 23:26:19 -0500 Date: Tue, 26 Apr 2022 21:26:22 -0700 From: Brian Kubisiak To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-color-theme-solarized. Message-ID: <20220427042622.whknfo4uuslwhpay@peregrine> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=69.69.108.139; envelope-from=brian@kubisiak.com; helo=mail.kubisiak.com X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/emacs-xyz (emacs-color-theme-solarized): New variable. --- gnu/packages/emacs-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index db1663c677..fe9e054017 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8283,6 +8283,39 @@ (define-public emacs-solarized-theme package provides a light and a dark variant.") (license license:gpl3+))) +(define-public emacs-color-theme-solarized + ;; From 2017-10-24. + ;; No releases available. + (let ((commit "f3ca8902ea056fb8e46cb09f09c96294e31cd4ee") (revision "0")) + (package + (name "emacs-color-theme-solarized") + (version (git-version "0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url + "https://github.com/sellout/emacs-color-theme-solarized") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16d7adqi07lzzr0qipl1fbag9l8kiyr3xrqxi528pimcisbg85d3")))) + (build-system emacs-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + ;; these are intended for old versions of emacs and do not + ;; compile with emacs>=24 + (add-before 'install 'remove-color-theme + (lambda _ + (delete-file "./color-theme-solarized.el") + (delete-file "./color-theme-solarized-pkg.el")))))) + (home-page "https://github.com/sellout/emacs-color-theme-solarized") + (synopsis "Solarized Colorscheme for Emacs") + (description + "Emacs highlighting using Ethan Schoonover’s Solarized color scheme.") + (license license:expat)))) + (define-public emacs-poet-theme (let ((commit "16eb694f0755c04c4db98614d0eca1199fddad70") (revision "1")) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 25 09:47:37 2022 Received: (at 55141-done) by debbugs.gnu.org; 25 Sep 2022 13:47:38 +0000 Received: from localhost ([127.0.0.1]:46218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocRyr-0007m2-Mj for submit@debbugs.gnu.org; Sun, 25 Sep 2022 09:47:37 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:53437) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocRyp-0007lk-5S for 55141-done@debbugs.gnu.org; Sun, 25 Sep 2022 09:47:36 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id D0BCE240003; Sun, 25 Sep 2022 13:47:27 +0000 (UTC) From: Nicolas Goaziou To: Brian Kubisiak Subject: Re: [bug#55141] [PATCH] gnu: Add emacs-color-theme-solarized. References: <20220427042622.whknfo4uuslwhpay@peregrine> Date: Sun, 25 Sep 2022 15:47:26 +0200 In-Reply-To: <20220427042622.whknfo4uuslwhpay@peregrine> (Brian Kubisiak's message of "Tue, 26 Apr 2022 21:26:22 -0700") Message-ID: <874jwvtvkh.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55141-done Cc: 55141-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: -1.7 (-) Hello, Brian Kubisiak writes: > * gnu/packages/emacs-xyz (emacs-color-theme-solarized): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Sun Aug 17 01:00:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Oct 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