Commit Graph

140087 Commits

Author SHA1 Message Date
Roberto Ricci 12850214ff revive: update to 1.0.3 2021-01-25 13:35:21 +01:00
Enno Boland 0e52e496b4 PrusaSlicer: fix musl build 2021-01-25 13:16:05 +01:00
Enno Boland 5b55263caf PrusaSlicer: update to 2.3.0. 2021-01-25 13:16:05 +01:00
Đoàn Trần Công Danh 8606b0df25 racket: mark nocross, unlock builder 2021-01-25 19:02:44 +07:00
Leah Neukirchen 86f0ee43b2 libguestfs: mark broken, unlock builder. 2021-01-25 12:36:02 +01:00
Leah Neukirchen 69aa143a31 wireguard-dkms: update to 1.0.20210124. 2021-01-25 11:07:05 +01:00
Érico Rolim 8fd6425365 kadu: remove package.
No longer working or necessary.

Closes #12548
2021-01-25 10:56:18 +01:00
Andrea Brancaleoni 70ed9c1371 thermald: update to 2.4.1. 2021-01-25 10:12:07 +01:00
Andrea Brancaleoni 16e2016ccc hopper: update to 4.7.1. 2021-01-25 09:53:57 +01:00
Andrea Brancaleoni 7b044d4716 ispc: update to 1.15.0. 2021-01-25 09:53:07 +01:00
Andrea Brancaleoni 090a5ae99f mkinitcpio: update to 29. 2021-01-25 08:50:02 +00:00
Andrea Brancaleoni 260a2d21df libguestfs: update to 1.44.0. 2021-01-25 09:11:48 +01:00
Andrea Brancaleoni 8dc570d5be kubernetes: update to 1.20.2. 2021-01-25 09:11:48 +01:00
Andrea Brancaleoni 14db3cb0d0 racket: update to 7.9. 2021-01-25 08:08:07 +00:00
Đoàn Trần Công Danh c1fa95a097 common: fix exit status of uname wrapper 2021-01-25 09:00:04 +07:00
Andrea Brancaleoni ae14915b51 rng-tools: update to 6.11. 2021-01-25 00:23:01 +00:00
Đoàn Trần Công Danh da2d9c9055 fwupd: update to 1.5.5. 2021-01-25 07:14:16 +07:00
Andrea Brancaleoni 4723ce4d1c yoshimi: update to 1.7.4. 2021-01-24 23:47:38 +00:00
Andrea Brancaleoni d65422288d docker: update to 19.03.14. 2021-01-24 23:40:41 +00:00
Andrea Brancaleoni 05fb504180 go-jira: update to 1.0.27. 2021-01-24 23:39:15 +00:00
Andrea Brancaleoni e302ebd2a2 terraform: update to 0.14.5. 2021-01-24 23:32:36 +00:00
John b4f67689a1 autoconf_cache/common-glibc: remove *sys_siglist entries, removed with glibc 2.32 2021-01-24 22:51:04 +01:00
Érico Rolim ce0dfcb893 polari: use mozjs78 for tests. 2021-01-24 18:38:27 -03:00
Érico Rolim ad8cdd09d7 mozjs52: complete removal.
- remove from common/shlibs; also remove mozjs24 entry
- add to removed-packages
2021-01-24 18:13:12 -03:00
Érico Rolim 38ec09b42c mozjs52: remove package. 2021-01-24 18:08:27 -03:00
mobinmob 460da4b460 nemo-fileroller: update to 4.8.0. 2021-01-24 18:08:27 -03:00
mobinmob 29fa64d482 nemo: update to 4.8.4.
Include changes by @ndowens.

Also by ericonr:
- fix names in .desktop file to differentiate between them
- fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob cd9eddf288 muffin: update to 4.8.1.
Fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob 447aeaced0 cjs: update to 4.8.2.
Fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob e1876b483a xapps: update to 2.0.6.
Includes changes by @ndowens.

Closes: #26965 [via git-merge-pr]
2021-01-24 18:08:27 -03:00
mobinmob e5ea05be79 cinnamon: update to 4.8.6.
Fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob 43608e482f cinnamon-translations: update to 4.8.3. 2021-01-24 18:08:27 -03:00
mobinmob 2849932e3d cinnamon-settings-daemon: update to 4.8.5.
Fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob e160e1fe6e cinnamon-session: update to 4.8.0. 2021-01-24 18:08:27 -03:00
mobinmob faafde7960 cinnamon-screensaver: update to 4.8.1.
Fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob 7de89e804a cinnamon-menus: update to 4.8.2.
Fix homepage.
2021-01-24 18:08:27 -03:00
mobinmob ffe4514991 cinnamon-desktop: update to 4.8.1. 2021-01-24 18:08:27 -03:00
mobinmob 9eda680250 cinnamon-control-center: update to 4.8.2.
Fix homepage.
2021-01-24 18:08:27 -03:00
Érico Rolim 4a41da0426 hooks/{pre,post}-install: fix 98-fixup-gir-path.
The libdir changes to use /usr/lib{32,64} instead of /usr/lib broke
cross builds for some packages that use gir, due to issues with copying
over symlinks. Since we haven't managed to track down the root cause for
the installation path, a symlink is a clean enough temporary fix. This
follows the style of the 00-libdir hooks.

Since pre-install runs for the main package and then each subpackage, it
should use PKGDESTDIR (not DESTDIR), which also enables a subpackage
that installs files during pkg_install to work cleanly.

As far as I can see, the previous hook was quite flawed. Since it was a
pre-install hook, the check for a directory would happen *before*
package installation (so nothing would happen). The only reason it did
anything was because it also ran as a step before a subpackage's
pkg_install (most GIR packages have a -devel subpackage), but used
DESTDIR instead of PKGDESTDIR, so it checked and affected the contents
of the main package. Then when the subpackage's pkg_install ran, the
files would have already been copied to the correct folders.

Closes #27437
2021-01-24 18:08:27 -03:00
Andrew Benson 930e5841e9 aide: update to 0.17. 2021-01-24 13:40:15 -07:00
Ulf 41ddb96f66 Thunar: update to 4.17.0. 2021-01-24 17:36:04 -03:00
Andrew Benson 3a1c0c759d opensurge: rebuild for surgescript 2021-01-24 13:32:59 -07:00
Andrew Benson 93d3db33cb surgescript: update to 0.5.5. 2021-01-24 13:32:59 -07:00
Roberto Ricci f22ff20727 rclone: update to 1.53.4 2021-01-24 17:30:29 -03:00
Andrew Benson eacabea7ea bpytop: update to 1.0.60. 2021-01-24 13:21:29 -07:00
Andrew Benson d1514d57e6 gef: update to 2021.01. 2021-01-24 13:21:23 -07:00
Andrew Benson 1991c0c45e wuzz: update to 0.5.0. 2021-01-24 13:21:16 -07:00
Andrew Benson d9497e48c0 zps: update to 1.2.5. 2021-01-24 13:21:06 -07:00
Andrew Benson 6ba6de9a55 Amass: update to 3.11.1. 2021-01-24 13:20:56 -07:00
Roberto Ricci 4b9b1a3f6a oath-toolkit: update to 2.6.6 2021-01-24 17:16:47 -03:00