summaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\
| * gnu: links: Update to 2.27.Efraim Flashner2022-05-30
| | | | | | | | * gnu/packages/web-browsers.scm (links): Update to 2.27.
| * gnu: lagrange: Update to 1.13.6.Efraim Flashner2022-05-29
| | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.13.6. [source]: Adjust snippet to remove another bundled library.
| * gnu: telescope: Update to 0.8.1.cage2022-05-29
| | | | | | | | | | | | | | * 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>
* | Merge branch 'master' into stagingLudovic Courtès2022-05-26
|\|
| * gnu: qutebrowser: Find and wrap scripts.Efraim Flashner2022-05-26
| | | | | | | | | | | | | | * 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.
| * gnu: qutebrowser: Install more scripts.Efraim Flashner2022-05-26
| | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Rewrite cutsom 'install-more phase to use included makefile.
| * gnu: qutebrowser: Update to 2.5.1.Efraim Flashner2022-05-26
| | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.1. [inputs]: Remove python-cssutils and python-pypeg2.
* | Merge branch 'master' into stagingLudovic Courtès2022-05-09
|\|
| * gnu: links: Use gexps.Efraim Flashner2022-05-06
| | | | | | | | * gnu/packages/web-browsers.scm (links)[arguments]: Rewrite using gexps.
| * gnu: links: Remove input labels.Efraim Flashner2022-05-06
| | | | | | | | * gnu/packages/web-browsers.scm (links)[inputs]: Remove input labels.
| * gnu: links: Use configure-flags.Efraim Flashner2022-05-06
| | | | | | | | | | * gnu/packages/web-browsers.scm (links)[arguments]: Add configure-flags field. Adjust custom 'configure phase to use configure-flags.
| * gnu: links: Update to 2.26.Efraim Flashner2022-05-06
| | | | | | | | * gnu/packages/web-browsers.scm (links): Update to 2.26.
* | Merge branch 'master' into stagingLudovic Courtès2022-04-28
|\|
| * gnu: lagrange: Update to 1.12.1.Efraim Flashner2022-04-06
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.12.1.
* | Merge branch 'master' into staging.Maxim Cournoyer2022-03-21
|\|
| * gnu: tinmop: Update to 0.9.6.cage2022-03-21
| | | | | | | | | | | | | | | | | | | | * 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>
| * gnu: lagrange: Update to 1.11.2.Efraim Flashner2022-03-20
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.11.2.
| * gnu: bombadillo: Improve package style.Nicolas Goaziou2022-03-09
| | | | | | | | | | * gnu/packages/web-browsers.scm (bombadillo)[arguments]: Use G-expressions. Remove trailing #T from phases.
| * gnu: bombadillo: Update to 2.4.0.Nicolas Goaziou2022-03-09
| | | | | | | | * gnu/packages/web-browsers.scm (bombadillo): Update to 2.4.0.
| * gnu: lagrange: Update to 1.11.1.Nicolas Goaziou2022-03-09
| | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1. [inputs]: Add FREETYPE.
| * gnu: lagrange: Update to 1.10.6.Efraim Flashner2022-02-19
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.6.
* | Merge branch 'master' into stagingMarius Bakke2022-02-13
|\|
| * gnu: lagrange: Update to 1.10.5.Nicolas Goaziou2022-02-11
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.5.
| * gnu: lagrange: Update to 1.10.4.Efraim Flashner2022-02-06
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.4.
| * gnu: lagrange: Update to 1.10.3.jgart via Guix-patches via2022-02-01
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: qutebrowser: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into staging.Maxim Cournoyer2022-01-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: lagrange: Update to 1.10.2.Nicolas Goaziou2022-01-24
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.2.
| * gnu: lagrange: Update to 1.10.1.Efraim Flashner2022-01-20
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.1.
| * gnu: telescope: Update to 0.7.1.cage2022-01-20
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: nyxt: Update to 2.2.4.Pierre Neidhardt2022-01-19
| | | | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.2.4.
| * gnu: gmni: Update to 1.0.Nicolas Goaziou2022-01-18
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (gmni): Update to 1.0. [arguments]<#:make-flags>: Use G-expressions. [inputs]: Replace openssl with bearssl.
| * gnu: lagrange: Update to 1.10.0.Nicolas Goaziou2022-01-18
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.0.
| * gnu: telescope: Remove input labels.Nicolas Goaziou2022-01-14
| | | | | | | | | | * gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input labels.
| * gnu: telescope: Update to 0.7.cage2022-01-14
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (telescope): Update to 0.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: lagrange: Update to 1.9.5.Efraim Flashner2022-01-14
| | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.9.5. [arguments]: Remove 'fix-build-error phase.
| * gnu: qutebrowser: Remove unnecessary input.Efraim Flashner2021-12-21
| | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Remove python-importlib-resources.
| * gnu: lagrange: Fix build.Nicolas Goaziou2021-12-19
| | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange)[argument]<#:phases>: Add phase to fix build. Fixes <https://issues.guix.gnu.org/52664>.
| * gnu: qutebrowser: Update to 2.4.0.Efraim Flashner2021-12-14
| | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.4.0. [arguments]: Remove trailing #t.
| * gnu: qutebrowser: Satisfy guix lint.Efraim Flashner2021-12-14
| | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add bash-minimal.
| * gnu: lagrange: Add 'release-monitoring-url' property.Efraim Flashner2021-12-14
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange)[properties]: New field.
| * gnu: Remove superfluous "linux-libre-headers" inputs.Marius Bakke2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This input is already propagated from glibc. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS. * gnu/packages/graphics.scm (directfb)[inputs]: Likewise. * gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise. * gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise. (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise. * gnu/packages/video.scm (tslib)[inputs]: Likewise. * gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise. * gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise. * gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
| * gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
| * Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
| |\
| | * gnu: lagrange: Update to 1.9.2.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.9.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
| |\|
| | * gnu: leo: Use GIT-VERSION.Nicolas Goaziou2021-12-05
| | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (leo)[source]: Use `git-version' instead of crafting version string. Also fix indentation.
| | * gnu: Add leo.jgart2021-12-05
| | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (leo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: tinmop: Update to 0.9.2.cage2021-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (tinmop): Update to 0.9.2. [inputs]: Move nano, openssl and xdg-utils to... [native-inputs]: ... here. Add automake, autoconf and mandoc. Remove curl and gnupg. [arguments]: Add 'fix-configure.ac' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>