summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
AgeCommit message (Collapse)Author
2020-02-14gnu: perl-cgi: Update to 4.46.Marius Bakke
* gnu/packages/web.scm (perl-cgi): Update to 4.46.
2020-02-14gnu: perl-http-date: Update to 6.05.Marius Bakke
* gnu/packages/web.scm (perl-http-date): Update to 6.05.
2020-02-14gnu: perl-lwp-mediatypes: Update to 6.04.Marius Bakke
* gnu/packages/web.scm (perl-lwp-mediatypes): Update to 6.0.4. [source](uri): Adjust accordingly. [native-inputs]: Add PERL-TEST-FATAL.
2020-02-14gnu: Add librocket.Pierre Neidhardt
* gnu/packages/web.scm (librocket): New variable.
2020-02-13gnu: netsurf: Fix .desktop exec reference.Eric Bavier
* gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced in .desktop file to "netsurf-gtk3".
2020-02-13gnu: Add libcyaml.Alexandros Theodotou
* gnu/packages/web.scm (libcyaml): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-02-10gnu: http-parser: Update to 2.9.3.Marius Bakke
* gnu/packages/web.scm (http-parser): Update to 2.9.3.
2020-02-10Merge branch 'staging'Marius Bakke
2020-02-09Update e-mail address for Jakob L. Kreuze.Tobias Geerinckx-Rice
As requested here: <https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00128.html>. * .mailmap: Add an entry for Jakob. * gnu/machine.scm, gnu/machine/digital-ocean.scm, gnu/machine/ssh.scm, gnu/packages/admin.scm, gnu/packages/i2p.scm, gnu/packages/music.scm, gnu/packages/web.scm, gnu/tests/reconfigure.scm, guix/scripts/deploy.scm, guix/scripts/system/reconfigure.scm: Update their e-mail address.
2020-02-05Merge branch 'master' into stagingMarius Bakke
2020-02-05gnu: varnish: Update to 6.3.2.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 6.3.2.
2020-02-05gnu: cat-avatar-generator: Remove imports for (srfi *).Ludovic Courtès
This would import (srfi srfi-1) and (srfi srfi-26) from the host Guile, leading to discrepancies among users, and in particular when the host Guile is 3.0. Reported by Julien Lepiller <julien@lepiller.eu> in <https://bugs.gnu.org/39369>. * gnu/packages/web.scm (cat-avatar-generator): Remove (srfi *) from #:modules.
2020-02-04gnu: netsurf: Use https.Efraim Flashner
* gnu/packages/web.scm (netsurf-buildsystem, libparserutils, hubbub, libwapcaplet, libcss, libdom, libsvgtiny, libnsbmp, libnsgif, libnslog, libnsutils, libnspsl, nsgenbind, netsurf, netsurf-buildsystem) [source, home-page]: Use https.
2020-02-04gnu: netsurf: Build with gtk+-3.Efraim Flashner
* gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+. [arguments]: Add makeflag to target gtk3.
2020-02-04gnu: netsurf: Fix entity parsing.Eric Bavier
Follow-up to commit 31afa654c58cd7aa8bd11a771fa6eabcd766d443. * gnu/packages/web.scm (netsurf)[arguments]: In 'adjust-welcome' phase, ensure html entities are parsed and find their way back to the output. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-02-03Merge branch 'master' into stagingMarius Bakke
2020-02-03gnu: Add qoauth.Hartmut Goebel
* gnu/packages/web.scm (qoauth): New variable.
2020-02-02gnu: Add wslay.Timotej Lazar
* gnu/packages/web.scm (wslay): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-31gnu: netsurf: Curb overzealous substitution.Tobias Geerinckx-Rice
* gnu/packages/web.scm (netsurf)[arguments]: Don't enforce Americanisms.
2020-01-23gnu: sassc/libsass-3.5: Hide.Tobias Geerinckx-Rice
This follows up on commit bed24ecfcd68ca6fbc21f02b477cffff3b4c0450. Reported-by: Christopher Baines <mail@cbaines.net> * gnu/packages/web.scm (sassc/libsass-3.5)[properties]: Hide package.
2020-01-23gnu: libnslog: Use check@0.12.Eric Bavier
Tests fail with check@0.13 due to implementation changes. * gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'.
2020-01-20gnu: guix-data-service: Update to 0.0.1-17.bf25a8d.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-17.bf25a8d.
2020-01-20gnu: stunnel: Update to 5.56.Tobias Geerinckx-Rice
* gnu/packages/web.scm (stunnel): Update to 5.56.
2020-01-19gnu: arc-theme: Fix build.Tobias Geerinckx-Rice
* gnu/packages/web.scm (sassc/libsass-3.5): New public variable. * gnu/packages/gnome.scm (arc-theme)[native-inputs]: Use it.
2020-01-17gnu: Add perl-lwp-useragent-cached.Eric Bavier
* gnu/packages/web.scm (perl-lwp-useragent-cached): New variable.
2020-01-17gnu: Use HTTPS for sass-lang.com everywhere.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-sass)[home-page]: Use HTTPS. * gnu/packages/web.scm (sassc)[home-page]: Likewise.
2020-01-05gnu: guix-data-service: Update to 0.0.1-16.c7e3a1b.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-16.c7e3a1b.
2020-01-03gnu: uglify-js: Move back next to sbcl-cl-uglify-js definition.Pierre Neidhardt
This fixes the bug which prevented uglify-js from being defined properly, and cascaded back to all Common Lisp packages. * gnu/packages/bioinformatics.scm: Replace javascript module with lisp-xyz. * gnu/packages/cran.scm: Use lisp-xyz module. * gnu/packages/javascript.scm (uglify-js): Move from here... * gnu/packages/lisp-xyz.scm: ... To here. * gnu/packages/web.scm: Replace javascript module with lisp-xyz. * guix/build-system/minify.scm: Find uglify-js in the lisp-xyz module.
2020-01-02gnu: guix-data-service: Update to 0.0.1-15.4ed1400.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-15.4ed1400.
2019-12-31gnu: guix-data-service: Update to 0.0.1-14.f2343b5.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-14.f2343b5.
2019-12-30gnu: sassc: Update to 3.6.1.Riku Viitanen via Guix-patches via
* gnu/packages/web.scm (sassc): Update to 3.6.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-30gnu: libsass: Update to 3.6.3.Riku Viitanen via Guix-patches via
* gnu/packages/web.scm: (libsass): Update to 3.6.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-29gnu: guix-data-service: Update to 0.0.1-13.82b797e.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e.
2019-12-27gnu: guix-data-service: Update to 0.0.1-12.f56935a.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-12.f56935a.
2019-12-26gnu: guix-data-service: Update to 0.0.1-11.7342280.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-11.7342280.
2019-12-25gnu: nginx: Update to 1.17.7.Gábor Boskovits
* gnu/packages/web.scm (nginx): Update to 1.17.7.
2019-12-24gnu: hiawatha: Update to 10.10.Tobias Geerinckx-Rice
* gnu/packages/web.scm (hiawatha): Update to 10.10.
2019-12-24gnu: java-jsoup: Don't use unstable tarball.Efraim Flashner
* gnu/packages/web.scm (java-jsoup)[source]: Download using git-fetch.
2019-12-24gnu: tidy-html: Don't use unstable tarball.Efraim Flashner
* gnu/packages/web.scm (tidy-html)[source]: Download using git-fetch.
2019-12-24gnu: gumbo-parser: Don't use unstable tarball.Efraim Flashner
* gnu/packages/web.scm (gumbo-parser)[source]: Download using git-fetch.
2019-12-23gnu: guix-data-service: Update to 0.0.1-10.5c643e0.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-10.5c643e0.
2019-12-22gnu: guix-data-service: Update to 0.0.1-9.31110ac.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-9.31110ac.
2019-12-16gnu: guix-data-service: Update to 0.0.1-8.a019a5e.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-8.a019a5e.
2019-12-14gnu: Add htmlcxx.Alex Griffin
* gnu/packages/web.scm (htmlcxx): New variable.
2019-12-12gnu: guix-data-service: Update to 0.0.1-7.156b7ee.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-7.156b7ee. [arguments]: Add guix-data-service-manage-build-servers to the list of scripts.
2019-12-09gnu: websocketpp: Add patch for Boost >= 1.70.Guillaume Le Vaillant
* gnu/packages/patches/websocket-fix-for-boost-1.70.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (websocketpp): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-05gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Pierre Neidhardt
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. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp.
2019-12-05Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to ↵Tobias Geerinckx-Rice
javascript and stumpwm to wm." This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which still breaks ‘guix pull’.
2019-12-05gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Pierre Neidhardt
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. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp.
2019-12-04Merge branch 'staging'Marius Bakke