summaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: next: Fix build with SBCL 2.0.2.•••* gnu/packages/web-browsers.scm (next)[arguments]: Fix lambda-list type error on SBCL 2.0.2. Pierre Neidhardt2020-03-071-1/+11
* gnu: next: Update to 1.5.0.•••* gnu/packages/web-browsers.scm (next): Update to 1.5.0. [synopsis]: Remove marketing. [description]: Remove marketing. Pierre Neidhardt2020-02-181-11/+10
* gnu: next: Remove fare-quasiquote-extras from inputs.•••* gnu/packages/web-browsers.scm (next): Remove fare-quasiquote-extras from inputs now that our serapeum package has been fixed. Pierre Neidhardt2020-02-071-3/+1
* gnu: qutebrowser: Update to 1.10.0•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.0. Jack Hill2020-02-031-2/+2
* gnu: dillo: Use HTTPS home page.•••* gnu/packages/web-browsers.scm (dillo)[home-page]: Use HTTPS. [source]: Likewise. Don't hard-code NAME in source URI. Tobias Geerinckx-Rice2020-01-191-3/+3
* gnu: qutebrowser: Update to 1.9.0.•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0. qutebrowser no longer uses qtwebkit by default. It now defaults to qtwebengine. Mike Rosset2020-01-151-12/+27
* gnu: dillo: Fix SSL support.•••* gnu/packages/web-browsers.scm (dillo)[inputs]: Use openssl-1.0 in place of openssl. Mark H Weaver2020-01-091-2/+2
* gnu: vimb: Update to 3.6.0.•••* gnu/packages/web-browsers.scm (vimb): Update to 3.6.0. David Wilson2020-01-071-2/+2
* gnu: next: Update to 1.4.0.•••* gnu/packages/web-browsers.scm (next): Update to 1.4.0. Pierre Neidhardt2020-01-061-5/+27
* gnu: qutebrowser: Update source URI.•••* gnu/packages/web-browsers.scm (qutebrowser)[source]: Github redirects to this updated URI. Brett Gilio2019-12-241-1/+1
* gnu: qutebrowser: Add comment about tests.•••* gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Indicate that tests have been added, but to wait on fixing or working-around the failing test case for QtWebEngine until it is determined whether a liberated QtWebEngine can be made available or not. Brett Gilio2019-12-241-2/+6
* gnu: qutebrowser: Update to 1.8.3.•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.8.3. [arguments]: Update how .desktop attribute gets installed. Brett Gilio2019-12-241-6/+7
* gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and stum...•••* gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp. Pierre Neidhardt2019-12-051-0/+1
* Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascrip...•••This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which still breaks ‘guix pull’. Tobias Geerinckx-Rice2019-12-051-1/+0
* gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and st...•••* gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp. Pierre Neidhardt2019-12-051-0/+1
* Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stu...•••This reverts commit abf43a67d5929bf279edce3e790ef1348dda32a5 as it broke "guix pull". Ricardo Wurmus2019-11-281-1/+0
* gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.•••* gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. Pierre Neidhardt2019-11-281-0/+1
* gnu: links: Update to 2.20.2.•••* gnu/packages/web-browsers.scm (links): Update to 2.20.2. Efraim Flashner2019-11-141-3/+3
* gnu: luakit: Don't use unstable tarball.•••* gnu/packages/web-browsers.scm (luakit)[source]: Download using git-fetch. Efraim Flashner2019-11-131-6/+7
* gnu: lynx: Fix errors with TLS 1.3 hosts.•••Fixes <https://bugs.gnu.org/38171>. Reported by Bengt Richter <bokr@bokr.com>. See <https://lists.gnu.org/archive/html/lynx-dev/2018-12/msg00009.html>. * gnu/packages/web-browsers.scm (lynx)[inputs, arguments]: Replace GnuTLS with OpenSSL. Clément Lassieur2019-11-131-3/+4
* gnu: lynx: Ignore CVE-2016-9179.•••This was fixed in a dev release two years prior to our packaged version. * gnu/packages/web-browsers.scm (lynx)[properties]: New field. Efraim Flashner2019-10-241-0/+2
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-061-4/+42
|\
| * gnu: next: Update to 1.3.4.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.4. Pierre Neidhardt2019-10-051-2/+2
| * gnu: slime-swank: Update to 2.24 and use asdf-build-system/source.•••* gnu/packages/lisp.scm (sbcl-slime-swank): Deprecate in favour of cl-slime-swank. (cl-slime-swank): New package. (sbcl-mgl-pax): Use cl-slime-swank. * gnu/packages/web-browsers.scm (next): Use cl-slime-swank. Pierre Neidhardt2019-10-021-1/+1
| * gnu: next: Update to 1.3.3.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Bump version. (sbcl-next-history-tree): New package. (sbcl-next-password-manager): New package. (next)[inputs]: Add cl-ansi-text, cl-prevalence, sbcl-next-history-tree, sbcl-next-password-manager. Pierre Neidhardt2019-10-021-3/+41
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-271-4/+3
|\|
| * gnu: WebKitGTK: Update to 2.26.1.•••* gnu/packages/webkit.scm (webkitgtk-2.24): Rename to ... (webkitgtk-2.26): ... this. Update to 2.26.1. [inputs]: Add BUBBLEWRAP, LIBSECCOMP, LIBWPE, WPEBACKEND-FDO, and XDG-DBUS-PROXY. * gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust for changed variable name. * gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise. Marius Bakke2019-09-271-1/+1
| * gnu: vimb: Update to 3.5.0.•••* gnu/packages/web-browsers.scm (vimb): Update to 3.5.0. Tobias Geerinckx-Rice2019-09-261-4/+3
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-241-15/+28
|\|
| * gnu: next: Update to 1.3.2.•••* gnu/packages/web-browsers.scm (next): Update to 1.3.2. Pierre Neidhardt2019-09-191-15/+28
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-171-2/+2
|\|
| * gnu: links: Update to 2.20.1 [security fix for tor users].•••* gnu/packages/web-browsers.scm (links): Update to 2.20.1. Tobias Geerinckx-Rice2019-09-101-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-061-6/+6
|\|
| * Revert "gnu: next: Compress the executable."•••Some essential references (e.g. libfixposix) are lost in the process. This reverts commit 0e8b91dbc45306984d682307d8b40b0e323bb4be. Pierre Neidhardt2019-09-051-1/+0
| * gnu: next: Compress the executable.•••* gnu/packages/web-browsers.scm (next)[arguments]: Compressing the executable brings it from about 95 MiB to 22 MiB. Pierre Neidhardt2019-09-051-0/+1
| * gnu: next: Update to 1.3.1.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.1. [source]: Use GitHub. (sbcl-next-download-manager)[arguments]: Fix asd-system-name. (next)[inputs]: Remove unneeded dependencies. Pierre Neidhardt2019-09-031-6/+6
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-291-64/+117
|\|
| * gnu: next: Update to 1.3.0 and rename sbcl-next to next.•••* gnu/packages/web-browsers.scm (sbcl-next): Deprecate for next. * gnu/packages/web-browsers.scm (next): Update to 1.3.0. [arguments]: Add phase to fix version number. [inputs]: Update dependencies for 1.3.0. Pierre Neidhardt2019-08-291-67/+97
| * gnu: Add sbcl-next-download-manager.•••* gnu/packages/web-browsers.scm (sbcl-next-download-manager): New variable. It's a Common Lisp system dependency for `next', which is why we don't export the package. Pierre Neidhardt2019-08-291-0/+23
| * gnu: next-gtk-webkit: Update to 1.3.0 and hide package.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.0. We hide the package because it is not usable on its own, it's a necessary backend for the `next' package. Pierre Neidhardt2019-08-291-4/+4
* | Merge branch 'staging' into core-updatesMarius Bakke2019-05-251-2/+6
|\|
| * gnu: next-gtk-webkit: Update to 1.2.2.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.2.2. Pierre Neidhardt2019-05-211-2/+2
| * gnu: sbcl-next: Update to 1.2.1.•••* gnu/packages/web-browsers.scm (sbcl-next): Update to 1.2.1. Pierre Neidhardt2019-05-071-0/+4
| * gnu: next-gtk-webkit: Update to 1.2.1.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.2.1. Pierre Neidhardt2019-05-071-3/+3
* | Merge branch 'master' into core-updatesMarius Bakke2019-05-011-3/+3
|\|
| * gnu: links: Update to 2.19.•••* gnu/packages/web-browsers.scm (links): Update to 2.19. Tobias Geerinckx-Rice2019-04-111-2/+2
| * gnu: links: Don't use NAME in source URI.•••* gnu/packages/web-browsers.scm (links)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-04-111-1/+1
| * gnu: WebKitGTK: Update to 2.24.0.•••* gnu/packages/webkit.scm (webkitgtk-2.22): Rename to ... (webkitgtk-2.24): ... this. Update to 2.24.0. [inputs]: Add OPENJPEG. * gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust accordingly. * gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise. Marius Bakke2019-03-141-1/+1
* | Merge branch 'staging' into core-updatesMarius Bakke2019-02-201-2/+2
|\|
| * gnu: luakit: Update to 2.1.•••* gnu/packages/web-browsers.scm (luakit): Update to 2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Raphaël Mélotte2019-02-161-2/+2