gnu: emacs-logos: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.0.
This commit is contained in:
Nicolas Goaziou 2023-06-24 17:16:00 +02:00
parent 6277c7574b
commit b9df95614d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16258,43 +16258,40 @@ view your Denote directory.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-logos (define-public emacs-logos
;; XXX: Upstream did not tag latest release. Use the commit matching (package
;; version bump. (name "emacs-logos")
(let ((commit "d8f18f74591ffcac6466409ac7cd29f90838b2fe")) (version "1.1.0")
(package (source (origin
(name "emacs-logos") (method git-fetch)
(version "1.0.1") (uri (git-reference
(source (origin (url "https://git.sr.ht/~protesilaos/logos")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://git.sr.ht/~protesilaos/logos") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "08y63v7qsxw4g0gv01dq05j96ngajln6sv50nssjfwag8bgl4ydi"))))
(sha256 (native-inputs (list texinfo))
(base32 (build-system emacs-build-system)
"0g3jxzwv99wkxlb36j2nyjibayvwjpy7qc2mz9lfd2945q6apj3z")))) (arguments
(native-inputs (list texinfo)) (list
(build-system emacs-build-system) #:phases
(arguments #~(modify-phases %standard-phases
(list (add-after 'install 'makeinfo
#:phases (lambda* (#:key outputs #:allow-other-keys)
#~(modify-phases %standard-phases (invoke "emacs"
(add-after 'install 'makeinfo "--batch"
(lambda* (#:key outputs #:allow-other-keys) "--eval=(require 'ox-texinfo)"
(invoke "emacs" "--eval=(find-file \"README.org\")"
"--batch" "--eval=(org-texinfo-export-to-info)")
"--eval=(require 'ox-texinfo)" (install-file "logos.info" (string-append #$output "/share/info")))))))
"--eval=(find-file \"README.org\")" (home-page "https://protesilaos.com/emacs/logos")
"--eval=(org-texinfo-export-to-info)") (synopsis "Simple focus mode for Emacs")
(install-file "logos.info" (string-append #$output "/share/info"))))))) (description "This package provides a simple focus mode which can be
(home-page "https://protesilaos.com/emacs/logos")
(synopsis "Simple focus mode for Emacs")
(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