Commit Graph

236 Commits

Author SHA1 Message Date
Adam JOLY
87ef9bf1bc vivaldi: 6.9.3447.51 -> 7.0.3495.6 2024-10-30 11:21:58 +01:00
R. Ryantm
2f6b764649 vivaldi: 6.9.3447.48 -> 6.9.3447.51 2024-10-07 06:10:38 +00:00
R. Ryantm
dba66f5745 vivaldi: 6.9.3447.46 -> 6.9.3447.48 2024-09-29 12:03:41 +00: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
R. Ryantm
6eccab7d77 vivaldi: 6.9.3447.41 -> 6.9.3447.46 2024-09-19 09:31:24 +00:00
R. Ryantm
2f78cc6594 vivaldi: 6.9.3447.37 -> 6.9.3447.41 2024-09-08 05:12:12 +00:00
Thomas Gerbet
90b7e23ea2 vivaldi: 6.8.3381.57 -> 6.9.3447.37
Changes:
https://vivaldi.com/blog/vivaldi-on-desktop-6-9/
2024-08-31 00:33:29 +02:00
R. Ryantm
84398fd653 vivaldi: 6.8.3381.53 -> 6.8.3381.57 2024-08-26 05:46:54 +00:00
R. Ryantm
167c21d390 vivaldi: 6.8.3381.48 -> 6.8.3381.53 2024-08-12 05:18:32 +00:00
R. Ryantm
df3e70687e vivaldi: 6.8.3381.46 -> 6.8.3381.48 2024-07-22 12:15:00 +00:00
José Romildo
9887dd870a chromium-codecs-ffmpeg-extra: 114023 -> 115541 2024-06-29 17:17:03 -03:00
R. Ryantm
8f69fba3fe vivaldi: 6.7.3329.41 -> 6.8.3381.46 2024-06-29 16:54:49 -03:00
Matteo Pacini
4313155cb0
vivaldi: add meta.mainProgram (#320943)
Co-authored-by: Matteo Pacini <matteo@codecraft.it>
2024-06-19 10:22:15 +02:00
Jan Tojnar
7987842fec
Merge pull request #318589 from jtojnar/u-s-v-ignore-same
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-13 00:41:07 +02:00
R. Ryantm
944eda37f2 vivaldi: 6.7.3329.35 -> 6.7.3329.41 2024-06-11 20:44:18 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jan Tojnar
0421c816ba treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
R. Ryantm
9048353e3c vivaldi: 6.7.3329.31 -> 6.7.3329.35 2024-05-29 07:46:36 +00:00
R. Ryantm
f62effe2cf vivaldi: 6.7.3329.27 -> 6.7.3329.31 2024-05-18 17:49:07 +00:00
R. Ryantm
0fd5388266 vivaldi: 6.7.3329.17 -> 6.7.3329.27 2024-05-12 12:55:04 +00:00
R. Ryantm
6635f9da72 vivaldi: 6.6.3271.61 -> 6.7.3329.17 2024-04-27 20:21:24 +00:00
R. Ryantm
a1f51a5fee vivaldi: 6.6.3271.57 -> 6.6.3271.61 2024-04-16 02:06:20 +00:00
R. Ryantm
55e622f7d2 vivaldi: 6.6.3271.55 -> 6.6.3271.57 2024-04-06 02:02:13 +00:00
R. Ryantm
7ab3cff455 vivaldi: 6.6.3271.53 -> 6.6.3271.55 2024-03-29 18:57:55 +00:00
R. Ryantm
b7040ca68a vivaldi: 6.6.3271.48 -> 6.6.3271.53 2024-03-22 20:02:41 +00:00
Sebastien Bariteau
cb382fec42 chromium-codecs-ffmpeg-extra 111306 -> 114023 2024-03-18 11:31:14 +01:00
R. Ryantm
4a06a9cb99 vivaldi: 6.5.3206.63 -> 6.6.3271.48 2024-03-07 06:06:24 +00:00
R. Ryantm
f8cf3dda82 vivaldi: 6.5.3206.55 -> 6.5.3206.63 2024-02-17 08:33:31 +00:00
R. Ryantm
f5d3292a47 vivaldi: 6.5.3206.50 -> 6.5.3206.55 2024-01-22 02:02:20 +00:00
R. Ryantm
a4f9304bc1 vivaldi: 6.5.3206.48 -> 6.5.3206.50 2024-01-06 01:02:22 +00:00
R. Ryantm
e8a4189be0 vivaldi: 6.5.3206.39 -> 6.5.3206.48 2023-12-30 22:36:21 +00:00
Badi Abdul-Wahid
a0dd8c6af8 vivaldi: 6.4.3160.42 -> 6.5.3206.39 2023-12-14 20:00:37 -06:00
R. Ryantm
1670aac550 vivaldi: 6.2.3105.58 -> 6.4.3160.42 2023-11-15 08:17:49 +00:00
R. Ryantm
86ae80d22c vivaldi: 6.2.3105.54 -> 6.2.3105.58 2023-10-23 06:37:22 +00:00
Michael Adler
e00010020a vivaldi: support for Kerberos authentication
libkrb5 is a dynamic (dlopen) runtime dependency. If the library is
missing, Kerberos authentication silently fails. By adding it to RPATH,
vivaldi (actually the chromium engine) will successfully detect the
library.
2023-09-29 15:04:28 +02:00
Michael Adler
e17ddf9fbc vivaldi: 6.2.3105.48 -> 6.2.3105.54 2023-09-29 08:40:45 +02:00
R. Ryantm
cac0b62031 vivaldi: 6.2.3105.45 -> 6.2.3105.48 2023-09-16 04:09:31 +00:00
R. Ryantm
fd87951223 vivaldi: 6.1.3035.302 -> 6.2.3105.45 2023-08-31 14:26:32 +00:00
R. Ryantm
6dd3e7ffad vivaldi: 6.1.3035.204 -> 6.1.3035.302 2023-08-21 02:07:23 +00:00
R. Ryantm
a53a1e4267 vivaldi: 6.1.3035.111 -> 6.1.3035.204 2023-07-24 04:54:41 +00:00
Falco Peijnenburg
ef2752b806 Remove inactive maintainer lluchs 2023-07-20 21:25:20 +02:00
Falco Peijnenburg
1b62507fd7 vivaldi-ffmpeg-codecs: 112.0.5615.49 -> 111306
This now explicitly follows the `update-ffmpeg` script, which changed to
using a snap instead of a .deb file downloaded from Launchpad.
2023-07-16 12:33:20 +02:00
José Romildo
df5cfec1cd vivaldi: fix a typo in update script 2023-07-15 22:47:45 -03:00
José Romildo
8524676c5c vivaldi-ffmpeg-codecs: 104.0.5112.101 -> 112.0.5615.49 2023-07-15 22:47:37 -03:00
R. Ryantm
5820115420 vivaldi: 6.0.2979.22 -> 6.1.3035.111 2023-07-10 05:51:50 +00:00
R. Ryantm
df0136b8e0 vivaldi: 6.0.2979.18 -> 6.0.2979.22 2023-06-03 20:23:36 +00:00
R. Ryantm
0f341a032c vivaldi: 6.0.2979.15 -> 6.0.2979.18 2023-05-10 05:20:47 +00:00
Alexandre Acebedo
69e403ca21 vivaldi: 5.7.2921.63 -> 6.0.2979.15 2023-04-20 21:03:35 +02:00
Michael Raitza
f01d7a5212 vivaldi: Fix fontconfig 2023-03-24 14:11:12 +01:00
Michael Raitza
37842ec1a4 vivaldi: Fix X11 video / Vulkan hardware acceleration 2023-03-24 11:38:10 +01:00