mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: emacs-ef-themes: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 2.0.1. [propagated-inputs]: Add emacs-modus-themes. [native-inputs]: Add texinfo. [source]: Switch url. [arguments]: Add ’makeinfo #:phase. [license]: Include manual license. [home-page]: Update. Change-Id: Ie280ef4a7af64c61fbb870c97961d3f321bf4234
This commit is contained in:
@@ -8775,7 +8775,7 @@ and code formatting.")
|
|||||||
(define-public emacs-ef-themes
|
(define-public emacs-ef-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-ef-themes")
|
(name "emacs-ef-themes")
|
||||||
(version "1.11.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -8785,15 +8785,25 @@ and code formatting.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"049wfnvw4x81k2r34znj4w4fw5xrg376y63x87gkf28vlcmdkkrs"))))
|
"0qfq9p1dvny7abx0q7gcjd1zhzvwr0w37rwphn307wcg1dqc4nzq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://git.sr.ht/~protesilaos/ef-themes")
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'makeinfo
|
||||||
|
(lambda _ (emacs-makeinfo))))))
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-modus-themes))
|
||||||
|
(native-inputs (list texinfo))
|
||||||
|
(home-page "https://protesilaos.com/emacs/ef-themes")
|
||||||
(synopsis "Colorful and legible themes")
|
(synopsis "Colorful and legible themes")
|
||||||
(description
|
(description
|
||||||
"The Ef themes are a collection of light and dark themes for GNU Emacs
|
"The Ef themes are a collection of light and dark themes for GNU Emacs
|
||||||
whose goal is to provide colorful yet legible options for users who want
|
whose goal is to provide colorful yet legible options for users who want
|
||||||
something with a bit more flair than the Modus themes.")
|
something with a bit more flair than the Modus themes.")
|
||||||
(license license:gpl3+)))
|
(license (list license:gpl3+
|
||||||
|
license:fdl1.3+))))
|
||||||
|
|
||||||
(define-public emacs-doric-themes
|
(define-public emacs-doric-themes
|
||||||
(package
|
(package
|
||||||
|
|||||||
Reference in New Issue
Block a user