gnu: next: Update to 1.3.2.
* gnu/packages/web-browsers.scm (next): Update to 1.3.2.
This commit is contained in:
parent
ebfe548c23
commit
754ee7082b
|
@ -368,7 +368,7 @@ driven and does not detract you from your daily work.")
|
||||||
(define next-gtk-webkit
|
(define next-gtk-webkit
|
||||||
(package
|
(package
|
||||||
(name "next-gtk-webkit")
|
(name "next-gtk-webkit")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -379,7 +379,7 @@ driven and does not detract you from your daily work.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01fn1f080ydk0wj1bwkyakqz93bdq9xb5x8qz820jpl9id17bqgj"))
|
"0863p6ch4pdrn6b81cx2abis0ld7r2n6x34v3z0ihj3jlfj21yx4"))
|
||||||
(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
|
||||||
|
@ -421,19 +421,31 @@ features for productive professionals.")
|
||||||
#:asd-file "next.asd"
|
#:asd-file "next.asd"
|
||||||
#:asd-system-name "next/download-manager"))
|
#:asd-system-name "next/download-manager"))
|
||||||
(inputs
|
(inputs
|
||||||
`(;; ASD libraries:
|
`(("cl-ppcre" ,sbcl-cl-ppcre)
|
||||||
("trivial-features" ,sbcl-trivial-features)
|
|
||||||
;; Lisp libraries:
|
|
||||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
|
||||||
("dexador" ,sbcl-dexador)
|
("dexador" ,sbcl-dexador)
|
||||||
("log4cl" ,sbcl-log4cl)
|
("log4cl" ,sbcl-log4cl)
|
||||||
("lparallel" ,sbcl-lparallel)
|
("lparallel" ,sbcl-lparallel)
|
||||||
("quri" ,sbcl-quri)
|
("quri" ,sbcl-quri)
|
||||||
("str" ,sbcl-cl-str)))
|
("str" ,sbcl-cl-str)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("prove-asdf" ,sbcl-prove-asdf)))
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (download manager)")))
|
(synopsis "Infinitely extensible web-browser (download manager)")))
|
||||||
|
|
||||||
|
(define sbcl-next-ring
|
||||||
|
(package
|
||||||
|
(inherit next-gtk-webkit)
|
||||||
|
(name "sbcl-next-ring")
|
||||||
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:asd-file "next.asd"
|
||||||
|
#:asd-system-name "next/ring"))
|
||||||
|
(native-inputs
|
||||||
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
|
(synopsis "Infinitely extensible web-browser (ring)")))
|
||||||
|
|
||||||
(define-public next
|
(define-public next
|
||||||
(let ((version (package-version next-gtk-webkit)))
|
(let ((version (package-version next-gtk-webkit)))
|
||||||
(package
|
(package
|
||||||
|
@ -495,14 +507,11 @@ features for productive professionals.")
|
||||||
(string-append "PREFIX="
|
(string-append "PREFIX="
|
||||||
(assoc-ref outputs "out"))))))))
|
(assoc-ref outputs "out"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("next-gtk-webkit" ,next-gtk-webkit)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
;; ASD libraries:
|
|
||||||
("trivial-features" ,sbcl-trivial-features)
|
|
||||||
("trivial-garbage" ,sbcl-trivial-garbage)
|
|
||||||
;; Lisp libraries:
|
|
||||||
("alexandria" ,sbcl-alexandria)
|
|
||||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||||
|
("cl-annot" ,sbcl-cl-annot)
|
||||||
("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)
|
||||||
|
@ -511,6 +520,7 @@ features for productive professionals.")
|
||||||
("dbus" ,cl-dbus)
|
("dbus" ,cl-dbus)
|
||||||
("dexador" ,sbcl-dexador)
|
("dexador" ,sbcl-dexador)
|
||||||
("ironclad" ,sbcl-ironclad)
|
("ironclad" ,sbcl-ironclad)
|
||||||
|
("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)
|
||||||
|
@ -523,9 +533,12 @@ features for productive professionals.")
|
||||||
("trivial-clipboard" ,sbcl-trivial-clipboard)
|
("trivial-clipboard" ,sbcl-trivial-clipboard)
|
||||||
("unix-opts" ,sbcl-unix-opts)
|
("unix-opts" ,sbcl-unix-opts)
|
||||||
;; Local deps
|
;; Local deps
|
||||||
("next-download-manager" ,sbcl-next-download-manager)))
|
("next-gtk-webkit" ,next-gtk-webkit)
|
||||||
|
("next-download-manager" ,sbcl-next-download-manager)
|
||||||
|
("next-ring" ,sbcl-next-ring)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("prove-asdf" ,sbcl-prove-asdf)))
|
`(("trivial-features" ,sbcl-trivial-features)
|
||||||
|
("prove-asdf" ,sbcl-prove-asdf)))
|
||||||
(synopsis "Infinitely extensible web-browser (with Lisp development files)"))))
|
(synopsis "Infinitely extensible web-browser (with Lisp development files)"))))
|
||||||
|
|
||||||
(define-public sbcl-next
|
(define-public sbcl-next
|
||||||
|
|
Loading…
Reference in New Issue