mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-e2wm: Update to 1.5.
* gnu/packages/emacs-xyz.scm (emacs-e2wm): Update to 1.5. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
da388ce28b
commit
b533fc70ad
1 changed files with 11 additions and 9 deletions
|
@ -33070,28 +33070,30 @@ or a window into some windows according to a layout recipe.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-e2wm
|
(define-public emacs-e2wm
|
||||||
(package
|
;; Release not tagged; version taken from package header.
|
||||||
|
(let ((commit "33efca5504db9d8b3fdbd412c3d79663c9eec77a")
|
||||||
|
(version "1.5"))
|
||||||
|
(package
|
||||||
(name "emacs-e2wm")
|
(name "emacs-e2wm")
|
||||||
(version "1.4")
|
(version version)
|
||||||
(home-page "https://github.com/kiwanami/emacs-window-manager")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url "https://github.com/kiwanami/emacs-window-manager")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
|
"1a1n9b5gw6985qi1dm56vyw8jacx4k3jyl4cadkhj38rz24yiyx8"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list emacs-window-layout))
|
||||||
(list emacs-window-layout))
|
(home-page "https://github.com/kiwanami/emacs-window-manager")
|
||||||
(synopsis "Equilibrium Emacs Window Manager")
|
(synopsis "Equilibrium Emacs Window Manager")
|
||||||
(description "E2WM is a window manager for Emacs. It enables to
|
(description "E2WM is a window manager for Emacs. It enables to
|
||||||
customize the place of pop-up window, how the windows are split, how the
|
customize the place of pop-up window, how the windows are split, how the
|
||||||
buffers are located in the windows, keybinds to manipulate windows and
|
buffers are located in the windows, keybinds to manipulate windows and
|
||||||
buffers, etc. It also has plug-ins to help your Emacs life.")
|
buffers, etc. It also has plug-ins to help your Emacs life.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ctable
|
(define-public emacs-ctable
|
||||||
;; Latest release is not tagged. Use commit matching version bump.
|
;; Latest release is not tagged. Use commit matching version bump.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue