Commit Graph

85297 Commits

Author SHA1 Message Date
Michael Weiss
b4c2844566
Merge pull request #197779 from primeos/chromiumBeta
chromium{Beta,Dev}: Fix the configuration phase
2022-10-25 22:34:16 +02:00
markuskowa
b6a6a851b9
Merge pull request #197506 from r-ryantm/auto-update/argo
argo: 3.4.1 -> 3.4.2
2022-10-25 22:30:24 +02:00
markuskowa
c157ca66e1
Merge pull request #197679 from r-ryantm/auto-update/tidal-hifi
tidal-hifi: 4.3.0 -> 4.3.1
2022-10-25 22:20:50 +02:00
Vladimír Čunát
0079830888
Merge #195644: mysql57: drop 2022-10-25 21:23:27 +02:00
Michael Weiss
f709a74fa3
chromium{Beta,Dev}: Fix the configuration phase
Setting `clang_base_path` [0] does skip [1] a clang version check [2]
that would fail in our case:
```
configuring
ERROR at //build/config/compiler/BUILD.gn:1314:22: Script returned non-zero exit code.
    clang_revision = exec_script("//tools/clang/scripts/update.py",
                     ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/tools/clang/scripts/update.py --print-revision --verify-version=16.0.0
Returned 1 and printed out:

The expected clang version is llvmorg-16-init-4609-g025a5b22-2 but the actual version is
Did you run "gclient sync"?

See //build/config/BUILDCONFIG.gn:329:3: which caused the file to be included.
  "//build/config/compiler:afdo",
  ^-----------------------------
error: builder for '/nix/store/02riyhzvrgn2vaab29d3gipxzkx6nb44-chromium-unwrapped-107.0.5304.29.drv' failed with exit code 1
```

I also chose to disable the Qt support for now. The Qt support is
enabled by default on Linux [3] but we need to add the required
dependencies first to fix the build (and my current priority is to get a
basic build working for the security critical stable channel update):
```
configuring
ERROR at //build/config/linux/pkg_config.gni:104:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/build/config/linux/pkg-config.py Qt5Core Qt5Widgets
Returned 1.
stderr:

Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Could not run pkg-config.

See //ui/qt/BUILD.gn:13:1: whence it was called.
pkg_config("qt5_config") {
^-------------------------
See //ui/linux/BUILD.gn:54:15: which caused the file to be included.
    deps += [ "//ui/qt" ]
              ^--------
error: builder for '/nix/store/3zzddkh74cnhvq6nql32y9pnbvzf2jv9-chromium-unwrapped-107.0.5304.62.drv' failed with exit code 1
```

[0]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:docs/clang.md
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:build/config/compiler/BUILD.gn;l=1306
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:tools/clang/scripts/update.py;l=358
[3]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:ui/qt/qt.gni;l=8
2022-10-25 21:10:01 +02:00
Vladimír Čunát
9bf75e616a
Merge #196479: qemu: add patch for CVE-2022-3165 2022-10-25 20:20:51 +02:00
7c6f434c
02835f2253
Merge pull request #197645 from r-ryantm/auto-update/opensmt
opensmt: 2.4.1 -> 2.4.2
2022-10-25 16:04:34 +00:00
R. Ryantm
2109990852 docker-slim: 1.38.0 -> 1.39.0 2022-10-25 08:54:16 -07:00
Jan Tojnar
dd21d0b041
Merge pull request #197238 from NixOS/gnome
GNOME: 43.0 → 43.1
2022-10-25 17:40:25 +02:00
Doron Behar
0ad1d02c69
Merge pull request #197747 from sinavir/musescore_overridable_QT_env_var 2022-10-25 15:30:48 +00:00
sinavir
4135fb7eaf Musescore: make QT_QPA_PLATFORM env var overridable 2022-10-25 16:55:24 +02:00
José Romildo Malaquias
c34254b40a
Merge pull request #197542 from iblech/patch-thonny
thonny: 3.3.14 -> 4.0.1
2022-10-25 11:53:37 -03:00
Sandro
7128e28014
Merge pull request #196057 from SuperSandro2000/asf-update 2022-10-25 16:41:52 +02:00
Sandro
5780c96b2d
Merge pull request #186811 from fgaz/safeeyes/xprintidle 2022-10-25 16:14:28 +02:00
Sandro Jäckel
b38799bbb4
ArchiSteamFarm: make update scripts indepent from where they are run, cleanups 2022-10-25 16:12:22 +02:00
Sandro Jäckel
17371df3ec
ArchiSteamFarm: 5.2.8.3 -> 5.3.1.2 2022-10-25 16:12:22 +02:00
R. Ryantm
f994293d1e cmctl: 1.9.1 -> 1.10.0 2022-10-25 21:15:56 +08:00
Bobby Rong
256da9655f
Merge pull request #192797 from wucke13/inav-configurator
inav-configurator: 4.1.0 -> 5.1.0
2022-10-25 21:12:11 +08:00
Bobby Rong
062739e592
Merge pull request #197579 from toastal/senpai-unstable-2022-10-19
senpai: unstable-2022-07-25 → unstable-2022-10-19
2022-10-25 21:04:50 +08:00
Bobby Rong
08d867335f
Merge pull request #197009 from zendo/update-qownnotes
qownnotes: 22.9.2 -> 22.10.2
2022-10-25 20:03:32 +08:00
adisbladis
5be39d6800
Merge pull request #197565 from wegank/irony-darwin
emacsPackages.irony: fix build on aarch64-darwin
2022-10-25 23:42:47 +13:00
zowoq
4fffb0e5fe containerd: 1.6.8 -> 1.6.9
https://github.com/containerd/containerd/releases/tag/v1.6.9
2022-10-25 18:25:21 +10:00
Pascal Wittmann
412db88df0
Merge pull request #197526 from r-ryantm/auto-update/filezilla
filezilla: 3.60.2 -> 3.61.0
2022-10-25 10:06:07 +02:00
R. Ryantm
184c58fd4a tidal-hifi: 4.3.0 -> 4.3.1 2022-10-25 07:09:28 +00:00
github-actions[bot]
e0e0c4dbd9 terraform-providers.tfe: 0.37.0 → 0.38.0 2022-10-25 14:56:20 +10:00
github-actions[bot]
3f9cfa8c57 terraform-providers.github: 5.5.0 → 5.6.0 2022-10-25 14:56:20 +10:00
github-actions[bot]
e15e5f6ac5 terraform-providers.heroku: 5.1.5 → 5.1.6 2022-10-25 14:56:20 +10:00
github-actions[bot]
2d40ae863d terraform-providers.alicloud: 1.188.0 → 1.189.0 2022-10-25 14:56:20 +10:00
github-actions[bot]
14d3d1285c terraform-providers.datadog: 3.16.0 → 3.17.0 2022-10-25 14:56:20 +10:00
github-actions[bot]
4e2c53f33c terraform-providers.cloudamqp: 1.19.3 → 1.20.0 2022-10-25 14:56:20 +10:00
github-actions[bot]
d28ecd04d7 terraform-providers.baiducloud: 1.15.11 → 1.16.0 2022-10-25 14:56:20 +10:00
Anderson Torres
340f71837b
Merge pull request #197550 from r-ryantm/auto-update/berry
berry: 0.1.11 -> 0.1.12
2022-10-24 23:37:47 -03:00
R. Ryantm
1401fdb2d4 opensmt: 2.4.1 -> 2.4.2 2022-10-25 02:23:41 +00:00
R. Ryantm
d4f8e53720 bitwig-studio: 4.4 -> 4.4.1 2022-10-25 08:54:09 +08:00
R. Ryantm
422f7cb361 fluxcd: 0.35.0 -> 0.36.0 2022-10-25 08:41:14 +08:00
joshvanl
1206839ce9 cmctl: set passthru.updateScript option
Set passthru.updateScript option to point to `update.sh`. This should
correctly now update cmctl automatically.

Signed-off-by: joshvanl <me@joshvanl.dev>
2022-10-24 20:33:06 -04:00
figsoda
df27066c5c
Merge pull request #197567 from zeapoz/init-neo-tree
vimPlugins.neo-tree-nvim: init at 2022-10-22
2022-10-24 18:39:22 -04:00
Sandro
4176364f7c
Merge pull request #193602 from chuangzhu/watchmate 2022-10-24 23:57:59 +02:00
Pascal Wittmann
f6f42f3fcf
Merge pull request #194882 from r-ryantm/auto-update/dmenu
dmenu: 5.1 -> 5.2
2022-10-24 23:26:23 +02:00
zeapoz
3faf69cd2a vimPlugins.neo-tree-nvim: init at 2022-10-22 2022-10-24 22:50:55 +02:00
Dmitry Kalinkin
cde19b8469
Merge pull request #197306 from veprbl/pr/dawncut_init
dawncut: init at 1.54a
2022-10-24 16:38:58 -04:00
Artturin
ae54952c4e nwg-wrapper: 0.1.2 -> 0.1.3
strictDeps can now be enabled because I fixed gobject-introspection's hook

just make sure that gobject-introspection is in nativeBuildInputs
2022-10-24 22:22:46 +03:00
Artturin
f869098b67 discord-ptb: 0.0.29 -> 0.0.34 2022-10-24 22:22:46 +03:00
Artturin
4433179127 discord: make update script work for all branches 2022-10-24 22:22:46 +03:00
José Romildo Malaquias
ab8e65a6de
Merge pull request #197534 from r-ryantm/auto-update/e16
e16: 1.0.25 -> 1.0.26
2022-10-24 14:40:15 -03:00
Doron Behar
b39fd6e4ed
Merge pull request #197587 from kouyk/update/zoom-us 2022-10-24 16:30:43 +00:00
Francesco Gazzetta
60a198228e safeeyes: add xprop runtime dependency 2022-10-24 18:02:51 +02:00
Steven Kou
2ddb4ec4cf
zoom-us: 5.12.0.{11129,4682} -> 5.12.{3.11845,2.4816} 2022-10-24 23:53:59 +08:00
R. Ryantm
4a177de7f2 mangal: 3.12.0 -> 3.14.0 2022-10-24 23:28:59 +08:00
toastal
5a32679673 senpai: unstable-2022-07-25 → unstable-2022-10-19
It’s been a while since this package has been updated
@malvo
2022-10-24 22:05:33 +07:00