mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: next: Update to 1.5.0.
* gnu/packages/web-browsers.scm (next): Update to 1.5.0. [synopsis]: Remove marketing. [description]: Remove marketing.
This commit is contained in:
parent
08d341003e
commit
676e21e4d2
1 changed files with 10 additions and 11 deletions
|
@ -392,7 +392,7 @@ (define-public vimb
|
||||||
(define next-gtk-webkit
|
(define next-gtk-webkit
|
||||||
(package
|
(package
|
||||||
(name "next-gtk-webkit")
|
(name "next-gtk-webkit")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -403,7 +403,7 @@ (define next-gtk-webkit
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gkmr746rqqg94698a051gv79fblc8n9dq0zg04llba44adhpmjl"))
|
"1gqkp185wcwaxr8py90hqk44nqjblrrdwvig19gizrbzr2gx2zhy"))
|
||||||
(file-name (git-file-name "next" version))))
|
(file-name (git-file-name "next" version))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -424,11 +424,10 @@ (define next-gtk-webkit
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://next.atlas.engineer")
|
(home-page "https://next.atlas.engineer")
|
||||||
(synopsis "Infinitely extensible web-browser (user interface only)")
|
(synopsis "Extensible web-browser in Common Lisp")
|
||||||
(description "Next is a keyboard-oriented, extensible web-browser
|
(description "Next is a keyboard-oriented, extensible web-browser
|
||||||
inspired by Emacs and designed for power users. The application has familiar
|
designed for power users. The application has familiar Emacs and VI
|
||||||
key-bindings, is fully configurable and extensible in Lisp, and has powerful
|
key-bindings and is fully configurable and extensible in Common Lisp.")
|
||||||
features for productive professionals.")
|
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define sbcl-next-download-manager
|
(define sbcl-next-download-manager
|
||||||
|
@ -450,7 +449,7 @@ (define sbcl-next-download-manager
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("trivial-features" ,sbcl-trivial-features)
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
("prove-asdf" ,sbcl-prove-asdf)))
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (download manager)")))
|
(synopsis "Extensible web-browser in Common Lisp (download manager)")))
|
||||||
|
|
||||||
(define sbcl-next-ring
|
(define sbcl-next-ring
|
||||||
(package
|
(package
|
||||||
|
@ -464,7 +463,7 @@ (define sbcl-next-ring
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("trivial-features" ,sbcl-trivial-features)
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
("prove-asdf" ,sbcl-prove-asdf)))
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (ring)")))
|
(synopsis "Extensible web-browser in Common Lisp (ring)")))
|
||||||
|
|
||||||
(define sbcl-next-history-tree
|
(define sbcl-next-history-tree
|
||||||
(package
|
(package
|
||||||
|
@ -478,7 +477,7 @@ (define sbcl-next-history-tree
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("trivial-features" ,sbcl-trivial-features)
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
("prove-asdf" ,sbcl-prove-asdf)))
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (history-tree)")))
|
(synopsis "Extensible web-browser in Common Lisp (history-tree)")))
|
||||||
|
|
||||||
(define sbcl-next-password-manager
|
(define sbcl-next-password-manager
|
||||||
(package
|
(package
|
||||||
|
@ -498,7 +497,7 @@ (define sbcl-next-password-manager
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("trivial-features" ,sbcl-trivial-features)
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
("prove-asdf" ,sbcl-prove-asdf)))
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (password manager)")))
|
(synopsis "Extensible web-browser in Common Lisp (password manager)")))
|
||||||
|
|
||||||
(define sbcl-next-hooks
|
(define sbcl-next-hooks
|
||||||
(package
|
(package
|
||||||
|
@ -617,7 +616,7 @@ (define expected-fasl (string-append
|
||||||
`(("trivial-features" ,sbcl-trivial-features)
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
("trivial-types" ,sbcl-trivial-types)
|
("trivial-types" ,sbcl-trivial-types)
|
||||||
("prove-asdf" ,sbcl-prove-asdf)))
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (with Lisp development files)"))))
|
(synopsis "Extensible web-browser in Common Lisp"))))
|
||||||
|
|
||||||
(define-public sbcl-next
|
(define-public sbcl-next
|
||||||
(deprecated-package "sbcl-next" next))
|
(deprecated-package "sbcl-next" next))
|
||||||
|
|
Loading…
Reference in a new issue