Commit graph

145898 commits

Author SHA1 Message Date
Benjamín Albiñana
d44384deed doomretro: update to 4.0.9. 2021-04-30 12:19:43 -03:00
Anthony Iliopoulos
1adb81d742 strace: update to 5.12.
Closes: #30544 [via git-merge-pr]
2021-04-30 11:04:50 -04:00
Anthony Iliopoulos
10615ea644 gdb: update to 10.2.
Closes: #30545 [via git-merge-pr]
2021-04-30 11:04:50 -04:00
FollieHiyuki
a94455d2bb python3-PyJWT: update to 2.1.0
Re-enable tests

Closes: #30559 [via git-merge-pr]
2021-04-30 11:04:50 -04:00
Andrew J. Hesford
f9d4a46494 python3-grpcio-tools: update to 1.37.1. 2021-04-30 11:04:50 -04:00
Andrew J. Hesford
1b83490239 python3-grpcio: update to 1.37.1. 2021-04-30 11:04:50 -04:00
Andrew J. Hesford
ad6ebec2e4 maturin: update to 0.10.4. 2021-04-30 11:04:50 -04:00
Andrew J. Hesford
b96741469c opencl2-headers: update to 2021.04.29. 2021-04-30 11:04:50 -04:00
Helmut Pozimski
26ae630b8d vlc: update to 3.0.13. 2021-04-30 17:00:45 +02:00
Helmut Pozimski
1bdeb36d36 linux4.19: update to 4.19.189. 2021-04-30 16:24:46 +02:00
Helmut Pozimski
7597903c34 gtk3-nocsd: update to 3.0.5. 2021-04-30 16:24:46 +02:00
Roberto Ricci
f69489ac2e sway: restore support for gtk-primary-selection
This reverts 5ad3990a6c
and fixes clipboard issues with Firefox ESR 78
2021-04-30 11:19:09 -03:00
Érico Nogueira
e8a6a06a77 linux5.11: update to 5.11.17. 2021-04-29 20:26:55 -03:00
Ramdziana F Y
70a22a61c7 vivaldi: update to 3.8.2259.37 2021-04-29 13:16:31 -03:00
noarchwastaken
f4f3391703 pulseaudio: split pulseaudio-utils, document optional dependency 2021-04-29 12:24:00 -03:00
yopito
263ee43a29 python3-pivy: update to 0.6.6 2021-04-29 11:54:25 -03:00
Anthony Iliopoulos
2b85875a7c bind: update to 9.16.15. 2021-04-29 11:53:08 -03:00
skmpz
b4a17177f8 libwacom: update to 1.10. 2021-04-29 11:52:17 -03:00
Lorem
180651605d budgie-screensaver: build with elogind support 2021-04-29 11:51:37 -03:00
Paper
b8aab89922
cawbird: merge changes from PR
This merges and closes changes from the open PR I missed.

Closes #27799
2021-04-29 15:22:17 +02:00
Duncaen
7ed66a98a8
New package: cawbird-1.3.2 2021-04-29 15:18:10 +02:00
John
cee0da7ec0 telegram-desktop: update to 2.7.4. 2021-04-29 15:03:21 +02:00
Leah Neukirchen
6c6f5b3dcc less: update to 581.2. 2021-04-29 13:26:30 +02:00
Leah Neukirchen
8ab3de9cf4 python3-pipx: update to 0.16.2.1. 2021-04-29 11:34:49 +02:00
Leah Neukirchen
f9614e3ffa skaffold: update to 1.23.0. 2021-04-29 11:32:53 +02:00
Leah Neukirchen
b727671ec0 fdk-aac: update to 2.0.2. 2021-04-29 10:46:16 +02:00
Leah Neukirchen
4126df76c1 ugrep: update to 3.1.15. 2021-04-29 10:43:47 +02:00
Leah Neukirchen
8e4c6e6723 linux5.10: update to 5.10.33. 2021-04-29 10:33:52 +02:00
Daniel Eyßer
77e47affde sslscan: update to 2.0.10. 2021-04-28 18:09:34 -03:00
yopito
1fb9018dcb coin3: fix cmake support for crossbuild
CMAKE_INSTALL_INCLUDEDIR must be a relative path. This way, generated
coin-export.cmake will compute include path at runtime against installed path,
that is fine for crossbuild.
If full path is provided, generated coin-export.cmake use directly this full
path, that is wrong with of crossbuild usage.

Fine to crossbuild python3-pivy 0.6.6
2021-04-28 18:08:53 -03:00
Daniel Eyßer
e9b0028016 jack: update to 1.9.18.
Also add eigen back to makedepends as cross-builds seem to be fine.
2021-04-28 18:05:06 -03:00
Duncaen
22ff092388
wlsunset: update to 0.2.0. 2021-04-28 19:51:03 +02:00
Andrew Benson
c95bb384a5 ffuf: update to 1.3.1. 2021-04-28 12:30:28 -05:00
Morgan Thomas
bb614559c3 http-parser: update to 2.9.4.20201223
This is a pseudo-version to integrate upstream changes that haven't
been given a version number, as well as a patch from nodejs to fix
CVE-2020-8287.
2021-04-28 09:32:29 -03:00
Morgan Thomas
4c3e6cc301 nodejs-lts-10: fix build for targets without native atomic8
patches/ppc32.patch used "host_arch" instead of "target_arch" to check
whether to link against -latomic, and didn't include 32-bit ARM in the
list of targets that might need it. This addresses build failures on
armv6l as well as some lesser-used architectures.

Additionally, libatomic-devel is now included in makedepends for all
architectures (not just when `XBPS_TARGET_NO_ATOMIC8` is set) because
the build system can't tell the difference between armv6l and
armv7l. This matches how it's done for `nodejs{,-lts}` and doesn't
cause the armv7l build to actually depend on libatomic at runtime.
2021-04-28 09:32:29 -03:00
Morgan Thomas
6cc2e7320e nodejs-lts: use system libuv
See 06410b655878fe8825f10da90b9cc34a5e05ccf9 and https://github.com/void-linux/void-packages/issues/29034.
2021-04-28 09:32:29 -03:00
Morgan Thomas
0d47340150 nodejs: use system libuv
See https://github.com/void-linux/void-packages/issues/29034.

`shared-uv.patch` has been in the repo for a while but was slightly
broken.
2021-04-28 09:32:29 -03:00
biopsin
c437985a3b New package: herbe-1.0.0 2021-04-28 08:51:19 -03:00
skmpz
bb4e2d0a38 libva-utils: update to 2.11.0. 2021-04-28 08:42:38 -03:00
skmpz
822485d609 libva-glx: update to 2.11.0. 2021-04-28 08:42:38 -03:00
skmpz
7bd82102c9 libva: update to 2.11.0. 2021-04-28 08:42:38 -03:00
Lorem
41cf13585c tweeny: update to 3.2.0. 2021-04-28 08:34:24 -03:00
Lorem
0df4e8d080 budgie-desktop: update to 10.5.3.
Now depends on budgie-screensaver
2021-04-28 08:33:24 -03:00
Lorem
c28aa39886 New package: budgie-screensaver-4.0 2021-04-28 08:33:24 -03:00
marmeladema
d93fea4079 kodi: enable cross compilation for 32bit arm architectures 2021-04-27 20:35:31 -03:00
Andrew Benson
17247a844a melonDS: update to 0.9.2. 2021-04-27 18:33:10 -05:00
Cameron Nemo
378d9a5f61 cheese: import patch for spinning endlessly 2021-04-27 20:07:08 -03:00
q66
b0b0bbe0ad webkit2gtk: work out the remaining musl stack size problems 2021-04-28 00:00:01 +02:00
Piraty
2269ad8f4e gdb: add multiarch build option 2021-04-27 19:39:03 +00:00
Piraty
756ae3019f xmlsec1: update to 1.2.32. 2021-04-27 19:35:01 +00:00