[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/38: gnu: emacs-beframe: Update to 0.3.0.
From: |
guix-commits |
Subject: |
06/38: gnu: emacs-beframe: Update to 0.3.0. |
Date: |
Sun, 21 May 2023 08:55:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit adf91d2bf46e8fb76b45d46e57a6bd58af298127
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 12:09:53 2023 +0200
gnu: emacs-beframe: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 0.3.0.
---
gnu/packages/emacs-xyz.scm | 69 +++++++++++++++++++++++-----------------------
1 file changed, 34 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5c072d4af9..d41e39b3db 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16159,45 +16159,44 @@ using a convenient notation.")
license:fdl1.3+)))) ;GFDLv1.3+ for the manual
(define-public emacs-beframe
- (let ((commit "edfab6eefe4ac35cd8d1ed87fc7f670496d25e40")) ;version bump
- (package
- (name "emacs-beframe")
- (version "0.2.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.sr.ht/~protesilaos/beframe")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0sd8r3icaj2gl7f62fyzlwkkb05mc3cwsqgicw0n1x07s5ir3129"))))
- (build-system emacs-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'makeinfo
- (lambda _
- (invoke "emacs"
- "--batch"
- "--eval=(require 'ox-texinfo)"
- "--eval=(find-file \"README.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "beframe.info"
- (string-append #$output "/share/info")))))))
- (native-inputs
- (list texinfo))
- (home-page "https://protesilaos.com/emacs/beframe")
- (synopsis "Isolate Emacs buffers per frame")
- (description
- "Beframe enables a frame-oriented Emacs workflow where each frame has
+ (package
+ (name "emacs-beframe")
+ (version "0.3.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~protesilaos/beframe")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1nblpac1pkhgwpbw0k0p9xx6yc5kiai4pznw39slx703mzzqzqyj"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'makeinfo
+ (lambda _
+ (invoke "emacs"
+ "--batch"
+ "--eval=(require 'ox-texinfo)"
+ "--eval=(find-file \"README.org\")"
+ "--eval=(org-texinfo-export-to-info)")
+ (install-file "beframe.info"
+ (string-append #$output "/share/info")))))))
+ (native-inputs
+ (list texinfo))
+ (home-page "https://protesilaos.com/emacs/beframe")
+ (synopsis "Isolate Emacs buffers per frame")
+ (description
+ "Beframe enables a frame-oriented Emacs workflow where each frame has
access to the list of buffers visited therein. In the interest of brevity, we
call buffers that belong to frames ``beframed''. Producing multiple frames
does not generate multiple buffer lists. There still is only one global list
of buffers. Beframing them simply filters the list.")
- (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-gn-mode
(package
- 07/38: gnu: emacs-editorconfig: Update to 0.10.1., (continued)
- 07/38: gnu: emacs-editorconfig: Update to 0.10.1., guix-commits, 2023/05/21
- 11/38: gnu: emacs-elpher: Update to 3.5.0., guix-commits, 2023/05/21
- 13/38: gnu: emacs-find-file-in-project: Update to 6.2.1., guix-commits, 2023/05/21
- 14/38: gnu: emacs-ghq: Update to 0.2.0., guix-commits, 2023/05/21
- 15/38: gnu: emacs-ghq: Do not propagate ghq., guix-commits, 2023/05/21
- 16/38: gnu: emacs-ghub: Update to 3.6.0., guix-commits, 2023/05/21
- 18/38: gnu: emacs-gptel: Update to 0.3.6., guix-commits, 2023/05/21
- 03/38: gnu: emacs-excorporate: Update to 1.1.0., guix-commits, 2023/05/21
- 01/38: gnu: emacs-soap-client: Update to 3.2.3., guix-commits, 2023/05/21
- 02/38: gnu: Add emacs-url-http-oauth., guix-commits, 2023/05/21
- 06/38: gnu: emacs-beframe: Update to 0.3.0.,
guix-commits <=
- 05/38: gnu: emacs-auto-compile: Update to 1.8.0., guix-commits, 2023/05/21
- 08/38: gnu: emacs-ef-themes: Update to 1.0.0., guix-commits, 2023/05/21
- 09/38: gnu: emacs-eldev: Update to 1.4., guix-commits, 2023/05/21
- 10/38: gnu: emacs-elfeed-score: Update to 1.2.6., guix-commits, 2023/05/21
- 17/38: gnu: git-modes: Update to 1.4.1., guix-commits, 2023/05/21
- 19/38: gnu: emacs-hl-todo: Update to 3.5.0., guix-commits, 2023/05/21
- 20/38: gnu: emacs-inspector: Update to 0.30., guix-commits, 2023/05/21
- 26/38: gnu: emacs-minions: Update to 1.0.0., guix-commits, 2023/05/21
- 29/38: gnu: emacs-org-inline-pdf: Update to 0.3., guix-commits, 2023/05/21
- 25/38: gnu: emacs-moody: Update to 1.0.0., guix-commits, 2023/05/21