summaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
Commit message (Collapse)AuthorAge
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-07-02
| | | | | | | | | | | | | | | | | | | | | | Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
* gnu: tinmop: Update to 0.8.3.cage2021-07-01
| | | | | | * gnu/packages/web-browsers.scm (tinmop): Update to 0.8.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: nyxt: Update to 2.1.1.Pierre Neidhardt2021-06-30
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.1.1.
* gnu: telescope: Update to 0.3.cage2021-06-30
| | | | | | * gnu/packages/web-browsers.scm (telescope): Update to 0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nyxt: Update to 2.1.0.Pierre Neidhardt2021-06-22
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.1.0.
* gnu: lagrange: Update to 1.5.2.Solene Rapenne2021-06-16
| | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.5.2. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: Add telescope.cage2021-06-12
| | | | | | * gnu/packages/web-browsers.scm (telescope): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: lagrange: Update to 1.5.1.Solene Rapenne via Guix-patches via2021-06-12
| | | | | | * gnu/packages/web-browser.scm (lagrange): Update to 1.5.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tinmop : Update to 0.8.1.cage2021-06-08
| | | | | | * gnu/packages/web-browsers.scm (tinmop): Update to 0.8.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: lagrange: Update to 1.5.0.Solene Rapenne via Guix-patches via2021-05-31
| | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.5.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: links: Update to 2.23.Tobias Geerinckx-Rice2021-05-29
| | | | * gnu/packages/web-browsers.scm (links): Update to 2.23.
* gnu: lagrange: Update to 1.4.2.Solene Rapenne via Guix-patches via2021-05-25
| | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.4.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: qutebrowser: Update to 2.2.2.Tobias Geerinckx-Rice2021-05-24
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.2.
* gnu: luakit: Update to 2.3.Raphaël Mélotte2021-05-22
| | | | | | | * gnu/packages/web-browsers.scm (luakit): Update to 2.3 [arguments]: Add 'set-version' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nyxt: Update to 2.0.0.Pierre Neidhardt2021-05-20
| | | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.0.0. [arguments]: Remove useless set-version phase. [inputs]: Remove unused file-attributes. [description]: Follow upstream updates.
* gnu: nyxt: Update to 2-pre-release-7.Pierre Neidhardt2021-05-06
| | | | | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-7. [arguments]: Set GI_TYPELIB_PATH to the value in the build environment, not just gsettings-desktop-schemas since we also need the typelibs of GTK, Pango, etc. [inputs]: Add sbcl-cl-gobject-introspection, gtk+, webkitgtk, gobjectintrospection. There are all needed for the new GI-based renderer.
* gnu: qutebrowser: Update to 2.2.1.Tobias Geerinckx-Rice2021-05-01
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.1.
* gnu: lagrange: Update to 1.3.4.Tobias Geerinckx-Rice2021-04-27
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.4.
* gnu: lagrange: Update to 1.3.3.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.3.
* gnu: tinmop: Update to 0.6.2.cage2021-04-19
| | | | | | * gnu/packages/web-browsers.scm (tinmop): Update to 0.6.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: qutebrowser: Update to 2.2.0.Léo Le Bouter2021-04-16
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.0.
* gnu: lagrange: Update to 1.3.2.Tobias Geerinckx-Rice2021-04-11
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.2.
* gnu: Add lagrange.Alexander Krotov2021-04-11
| | | | | | * gnu/packages/web-browsers.scm (lagrange): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: links: Update to 2.22.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/web-browsers.scm (links): Update to 2.22.
* gnu: nyxt: Update to 2-pre-release-6.Pierre Neidhardt2021-03-22
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-6.
* gnu: qutebrowser: Update to 2.0.2.Benoit Joly2021-03-06
| | | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.0.2. [inputs]: Add python-importlib-resources. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add tinmop.cage2021-03-04
| | | | | | * gnu/packages/web-browsers.scm (tinmop): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: nyxt: Fix hu.dwim.defclass-star version.Pierre Neidhardt2021-02-05
| | | | | | | * gnu/packages/web-browsers.scm (sbcl-hu.dwim.defclass-star--no-nickname): New unexported package compatible with Nyxt 2 pre-release-5. (nyxt)[inputs]: Replace sbcl-hu.dwim.defclass-star by sbcl-hu.dwim.defclass-star--no-nickname.
* gnu: nyxt: Update to 2-pre-release-5.Pierre Neidhardt2020-12-22
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-5.
* gnu: bombadillo: Update to 2.3.3.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3.
* gnu: qutebrowser: Update to 1.14.1.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.1.
* gnu: Add gmni.Alexandru-Sergiu Marton2020-11-30
| | | | | | * gnu/packages/web-browsers.scm (gmni): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* Merge branch 'staging'Marius Bakke2020-11-28
|\
| * Merge branch 'master' into stagingMarius Bakke2020-11-15
| |\
| * | gnu: nyxt: Remove unused lparallel input.Pierre Neidhardt2020-11-09
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (nyxt)[inputs]: Remove sbcl-lparallel.
| * | Merge branch 'master' into stagingMarius Bakke2020-11-07
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
| * \ \ Merge branch 'master' into stagingMarius Bakke2020-10-19
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingGuillaume Le Vaillant2020-10-05
| |\ \ \ \
| * | | | | gnu: nyxt: Use precompiled dependencies.Pierre Neidhardt2020-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (nyxt)[inputs]: Replace cl-* packages by sbcl-* packages. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | | | | | gnu: qutebrowser: Fix QTWEBENGINEPROCESS_PATH wrapping.Sergey Trofimov2020-11-28
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even thought this is named PATH, it's not a search path, instead the value is assumed to be the location of the executable. * gnu/packages/ebook.scm (calibre)[arguments]: Fix QTWEBENGINEPROCESS_PATH wrapping. Signed-off-by: Christopher Baines <mail@cbaines.net>
* | | | | gnu: Add kristall.nixo2020-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (kristall): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* | | | | gnu: nyxt: Update to 2-pre-release-4.Pierre Neidhardt2020-11-11
| |_|_|/ |/| | | | | | | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-4.
* | | | gnu: bombadillo: Update to 2.3.1.nixo2020-10-25
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* | | | gnu: bombadillo: Don't try to copy LICENSE twice.raingloom2020-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (bombadillo)[arguments]: Removed install-file call for LICENSE. Signed-off-by: Christopher Baines <mail@cbaines.net>
* | | | gnu: nyxt: Update to 2-pre-release-3.Pierre Neidhardt2020-10-20
| |_|/ |/| | | | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-3.
* | | gnu: qutebrowser: Update to 1.14.0.Michael Rohleder2020-10-17
| | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.0. Signed-off-by: Brett Gilio <brettg@gnu.org>
* | | gnu: lynx: Update to 2.9.0dev.6.Brett Gilio2020-10-16
| |/ |/| | | | | * gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.6.
* | gnu: nyxt: Update to 2-pre-release-2.Pierre Neidhardt2020-09-24
|/ | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
* gnu: nyxt: Update to 2-pre-release-1.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.