Commit Graph

154 Commits

Author SHA1 Message Date
Robert Schütz
44d4e4f60a qutebrowser: 3.2.1 -> 3.3.1
Diff: https://github.com/qutebrowser/qutebrowser/compare/v3.2.1...v3.3.1

Changelog: https://github.com/qutebrowser/qutebrowser/blob/v3.3.1/doc/changelog.asciidoc
2024-10-12 18:37:41 -07:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Robert Schütz
da062e0e15 qutebrowser: update dependencies 2024-07-12 10:01:51 -07:00
Robert Schütz
60e0149a16 qutebrowser: don't use distutils 2024-07-12 09:58:38 -07:00
rnhmjoj
56317ad862
qutebrowser: 3.2.0 -> 3.2.1 2024-06-26 09:46:40 +02:00
tarneo
b3f36c3b58
qutebrowser: 3.1.0 -> 3.2.0
Also updates pdf.js from 4.0.269 to the last supported version 4.2.67.

Changelog: https://www.qutebrowser.org/doc/changelog.html#v3.2.0
2024-06-03 18:06:13 +02:00
Robert Schütz
de5adfc285 qutebrowser: 3.0.2 -> 3.1.0
Diff: https://github.com/qutebrowser/qutebrowser/compare/v3.0.2...v3.1.0

Changelog: https://github.com/qutebrowser/qutebrowser/blob/v3.1.0/doc/changelog.asciidoc
2023-12-09 13:13:27 -08:00
Artturi
7cc4f72999
Merge pull request #251671 from dotlambda/qutebrowser-qt5
qutebrowser-qt5: replace qt5.qutebrowser
2023-11-24 14:30:25 +02:00
Robert Schütz
d248a1e7f7 qutebrowser-qt5: replace qt5.qutebrowser
Applications don't belong in the qt5 scope.
2023-11-21 01:31:58 +02:00
Timothy DeHerrera
e7704a1b64
Merge pull request #264839 from NixOS/qutebrowser-vulkan-fix
qutebrowser: disable vulkan by default
2023-11-07 14:41:31 -07:00
Timothy DeHerrera
87ebd643bd
qutebrowser: disable vulkan by default
Some AMD & Intel chip owners are reporting issues and crashes with
Vulkan, so for now, we will disable it by default and make it opt-in.
2023-11-07 09:30:05 -07:00
Robert Schütz
2c6991d119 qutebrowser: cleanup 2023-11-05 18:56:18 -08:00
Robert Schütz
4e5e1578fe qutebrowser: add meta attributes 2023-11-05 18:56:18 -08:00
Adam Joseph
8755cb509a qutebrowser: take python3 from buildPackages 2023-11-05 00:55:16 +00:00
Adam Joseph
9180573837 qutebrowser: repair vandalism
Our qutebrowser package has been vandalized by various commits, such
as c9cc3a2e3e and
ad0bbaf1d2, which made erroneous
assertions such as "since qutebrowser 3.0.0 the derivation is only
building for qt6."

This commit repairs the vandalism.
2023-11-05 00:55:16 +00:00
merspieler
a4045204ff
qutebrowser: Add pyperclip dependency
This allows the qute-bitwarden user script to copy the TOTP token to the clipboard
2023-10-31 23:16:49 +01:00
Timothy DeHerrera
8fa4bf50c1
Merge pull request #229149 from nrdxp/qutebrowser-improve
qutebrowser: vulkan support, et al.
2023-10-24 17:20:29 -06:00
Timothy DeHerrera
fc4ae28f0a
qutebrowser(fix): use valid qt style 2023-10-24 17:17:12 -06:00
Timothy DeHerrera
b094d6aea7
qutebrowser(fix): lock runtime QT plugins 2023-10-24 17:17:11 -06:00
Timothy DeHerrera
2057486da7
qutebrowser: remove webkit support
WebKit support will soon be dropped upstream. Also removes the media
plugin codepath, which was only used by webkit.
2023-10-24 17:15:25 -06:00
Arjan Schrijver
233e5fd81c qutebrowser: 3.0.0 -> 3.0.2
Changelog: https://www.qutebrowser.org/doc/changelog.html
2023-10-23 09:07:40 +02:00
Timothy DeHerrera
679f2b64e1
qutebrowser: add vulkan support 2023-10-10 09:28:25 -06:00
Robert Schütz
f1ca6257dc
Revert "Revert "qutebrowser: 2.5.4 -> 3.0.0"" 2023-08-26 13:50:56 -07:00
Adam Joseph
fa688259bd Revert "qutebrowser: 2.5.4 -> 3.0.0"
This reverts commit 180f7932cd.
2023-08-26 13:07:03 -07:00
Keegan Carruthers-Smith
c9cc3a2e3e qutebrowser: use pyqt6-webengine
pyqtwebengine uses qt5, but since qutebrowser 3.0.0 the derivation is
only building for qt6.

This is part of a goal to have no dependencies of qutebrowser marked as
broken.
2023-08-20 21:25:49 +02:00
Michele Guerini Rocco
ad0bbaf1d2
Merge pull request #250171 from rnhmjoj/pr-qute
qutebrowser: 2.5.4 -> 3.0.0
2023-08-20 08:39:31 +02:00
Keegan Carruthers-Smith
28281b5914 qutebrowser: update pdfjs to 3.9.179 2023-08-19 13:40:11 +02:00
rnhmjoj
180f7932cd
qutebrowser: 2.5.4 -> 3.0.0 2023-08-19 13:08:57 +02:00
rnhmjoj
389cbc1e22
qutebrowser: 2.5.3 -> 2.5.4 2023-06-08 18:25:37 +02:00
Weijia Wang
25903d83c3 qutebrowser-qt6: unstable-2023-03-19 -> unstable-2023-04-18 2023-04-21 01:04:21 +03:00
mdarocha
d808cc1420 qutebrowser-qt6: unstable-2022-09-16 -> unstable-2023-03-19 2023-03-19 13:47:55 +01:00
Dominik Schrempf
5333953d98
qutebrowser: 2.5.2 -> 2.5.3 2023-03-10 09:26:10 +01:00
Weijia Wang
fb15c693c3 widevine-cdm: merge with vivaldi-widevine 2023-02-25 11:18:41 +02:00
Timothy DeHerrera
e958d17284
qutebrowser: fix screensharing
see:
https://github.com/qutebrowser/qutebrowser/issues/6752
2022-10-18 12:10:57 -06:00
Timothy DeHerrera
65cdf3be6d
qutebrowser: use upstream make install 2022-10-16 15:01:55 -06:00
Jules Lamur
ae83ba7b41
qutebrowser: enable support for widevine-cdm 2022-10-13 20:08:42 +02:00
Timothy DeHerrera
eafbd542ed
qutebrowser-qt6: fix help command
Fixes #195626

The unstable qt6 build requires invoking the doc builder before
 setup.py is called in order to have it properly installed. Also added
pygments as a missing doc build dependency.
2022-10-12 01:27:04 -06:00
Robert Schütz
5c58d4f5ea qutebrowser: fix build 2022-10-11 23:20:27 -07:00
Timothy DeHerrera
c6c52c521f
qutebrowser: init qt6 variant 2022-10-08 14:21:00 -06:00
Robert Schütz
479d8f4fd8 qutebrowser: 2.5.1 -> 2.5.2
https://github.com/qutebrowser/qutebrowser/releases/tag/v2.5.2
2022-06-26 04:31:11 +00:00
Robert Schütz
2be2461a98 qutebrowser: 2.5.0 -> 2.5.1
https://github.com/qutebrowser/qutebrowser/releases/tag/v2.5.1
2022-05-27 15:50:48 -07:00
Robert Schütz
4dcada7989 qutebrowser: use readability-lxml 2022-05-24 03:36:08 +00:00
Adam Joseph
d53c8e99ee qutebrowser: take meta.platforms from pyqtweb{engine,kit} 2022-04-30 17:17:07 -07:00
Michele Guerini Rocco
e57971c665
Merge pull request #168456 from rnhmjoj/pr-qute
qutebrowser: fix userscripts directory path
2022-04-13 22:01:49 +02:00
rnhmjoj
17c2ca9084
qutebrowser: fix userscripts directory path 2022-04-13 09:49:42 +02:00
Adam Joseph
910e566d35
qutebrowser: honor pipewireSupport (#161020) 2022-04-12 00:36:57 +02:00
rnhmjoj
c313f82a8e
qutebrowser: 2.4.0 -> 2.5.0 2022-04-02 02:21:01 +02:00
Charlotte Van Petegem
ba4c80bcec
qutebrowser: 2.3.1 -> 2.4.0 2021-10-22 08:45:56 +02:00
Charlotte Van Petegem
0cdf7b5da9
qutebrowser: 2.3.0 -> 2.3.1 2021-07-28 14:47:40 +02:00
Charlotte Van Petegem
7286fc29c5
qutebrowser: 2.2.3 -> 2.3.0 2021-06-28 17:35:23 +02:00