aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
Commit message (Expand)AuthorAge
* gnu: tinmop: Update to 0.9.9.14.•••* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.14. [inputs]: Add imagemagick. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage2022-12-19
* gnu: lagrange: Update to 1.14.1.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.14.1. Nicolas Goaziou2022-11-27
* gnu: lagrange: Update to 1.14.0.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.14.0. Nicolas Goaziou2022-11-26
* gnu: lagrange: Update to 1.13.8.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8. Nicolas Goaziou2022-11-06
* gnu: tinmop: Update to 0.9.9.•••* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage2022-10-26
* gnu: links: Update to 2.28.•••* gnu/packages/web-browsers.scm (links): Update to 2.28. Efraim Flashner2022-10-14
* gnu: qutebrowser: Update to 2.5.2.•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.2. Efraim Flashner2022-08-30
* gnu: lagrange: Update to 1.13.7.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.7. Nicolas Goaziou2022-08-03
* gnu: qutebrowser: Fix indentation.•••* gnu/packages/web-browsers.scm (qutebrowser): Fix indentation. Maxim Cournoyer2022-08-01
* gnu: qutebrowser: Fix build.•••Fixes <https://issues.guix.gnu.org/56864>, which is a regression introduced with a0beb297a352930b89051ff258a06d78f224d6b9. * gnu/packages/web-browsers.scm (qutebrowser) [phases]{wrap-qt-process-path}: Do not use the (no longer valid) "qtwebengine-5" label; instead, locate QtWebEngineProcess via 'search-input-file'. Reported-by: Jack Hill <jackhill@jackhill.us> Maxim Cournoyer2022-08-01
* gnu: qtwebengine: Rename to qtwebengine-5.•••Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-31
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-31
* gnu: qtsvg: Rename variable to qtsvg-5.•••This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer2022-07-31
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\
| * gnu: links: Update to 2.27.•••* gnu/packages/web-browsers.scm (links): Update to 2.27. Efraim Flashner2022-05-30
| * gnu: lagrange: Update to 1.13.6.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.6. [source]: Adjust snippet to remove another bundled library. Efraim Flashner2022-05-29
| * gnu: telescope: Update to 0.8.1.•••* gnu/packages/web-browsers.scm (telescope): Update to 0.8.1. [home-page]: Update to new upstream home-page. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> cage2022-05-29
* | Merge branch 'master' into stagingLudovic Courtès2022-05-26
|\|
| * gnu: qutebrowser: Find and wrap scripts.•••* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add python-pynacl. [arguments]: Add custom phase to tell qutebrowser where to find installed userscripts. Add custom phase to wrap scripts with python libraries. Efraim Flashner2022-05-26
| * gnu: qutebrowser: Install more scripts.•••* gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Rewrite cutsom 'install-more phase to use included makefile. Efraim Flashner2022-05-26
| * gnu: qutebrowser: Update to 2.5.1.•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.1. [inputs]: Remove python-cssutils and python-pypeg2. Efraim Flashner2022-05-26
* | Merge branch 'master' into stagingLudovic Courtès2022-05-09
|\|
| * gnu: links: Use gexps.•••* gnu/packages/web-browsers.scm (links)[arguments]: Rewrite using gexps. Efraim Flashner2022-05-06
| * gnu: links: Remove input labels.•••* gnu/packages/web-browsers.scm (links)[inputs]: Remove input labels. Efraim Flashner2022-05-06
| * gnu: links: Use configure-flags.•••* gnu/packages/web-browsers.scm (links)[arguments]: Add configure-flags field. Adjust custom 'configure phase to use configure-flags. Efraim Flashner2022-05-06
| * gnu: links: Update to 2.26.•••* gnu/packages/web-browsers.scm (links): Update to 2.26. Efraim Flashner2022-05-06
* | Merge branch 'master' into stagingLudovic Courtès2022-04-28
|\|
| * gnu: lagrange: Update to 1.12.1.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.12.1. Efraim Flashner2022-04-06
* | Merge branch 'master' into staging.Maxim Cournoyer2022-03-21
|\|
| * gnu: tinmop: Update to 0.9.6.•••* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.6. [native-inputs]: Use new style. [inputs]: Use new style. Add ncurses, sbcl-purgatory, sbcl-trivial-clipboard and sqlite. [synopsis, description]: Update them. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage2022-03-21
| * gnu: lagrange: Update to 1.11.2.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.2. Efraim Flashner2022-03-20
| * gnu: bombadillo: Improve package style.•••* gnu/packages/web-browsers.scm (bombadillo)[arguments]: Use G-expressions. Remove trailing #T from phases. Nicolas Goaziou2022-03-09
| * gnu: bombadillo: Update to 2.4.0.•••* gnu/packages/web-browsers.scm (bombadillo): Update to 2.4.0. Nicolas Goaziou2022-03-09
| * gnu: lagrange: Update to 1.11.1.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1. [inputs]: Add FREETYPE. Nicolas Goaziou2022-03-09
| * gnu: lagrange: Update to 1.10.6.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.6. Efraim Flashner2022-02-19
* | Merge branch 'master' into stagingMarius Bakke2022-02-13
|\|
| * gnu: lagrange: Update to 1.10.5.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.5. Nicolas Goaziou2022-02-11
| * gnu: lagrange: Update to 1.10.4.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.4. Efraim Flashner2022-02-06
| * gnu: lagrange: Update to 1.10.3.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> jgart via Guix-patches via2022-02-01
| * gnu: qutebrowser: Remove a transitive dependency on QtWebKit.•••This browser is explicity a Chromium / QtWebEngine browser, so it shouldn't also depend on QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. Leo Famulari2022-01-28
* | Merge branch 'master' into staging.•••With "conflicts" solved (all in favor of master except git) in: gnu/local.mk gnu/packages/databases.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/gnuzilla.scm gnu/packages/graphics.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/linux.scm gnu/packages/machine-learning.scm gnu/packages/networking.scm gnu/packages/polkit.scm gnu/packages/pulseaudio.scm gnu/packages/rpc.scm gnu/packages/rust.scm gnu/packages/version-control.scm gnu/packages/w3m.scm Maxim Cournoyer2022-01-25
|\|
| * gnu: lagrange: Update to 1.10.2.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.2. Nicolas Goaziou2022-01-24
| * gnu: lagrange: Update to 1.10.1.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.1. Efraim Flashner2022-01-20
| * gnu: telescope: Update to 0.7.1.•••* gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> cage2022-01-20
| * gnu: nyxt: Update to 2.2.4.•••* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.4. Pierre Neidhardt2022-01-19
| * gnu: gmni: Update to 1.0.•••* gnu/packages/web-browsers.scm (gmni): Update to 1.0. [arguments]<#:make-flags>: Use G-expressions. [inputs]: Replace openssl with bearssl. Nicolas Goaziou2022-01-18
| * gnu: lagrange: Update to 1.10.0.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.0. Nicolas Goaziou2022-01-18
| * gnu: telescope: Remove input labels.•••* gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input labels. Nicolas Goaziou2022-01-14
| * gnu: telescope: Update to 0.7.•••* gnu/packages/web-browsers.scm (telescope): Update to 0.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> cage2022-01-14
| * gnu: lagrange: Update to 1.9.5.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.9.5. [arguments]: Remove 'fix-build-error phase. Efraim Flashner2022-01-14