mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: next: Update to 1.4.0.
* gnu/packages/web-browsers.scm (next): Update to 1.4.0.
This commit is contained in:
parent
8b03b1a185
commit
90a31c73b3
1 changed files with 27 additions and 5 deletions
|
@ -377,7 +377,7 @@ (define-public vimb
|
||||||
(define next-gtk-webkit
|
(define next-gtk-webkit
|
||||||
(package
|
(package
|
||||||
(name "next-gtk-webkit")
|
(name "next-gtk-webkit")
|
||||||
(version "1.3.4")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -388,7 +388,7 @@ (define next-gtk-webkit
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00iqv4xarabl98gdl1rzqkc5v0vfljx1nawsxqsx9x3a9mnxmgxi"))
|
"1gkmr746rqqg94698a051gv79fblc8n9dq0zg04llba44adhpmjl"))
|
||||||
(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
|
||||||
|
@ -485,6 +485,24 @@ (define sbcl-next-password-manager
|
||||||
("prove-asdf" ,sbcl-prove-asdf)))
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (password manager)")))
|
(synopsis "Infinitely extensible web-browser (password manager)")))
|
||||||
|
|
||||||
|
(define sbcl-next-hooks
|
||||||
|
(package
|
||||||
|
(inherit next-gtk-webkit)
|
||||||
|
(name "sbcl-next-hooks")
|
||||||
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:asd-file "next.asd"
|
||||||
|
#:asd-system-name "next/hooks"))
|
||||||
|
(inputs
|
||||||
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
("serapeum" ,sbcl-serapeum)
|
||||||
|
("fare-quasiquote-extras" ,cl-fare-quasiquote-extras)))
|
||||||
|
(native-inputs
|
||||||
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
|
(synopsis "Infinitely extensible web-browser (hooks)")))
|
||||||
|
|
||||||
(define-public next
|
(define-public next
|
||||||
(let ((version (package-version next-gtk-webkit)))
|
(let ((version (package-version next-gtk-webkit)))
|
||||||
(package
|
(package
|
||||||
|
@ -551,7 +569,6 @@ (define expected-fasl (string-append
|
||||||
("cl-annot" ,sbcl-cl-annot)
|
("cl-annot" ,sbcl-cl-annot)
|
||||||
("cl-ansi-text" ,sbcl-cl-ansi-text)
|
("cl-ansi-text" ,sbcl-cl-ansi-text)
|
||||||
("cl-css" ,sbcl-cl-css)
|
("cl-css" ,sbcl-cl-css)
|
||||||
("cl-hooks" ,sbcl-cl-hooks)
|
|
||||||
("cl-json" ,sbcl-cl-json)
|
("cl-json" ,sbcl-cl-json)
|
||||||
("cl-markup" ,sbcl-cl-markup)
|
("cl-markup" ,sbcl-cl-markup)
|
||||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
("cl-ppcre" ,sbcl-cl-ppcre)
|
||||||
|
@ -560,16 +577,19 @@ (define expected-fasl (string-append
|
||||||
("closer-mop" ,sbcl-closer-mop)
|
("closer-mop" ,sbcl-closer-mop)
|
||||||
("dbus" ,cl-dbus)
|
("dbus" ,cl-dbus)
|
||||||
("dexador" ,sbcl-dexador)
|
("dexador" ,sbcl-dexador)
|
||||||
|
("fare-quasiquote-extras" ,cl-fare-quasiquote-extras) ; For serapeum. Guix bug?
|
||||||
("ironclad" ,sbcl-ironclad)
|
("ironclad" ,sbcl-ironclad)
|
||||||
("local-time" ,sbcl-local-time)
|
("local-time" ,sbcl-local-time)
|
||||||
("log4cl" ,sbcl-log4cl)
|
("log4cl" ,sbcl-log4cl)
|
||||||
("lparallel" ,sbcl-lparallel)
|
("lparallel" ,sbcl-lparallel)
|
||||||
("mk-string-metrics" ,sbcl-mk-string-metrics)
|
("mk-string-metrics" ,sbcl-mk-string-metrics)
|
||||||
("parenscript" ,sbcl-parenscript)
|
("parenscript" ,sbcl-parenscript)
|
||||||
|
("plump" ,sbcl-plump)
|
||||||
("quri" ,sbcl-quri)
|
("quri" ,sbcl-quri)
|
||||||
|
("serapeum" ,sbcl-serapeum)
|
||||||
("sqlite" ,sbcl-cl-sqlite)
|
("sqlite" ,sbcl-cl-sqlite)
|
||||||
("str" ,sbcl-cl-str)
|
("str" ,sbcl-cl-str)
|
||||||
("swank" ,cl-slime-swank)
|
("swank" ,sbcl-slime-swank)
|
||||||
("trivia" ,sbcl-trivia)
|
("trivia" ,sbcl-trivia)
|
||||||
("trivial-clipboard" ,sbcl-trivial-clipboard)
|
("trivial-clipboard" ,sbcl-trivial-clipboard)
|
||||||
("unix-opts" ,sbcl-unix-opts)
|
("unix-opts" ,sbcl-unix-opts)
|
||||||
|
@ -578,9 +598,11 @@ (define expected-fasl (string-append
|
||||||
("next-download-manager" ,sbcl-next-download-manager)
|
("next-download-manager" ,sbcl-next-download-manager)
|
||||||
("next-ring" ,sbcl-next-ring)
|
("next-ring" ,sbcl-next-ring)
|
||||||
("next-history-tree" ,sbcl-next-history-tree)
|
("next-history-tree" ,sbcl-next-history-tree)
|
||||||
("next-password-manager" ,sbcl-next-password-manager)))
|
("next-password-manager" ,sbcl-next-password-manager)
|
||||||
|
("next-hooks" ,sbcl-next-hooks)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("trivial-features" ,sbcl-trivial-features)
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
|
("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 "Infinitely extensible web-browser (with Lisp development files)"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue