From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +IEEMfcJLl++bAAA0tVLHw (envelope-from ) for ; Sat, 08 Aug 2020 02:12:07 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 93qvLPcJLl9pVAAAbx9fmQ (envelope-from ) for ; Sat, 08 Aug 2020 02:12:07 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 575259403D2 for ; Sat, 8 Aug 2020 02:12:07 +0000 (UTC) Received: from localhost ([::1]:59400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4EL8-0003FL-BC for larch@yhetil.org; Fri, 07 Aug 2020 22:12:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4EL4-0003F3-3P for guix-patches@gnu.org; Fri, 07 Aug 2020 22:12:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46252) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k4EL3-0006AW-QI for guix-patches@gnu.org; Fri, 07 Aug 2020 22:12:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k4EL3-0006bB-JY for guix-patches@gnu.org; Fri, 07 Aug 2020 22:12:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42736] [PATCH v2] gnu: emacs-doom-themes: Update to 2.1.6-5. References: <20200807031749.27160-1-jackhill@jackhill.us> In-Reply-To: <20200807031749.27160-1-jackhill@jackhill.us> Resent-From: Jack Hill Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 Aug 2020 02:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42736 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42736@debbugs.gnu.org Received: via spool by 42736-submit@debbugs.gnu.org id=B42736.159685270925345 (code B ref 42736); Sat, 08 Aug 2020 02:12:01 +0000 Received: (at 42736) by debbugs.gnu.org; 8 Aug 2020 02:11:49 +0000 Received: from localhost ([127.0.0.1]:57797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4EKr-0006aj-Ja for submit@debbugs.gnu.org; Fri, 07 Aug 2020 22:11:49 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:60374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4EKp-0006aX-Sf for 42736@debbugs.gnu.org; Fri, 07 Aug 2020 22:11:48 -0400 Received: from cpe-107-15-18-231.nc.res.rr.com ([107.15.18.231] helo=alperton.home.eronel.org) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1k4EKk-0003O7-NT for 42736@debbugs.gnu.org; Fri, 07 Aug 2020 22:11:42 -0400 From: Jack Hill Date: Fri, 7 Aug 2020 22:11:30 -0400 Message-Id: <20200808021130.20027-1-jackhill@jackhill.us> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 3.99 X-TUID: lwhH5oFzaXNK * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-5. This commit revision add support for Emacs 27. [arguments]: Remove disable-breaking-compilation phase. --- gnu/packages/emacs-xyz.scm | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f857b594eb..0b66e9507b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22053,8 +22053,8 @@ contrast and few colors.") (license license:gpl3+)))) (define-public emacs-doom-themes - (let ((commit "54039c5171e3f8c9cef1f82122549b66cd8c8f7b") - (revision "4") + (let ((commit "e803fc4ac8cf7118e2d1544d8241b848b5e79e9f") + (revision "5") (version "2.1.6")) (package (name "emacs-doom-themes") @@ -22066,7 +22066,7 @@ contrast and few colors.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1iwdjq4q2gkhi6jwas3ywgmdz5dg14sfb3fzhqd7wih6j3i2l3cr")))) + (base32 "128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh")))) (build-system emacs-build-system) (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner))) @@ -22086,31 +22086,6 @@ contrast and few colors.") (for-each (lambda (f) (rename-file f (basename f))) (find-files "./themes" ".*\\.el$")) - #t)) - ;; There is a byte-code overflow issue in the latest checkout - ;; which affects byte-compilation for several (read `most') theme - ;; files. In order to cope with this issue, we disable - ;; byte-compilation until this issue is resolved. - ;; - ;; - ;; NOTE: Byte-comp has been disabled in/after commit 9cd6872. - ;; However our method of selective disabling is preferential to - ;; just widely disabling byte-compilation. - (add-after 'move-themes 'disable-breaking-compilation - (lambda _ - (for-each (lambda (file) - (chmod file #o600) ; needed to write changes. - (emacs-batch-disable-compilation file)) - (cons "doom-themes-ext-neotree.el" - ;; NOTE: When updating this package, determine - ;; whether changed theme files can byte-compile. - ;; If they can successfully byte-compile, add them - ;; to this list of exceptions. - (lset-difference string-contains - (find-files "." ".*-theme.el") - '("material" - "snazzy" - "tomorrow-day")))) #t))))) (synopsis "Wide collection of color themes for Emacs") (description "Emacs-doom-themes contains numerous popular color themes for -- 2.28.0