mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-logos: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.2.0. Change-Id: I1c0c9aab0d1c75bdf256a57bebc2904c93f3da05
This commit is contained in:
parent
d40fc4a858
commit
3cc9bc10dc
1 changed files with 31 additions and 32 deletions
|
@ -18880,41 +18880,40 @@ view your Denote directory.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-logos
|
(define-public emacs-logos
|
||||||
(let ((commit "eeedd3ef289faa4fa2b726013255747a41a6ba9c")) ;version bump
|
(package
|
||||||
(package
|
(name "emacs-logos")
|
||||||
(name "emacs-logos")
|
(version "1.2.0")
|
||||||
(version "1.1.1")
|
(source (origin
|
||||||
(source (origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/protesilaos/logos")
|
||||||
(url "https://git.sr.ht/~protesilaos/logos")
|
(commit version)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32
|
"0yjhvmzdzyi9hy46420i2zp00m0p89lca3bjs749i8izpllv8kxr"))))
|
||||||
"1p4akwpbc6x2k47g99wg4yvdz1wlnb2fqwgk06bfi3s4sv6lngbk"))))
|
(native-inputs (list texinfo))
|
||||||
(native-inputs (list texinfo))
|
(build-system emacs-build-system)
|
||||||
(build-system emacs-build-system)
|
(arguments
|
||||||
(arguments
|
(list
|
||||||
(list
|
#:phases
|
||||||
#:phases
|
#~(modify-phases %standard-phases
|
||||||
#~(modify-phases %standard-phases
|
(add-after 'install 'makeinfo
|
||||||
(add-after 'install 'makeinfo
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(invoke "emacs"
|
||||||
(invoke "emacs"
|
"--batch"
|
||||||
"--batch"
|
"--eval=(require 'ox-texinfo)"
|
||||||
"--eval=(require 'ox-texinfo)"
|
"--eval=(find-file \"README.org\")"
|
||||||
"--eval=(find-file \"README.org\")"
|
"--eval=(org-texinfo-export-to-info)")
|
||||||
"--eval=(org-texinfo-export-to-info)")
|
(install-file "logos.info" (string-append #$output "/share/info")))))))
|
||||||
(install-file "logos.info" (string-append #$output "/share/info")))))))
|
(home-page "https://protesilaos.com/emacs/logos")
|
||||||
(home-page "https://protesilaos.com/emacs/logos")
|
(synopsis "Simple focus mode for Emacs")
|
||||||
(synopsis "Simple focus mode for Emacs")
|
(description "This package provides a simple focus mode which can be
|
||||||
(description "This package provides a simple focus mode which can be
|
|
||||||
applied to any buffer for reading, writing, or even doing a presentation. The
|
applied to any buffer for reading, writing, or even doing a presentation. The
|
||||||
buffer can be divided in pages using the @code{page-delimiter}, outline
|
buffer can be divided in pages using the @code{page-delimiter}, outline
|
||||||
structure, or any other pattern.")
|
structure, or any other pattern.")
|
||||||
(license (list license:gpl3+
|
(license (list license:gpl3+
|
||||||
license:fdl1.3+))))) ; GFDLv1.3+ for the manual
|
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
|
||||||
|
|
||||||
(define-public emacs-tmr
|
(define-public emacs-tmr
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue