[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/19: gnu: emacs-logos: Update to 1.1.0.
From: |
guix-commits |
Subject: |
14/19: gnu: emacs-logos: Update to 1.1.0. |
Date: |
Sat, 24 Jun 2023 11:43:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b9df95614d44216b7202a49af62edcb6f0508b63
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 17:16:00 2023 +0200
gnu: emacs-logos: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.0.
---
gnu/packages/emacs-xyz.scm | 65 ++++++++++++++++++++++------------------------
1 file changed, 31 insertions(+), 34 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 540874f61a..10659cfcb2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16258,43 +16258,40 @@ view your Denote directory.")
(license license:gpl3+)))
(define-public emacs-logos
- ;; XXX: Upstream did not tag latest release. Use the commit matching
- ;; version bump.
- (let ((commit "d8f18f74591ffcac6466409ac7cd29f90838b2fe"))
- (package
- (name "emacs-logos")
- (version "1.0.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.sr.ht/~protesilaos/logos")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0g3jxzwv99wkxlb36j2nyjibayvwjpy7qc2mz9lfd2945q6apj3z"))))
- (native-inputs (list texinfo))
- (build-system emacs-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'makeinfo
- (lambda* (#:key outputs #:allow-other-keys)
- (invoke "emacs"
- "--batch"
- "--eval=(require 'ox-texinfo)"
- "--eval=(find-file \"README.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "logos.info" (string-append #$output
"/share/info")))))))
- (home-page "https://protesilaos.com/emacs/logos")
- (synopsis "Simple focus mode for Emacs")
- (description "This package provides a simple focus mode which can be
+ (package
+ (name "emacs-logos")
+ (version "1.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~protesilaos/logos")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "08y63v7qsxw4g0gv01dq05j96ngajln6sv50nssjfwag8bgl4ydi"))))
+ (native-inputs (list texinfo))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'makeinfo
+ (lambda* (#:key outputs #:allow-other-keys)
+ (invoke "emacs"
+ "--batch"
+ "--eval=(require 'ox-texinfo)"
+ "--eval=(find-file \"README.org\")"
+ "--eval=(org-texinfo-export-to-info)")
+ (install-file "logos.info" (string-append #$output
"/share/info")))))))
+ (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
buffer can be divided in pages using the @code{page-delimiter}, outline
structure, or any other pattern.")
- (license (list license:gpl3+
- license:fdl1.3+))))) ; GFDLv1.3+ for the manual
+ (license (list license:gpl3+
+ license:fdl1.3+)))) ; GFDLv1.3+ for the manual
(define-public emacs-tmr
(package
- branch master updated (d3f5c35e40 -> 42a48a11b7), guix-commits, 2023/06/24
- 08/19: gnu: emacs-ebuild-mode: Update to 1.64., guix-commits, 2023/06/24
- 05/19: gnu: emacs-subed: Update to 1.2.3., guix-commits, 2023/06/24
- 03/19: gnu: emacs-auto-compile: Update to 1.8.1., guix-commits, 2023/06/24
- 02/19: gnu: emacs-all-the-icons-completion: Update to 1.0., guix-commits, 2023/06/24
- 01/19: gnu: Add emacs-x509-mode., guix-commits, 2023/06/24
- 07/19: gnu: emacs-dtrt-indent: Update to 1.10., guix-commits, 2023/06/24
- 14/19: gnu: emacs-logos: Update to 1.1.0.,
guix-commits <=
- 10/19: gnu: emacs-ement: Update to 0.10., guix-commits, 2023/06/24
- 04/19: gnu: emacs-autothemer: Update to 0.2.18., guix-commits, 2023/06/24
- 06/19: gnu: emacs-debbugs: Update to 0.36., guix-commits, 2023/06/24
- 09/19: gnu: emacs-elixir-mode: Update to 2.4.1., guix-commits, 2023/06/24
- 11/19: gnu: emacs-engine-mode: Update to 2.2.4., guix-commits, 2023/06/24
- 12/19: gnu: emacs-evil-matchit: Update to 3.0.1., guix-commits, 2023/06/24
- 13/19: gnu: emacs-keycast: Update to 1.3.2., guix-commits, 2023/06/24
- 16/19: gnu: emacs-nano-modeline: Update to 1.0.1., guix-commits, 2023/06/24
- 15/19: gnu: emacs-logview: Update to 0.16.2., guix-commits, 2023/06/24
- 17/19: gnu: emacs-pdf-tools: Update to 1.1.0., guix-commits, 2023/06/24