Commit graph

150041 commits

Author SHA1 Message Date
UsernameRandomlyGenerated
4d20fe4277 skopeo: update to 1.4.0. 2021-08-06 16:30:01 -03:00
UsernameRandomlyGenerated
edd9098dc7 dlayer: update to 0.3.1. 2021-08-06 16:29:35 -03:00
Érico Nogueira
c2015e4967 removed-packages: add bomi and revbump. 2021-08-06 16:26:29 -03:00
UsernameRandomlyGenerated
ffc40f2c2c bomi: remove package.
Unmaintaned and broken, UI doesn't work.

Upstream issue:
https://github.com/ashinan/bomi/issues/540
2021-08-06 16:26:29 -03:00
Enno Boland
47953a11af valabind: update to 1.8.0. 2021-08-06 20:43:02 +02:00
Enno Boland
9c3e610aef io.elementary.code: rebuild with vala-0.52.4 2021-08-06 20:43:02 +02:00
Enno Boland
ea4b526b43 vala-language-server: update to 0.48.3. 2021-08-06 20:43:02 +02:00
Enno Boland
38f9bb34d0 valadoc: update to 0.52.4. 2021-08-06 20:43:02 +02:00
Enno Boland
31d221c06f vala: update to 0.52.4. 2021-08-06 20:43:02 +02:00
UsernameRandomlyGenerated
2babff515a gotop: update to 4.1.2. 2021-08-06 14:18:17 -03:00
UsernameRandomlyGenerated
0430f58807 zsh-autosuggestions: update to 0.7.0. 2021-08-06 13:53:36 -03:00
Andrew J. Hesford
badb4ba8f1 python3-pip: update to 21.2.3. 2021-08-06 12:42:19 -04:00
Andrew J. Hesford
5e71ba49c1 python3-pyzmq: update to 22.2.1. 2021-08-06 11:54:25 -04:00
Andrew J. Hesford
2056052389 tageditor: update to 3.4.2. 2021-08-06 11:53:14 -04:00
Andrew J. Hesford
61742073f5 cpp-utilities: update to 5.11.0. 2021-08-06 11:52:35 -04:00
Leah Neukirchen
ef55053346 bpftrace: set nostrip. 2021-08-06 16:20:59 +02:00
Leah Neukirchen
3f974166df bpftrace: rebuild against bcc-0.21.0_4. 2021-08-06 15:28:44 +02:00
Leah Neukirchen
85c4ba04cc bcc: link LLVM dynamically.
As a distro, we want this anyway, but static linking also broke, e.g.
bpftrace: https://github.com/iovisor/bpftrace/issues/1855
2021-08-06 15:28:44 +02:00
Đoàn Trần Công Danh
f2834f9a72 cmake-gui: update to 3.21.1. 2021-08-06 20:06:57 +07:00
Đoàn Trần Công Danh
8d3d86fe7e cmake: update to 3.21.1. 2021-08-06 20:06:57 +07:00
Arda Demir
11ba276ac7 jrnl: update to 2.8.2. 2021-08-06 20:05:22 +07:00
Leah Neukirchen
5af6360e95 python3-pipx: update to 0.16.4. 2021-08-06 15:03:29 +02:00
Leah Neukirchen
e4e626b058 nncp: update to 7.5.1. 2021-08-06 15:03:29 +02:00
Érico Nogueira
396123ad84 virtualbox-ose: update to 6.1.26.
Remove vsed added in 13b1a5d83b with no
justification; another configure step needed GCC version to have been
obtained.

Fix build by setting the correct Qt5 base include path.
2021-08-06 03:32:59 -03:00
Gadzhi Kharkharov
9588186216 zoxide: update to 0.7.3. 2021-08-06 01:20:52 -03:00
Gerardo Di iorio
e9c229139e hcloud: update to 1.26.1. 2021-08-06 00:02:23 -03:00
Wes Roberts
38ecf6abd6 timeshift: fix compatibility with util-linux 2.37.1.
Timeshift will only start in "Live USB Mode".

Upstream issues:
https://github.com/teejee2008/timeshift/issues/425
https://github.com/teejee2008/timeshift/issues/753
https://github.com/teejee2008/timeshift/issues/755
2021-08-06 00:00:31 -03:00
Michal Vasilek
34dc63737d New package: abcmidi-2021.06.27 2021-08-05 22:58:53 +02:00
Leah Neukirchen
f01a5b87e1 ipset: fix checksum. 2021-08-05 21:45:18 +02:00
mobinmob
27bcaceea8 papirus-icon-theme: update to 20210802. 2021-08-05 16:37:58 -03:00
George Matsumura
b5ad35e9f8 arcan: add arcan_sdl subpackage
arcan_sdl allows the running of arcan nested within a different
display server.
2021-08-05 16:37:47 -03:00
Leah Neukirchen
7ad1cfd3c4 extrace: update to 0.8. 2021-08-05 21:36:30 +02:00
Leah Neukirchen
9a51de1eab ipset: update to 7.15. 2021-08-05 21:36:30 +02:00
©TwT
e7dfecdd3a zoom: update to 5.7.28991.0726_1 2021-08-05 20:27:57 +02:00
mobinmob
35b931f72d font-awesome5: update to 5.15.4.
Also:
- add changelog.

Closes: #32339 [via git-merge-pr]
2021-08-05 14:11:09 -03:00
Érico Nogueira
e815e69d7a nvidia: fix proton errors.
Proton sometimes errors out with:

  The NVIDIA driver was unable to open
  'libnvidia-glvkspirv.so.470.57.02'. This library is required at run
  time.

This is caused by an out of date glibc cache, so we now run ldconfig in
INSTALL. This solution was pointed out by mvf.

Unfortunately, this isn't the entirely correct solution: ldconfig should
always be run after package installations that touch /usr/lib, to avoid
similar issues. Until there's a simple solution for it (maybe general
purpose XBPS hooks), this is the best we can do.

Fixes: #32222
2021-08-05 14:08:24 -03:00
mobinmob
8e89e30146 notcurses: update to 2.3.13. 2021-08-05 14:06:01 -03:00
Alex Xu (Hello71)
925221948d shotcut: remove qt5-webkit-devel dep
shotcut does not use webkit since
a44fe75a4d.
no revbump because this is purely build-time change.
2021-08-05 13:48:21 -03:00
Michal Vasilek
1c6073aeee libinput: update to 1.18.1. 2021-08-05 18:38:00 +02:00
Arjan Mossel
b8c64f9fd0 electrum: update to 4.1.5. 2021-08-05 10:00:32 -03:00
Michal Vasilek
4cf39eb50f gtk4: update to 4.2.1, split docs, enable sysprof 2021-08-04 23:43:19 +02:00
Michal Vasilek
10dd01c9aa sysprof: update to 3.40.1. 2021-08-04 23:43:19 +02:00
Michal Vasilek
f884fdef1c New package: gi-docgen-2021.6 2021-08-04 23:43:19 +02:00
Michal Vasilek
4e93cbdf10 New package: python3-typogrify-2.0.7 2021-08-04 23:43:19 +02:00
Michal Vasilek
f72b07bd65 New package: python3-smartypants-2.0.1 2021-08-04 23:43:19 +02:00
Bartek Stalewski
fca69cbce4 fail2ban: update to version 0.11.2 2021-08-04 17:31:48 -03:00
Duncaen
cbf26d6aa9
prosody: update to 0.11.10.
Fixes CVE-2021-37601.
2021-08-04 20:57:34 +02:00
Duncaen
d3577d6053
icdiff: update to 2.0.4. 2021-08-04 20:56:10 +02:00
Michael Aldridge
0a4c966dee New package: sftpgo-2.1.0 2021-08-04 13:09:36 -05:00
Leah Neukirchen
bf2fe4732f linux5.10: update to 5.10.56.
Use classic timestamp in KBUILD_BUILD_TIMESTAMP.
2021-08-04 17:28:27 +02:00