me
/
guix
Archived
1
0
Fork 0

gnu: emacs-window-purpose: Update to 1.8.

* gnu/packages/emacs-xyz.scm (emacs-window-purpose): Update to 1.8.
master
Nicolas Goaziou 2021-05-29 16:13:27 +02:00
parent 28e6e48f4b
commit 87e3a633c9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 40 additions and 42 deletions

View File

@ -8514,50 +8514,48 @@ possible, and falls back to moving the left or top border otherwise.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-window-purpose (define-public emacs-window-purpose
(let ((commit "f6421966761ad911fe8861aba2b110c5dd60d1ea") (package
(revision "1")) (name "emacs-window-purpose")
(package (version "1.8")
(name "emacs-window-purpose") (source
(version (git-version "1.7" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/bmag/emacs-purpose.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/bmag/emacs-purpose.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1bq0s56wj6ibyh625zfnisy8yniz72dpg4mcgq55azsbnd4fblqq"))))
(base32 (build-system emacs-build-system)
"1p0y5gnrw7q65py2wjdf1hrdpiw5c2zbgvfbfmb13257jq5mga38")))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-let-alist" ,emacs-let-alist)
(propagated-inputs ("emacs-imenu-list" ,emacs-imenu-list)))
`(("emacs-let-alist" ,emacs-let-alist) (arguments
("emacs-imenu-list" ,emacs-imenu-list))) '(#:include
(arguments '("^[^/]+.el$"
'(#:include "^[^/]+.el.in$"
'("^[^/]+.el$" "^dir$"
"^[^/]+.el.in$" "^[^/]+.info$"
"^dir$" "^[^/]+.texi$"
"^[^/]+.info$" "^[^/]+.texinfo$"
"^[^/]+.texi$" "^doc/dir$"
"^[^/]+.texinfo$" "^doc/[^/]+.info$"
"^doc/dir$" "^doc/[^/]+.texi$"
"^doc/[^/]+.info$" "^doc/[^/]+.texinfo$"
"^doc/[^/]+.texi$" "^layouts$")
"^doc/[^/]+.texinfo$" #:exclude
"^layouts$") '("^.dir-locals.el$"
#:exclude "^test.el$"
'("^.dir-locals.el$" "^tests.el$"
"^test.el$" "^[^/]+-test.el$"
"^tests.el$" "^[^/]+-tests.el$")))
"^[^/]+-test.el$" (home-page "https://github.com/bmag/emacs-purpose")
"^[^/]+-tests.el$"))) (synopsis "Purpose-based window management for Emacs")
(home-page "https://github.com/bmag/emacs-purpose") (description "Purpose is a package that introduces the concept of a
(synopsis "Purpose-based window management for Emacs")
(description "Purpose is a package that introduces the concept of a
\"purpose\" for windows and buffers, and then helps you maintain a robust \"purpose\" for windows and buffers, and then helps you maintain a robust
window layout easily.") window layout easily.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-iedit (define-public emacs-iedit
;; Last release version was in 2016. ;; Last release version was in 2016.