Commit Graph

161373 Commits

Author SHA1 Message Date
mobinmob de48221777 snapper: update to 0.10.2. 2022-05-21 12:01:09 -03:00
skmpz e4d0b18549 osinfo-db: update to 20220516. 2022-05-21 11:56:15 -03:00
Omar Zeghouani bf7179275d swaylock: update to 1.6. 2022-05-21 11:33:27 -03:00
mhmdanas afb7004ab0 swaybg: update to 1.1.1. 2022-05-21 11:32:43 -03:00
Michal Vasilek dbde046498 valadoc: update to 0.56.1. 2022-05-21 11:14:10 +02:00
Michal Vasilek d0eabbe986 vala: update to 0.56.1. 2022-05-21 11:14:10 +02:00
Michal Vasilek 3bf3937e32 lua54: update to 5.4.4. 2022-05-21 11:13:33 +02:00
Michal Vasilek 495f520f4d lua53: update to 5.3.6. 2022-05-21 11:13:22 +02:00
Andrea Brancaleoni 3cb08f2173 yoshimi: update to 2.2.0. 2022-05-21 11:08:46 +02:00
Andrea Brancaleoni 847c87f129 iio-sensor-proxy: update to 3.3. 2022-05-21 11:08:46 +02:00
Andrea Brancaleoni 2332cb0a17 hugo: update to 0.99.1. 2022-05-21 11:08:45 +02:00
teldra a20b2a60ba py3status: update to 3.44. 2022-05-21 11:02:20 +02:00
Mate GABRI 01966f9c6f kops: update to 1.23.2 2022-05-21 10:57:12 +02:00
Isaac Freund 40550e9c09 fcft: update to 3.1.2. 2022-05-21 10:30:05 +02:00
cinerea0 3ff4dcaccf castor: update to 0.9.0 2022-05-21 10:26:27 +02:00
Marcin Puc 5fb8475c22 hyperfine: update to 1.14.0 2022-05-21 10:21:30 +02:00
Marcin Puc c10edda357 topgrade: update to 9.0.0 2022-05-21 10:20:50 +02:00
Andrew Benson 836f831ec8 ffuf: update to 1.5.0. 2022-05-20 11:33:25 -05:00
classabbyamp fc924df2d2 chezmoi: update to 2.16.0. 2022-05-20 09:52:59 +02:00
0x5c 1fde2c6b1f New package: act-0.2.26 2022-05-20 09:48:31 +02:00
Piotr Wójcik bfda85dace common/do-patch: handle spaces in patch filename 2022-05-19 20:56:42 +02:00
teldra f134c0484c geonkick: update to 2.9.1. 2022-05-19 20:27:37 +02:00
Jose G Perez Taveras fb25116390 acme.sh: update to 3.0.4. 2022-05-19 20:19:55 +02:00
Imran Khan 7de506a198 txr: update to 275. 2022-05-19 20:04:02 +02:00
Jose G Perez Taveras 93519ccda1 font-iosevka: update to 15.3.1. 2022-05-19 19:58:28 +02:00
Piotr Wójcik a499f5fcff python3-virtualenv: update to 20.14.1. 2022-05-19 19:57:43 +02:00
Piotr Wójcik 7a553dd4ec python3-filelock: update to 3.7.0. 2022-05-19 19:57:43 +02:00
Piotr Wójcik ff643771fd python3-PyPDF2: update to 1.27.12. 2022-05-19 19:57:43 +02:00
Piotr Wójcik e991ee8c77 python3-PyICU: update to 2.9. 2022-05-19 19:57:43 +02:00
Isaac Freund 2be9a6d2ba fbterm: use terminfo from ncurses-term
ncurses now provides this terminfo, which causes a file conflict.
2022-05-19 14:19:27 -03:00
Isaac Freund b1b3c4dcfd ncurses: patch out foot terminfo
We instead provide the upstream foot terminfo definitions in the
foot-terminfo package.

The upstream definitions have a few non-standard capabilities not
present in the ncurses versions.
2022-05-19 14:19:27 -03:00
Isaac Freund 73a6398395 foot: update to 1.12.1. 2022-05-19 14:19:27 -03:00
Benjamín Albiñana fabd2836fa croc: update to 9.5.6. 2022-05-19 11:46:49 -03:00
Duncaen 95dd299d6e
libffado: update to 2.4.5. 2022-05-19 16:05:01 +02:00
Leah Neukirchen 84f5030981 linux5.15: update to 5.15.41. 2022-05-19 13:17:10 +02:00
Leah Neukirchen 294bc2887f linux5.10: update to 5.10.117. 2022-05-19 13:17:10 +02:00
Érico Nogueira 970c092597 nix: mark nocross.
Commit 51c4b1859a removed the libcpuid
dependency, which enabled the build for ARM archs, despite the package
not having been tested there. The current template is not ready for
cross compilation.

The build initially failed with:

     LD     /usr/lib32/libnixstore.so
   [cc-wrapper] ignoring -L/usr/lib32
   /usr/lib/gcc/armv7l-linux-musleabihf/10.2.1/../../../../armv7l-linux-musleabihf/bin/ld: cannot find -lnixutil

because the libinixutil.so file was located in /usr/lib32 of the
masterdir, which should never have happened. Bypassing that error also
leads us to:

     LD     /usr/lib32/libnixexpr.so
   /usr/lib/gcc/armv7l-linux-musleabihf/10.2.1/../../../../armv7l-linux-musleabihf/bin/ld: cannot find -latomic_ops

meaning the build requires further fixes for armv*, probably beyond
cross compilation.

Still add jq to hostmakedepends, since the build requires the jq binary
as well.
2022-05-18 21:43:23 -03:00
q66 51c4b1859a nix: drop libcpuid dependency on non-x86 2022-05-18 22:42:57 +02:00
Daniel Eyßer c559951b15 yt-dlp: update to 2022.05.18. 2022-05-18 22:11:01 +02:00
Jason Manley e392f1ba3a New package: q5go-2.13 2022-05-18 20:56:30 +02:00
Helmut Pozimski 814c5a60aa linux4.19: update to 4.19.244. 2022-05-18 17:50:48 +02:00
Helmut Pozimski a71ca281f1 linux5.4: update to 5.4.195. 2022-05-18 17:47:12 +02:00
q66 c588e321d2 kdenlive: remove opencv dependency on ppc32 2022-05-18 17:45:09 +02:00
Enrico Belleri 65d8866a3f lxqt-session: update to 1.1.1. 2022-05-18 17:25:45 +02:00
Enrico Belleri 63ef073839 New package: qtxdg-tools-3.9.1 2022-05-18 17:25:45 +02:00
Leah Neukirchen 051b43612e stress-ng: update to 0.14.01. 2022-05-18 15:42:15 +02:00
Leah Neukirchen ca26668faa babashka: update to 0.8.2. 2022-05-18 15:42:15 +02:00
Leah Neukirchen 43bb1990c3 pysolfc: update to 2.16.0. 2022-05-18 15:42:15 +02:00
Enrico Belleri 40a00a7263 kalendar: update to 22.04.1. 2022-05-18 13:22:54 +02:00
Enrico Belleri d0a3da2ad5 falkon: update to 22.04.1. 2022-05-18 13:22:54 +02:00