Commit graph

137683 commits

Author SHA1 Message Date
Érico Rolim
a6c6bcc651 common/hooks: remove remove-localized-manpages hook.
Allow packages to include localized man pages. Needed for manpages-l10n.
2020-12-12 03:58:57 -03:00
fosslinux
b73ebea394 bibletime: update to 3.0.
With this release, upstream has stopped distributing documentation in
release tarballs, instead we have to generate it. Hence, most of the new
dependencies are for this purpose.

The configure_args part is for detecting this in cross.

The hack for cross has been removed as this is actually a reccuring
issue with ppc cross that will be seperatly addressed, generally, for
all packages.
2020-12-12 03:50:44 -03:00
fosslinux
a3822c2e09 apache-fop: increase default RAM max to 2G. 2020-12-12 03:50:44 -03:00
Érico Rolim
17923ff864 gimp: fix crashes on unpatched musl.
GIMP depended on our mo_lookup patch for musl, which allows passing NULL
msgid to gettext functions. This patch fixes that.
2020-12-12 03:48:40 -03:00
Nathan Owens
7dacd2dd94 dkms: update to 2.8.4. 2020-12-12 03:46:15 -03:00
Nathan Owens
a63e311a1a xdot: update to 1.2, enable tests.
Closes: #26931 [via git-merge-pr]
2020-12-12 03:42:28 -03:00
Nathan Owens
9a6456b53c libwaylandpp: update to 0.2.8. 2020-12-12 03:32:15 -03:00
tibequadorian
6dab08fa87 cordless: remove package 2020-12-12 03:29:41 -03:00
a dinosaur
cbd3f7dbeb libopenmpt: update to 0.5.4 2020-12-12 03:17:12 -03:00
Nathan Owens
d70099c356 leiningen: update to 2.9.5. 2020-12-12 03:15:27 -03:00
Nafis
b370e1071e zoom: update to 5.4.56259.1207. 2020-12-12 03:13:58 -03:00
Gustavo Costa
644355182d yaru-plus: update to 4.1 2020-12-12 03:12:40 -03:00
David Flatz
f8dbaef6a9 synapse: update to 1.24.0. 2020-12-12 03:08:51 -03:00
Roberto Ricci
105299d198 openntpd: exec openntpd in runit script; fix xlint 2020-12-12 03:07:14 -03:00
Roberto Ricci
c3b02021bc ntp: exec isc-ntpd in runit script 2020-12-12 03:07:14 -03:00
Roberto Ricci
ad42ead131 busybox: exec busybox ntpd in runit script 2020-12-12 03:07:14 -03:00
Anthony Iliopoulos
e7cbfc5073 xfsprogs: update to 5.10.0. 2020-12-12 03:04:45 -03:00
Anthony Iliopoulos
48f9419c93 inih: add libinih to common/shlibs 2020-12-12 03:04:45 -03:00
Isaac Freund
72c9986a1d gtk-layer-shell: revbump for gtk+3
Also enable building tests if needed.
2020-12-12 03:01:15 -03:00
Isaac Freund
e882eb690e gtk+3: update to 3.24.24. 2020-12-12 03:01:15 -03:00
FollieHiyuki
94a477a64c ueberzug: update to 18.1.8 2020-12-12 02:45:54 -03:00
q66
68c3209d50 rtl8822bu-dkms: fix wrong patch level, oops 2020-12-12 05:36:56 +01:00
q66
752179bf37 rtl882bu-dkms: fix for arch-generic dkms build
Fixes https://github.com/void-linux/void-packages/issues/24106

Tested on ppc64le.
2020-12-12 05:31:38 +01:00
q66
37e50b7637 rtl8812au-dkms: fix for arch-generic dkms build 2020-12-12 05:31:37 +01:00
Cameron Nemo
4f3807da1c rock64-uboot: add pkgname to update file 2020-12-11 23:08:15 -03:00
q66
b336c34364 rpi-firmware: fix broadcom dependency 2020-12-12 01:41:48 +01:00
q66
6fdd2b9f37 linux-firmware: subpackage for broadcom, and remove weird rpi one
also properly install the license
2020-12-12 01:41:42 +01:00
Nathan Owens
9a05046288 sratom: update to 0.6.6. 2020-12-12 00:50:42 +01:00
q66
27bab63c6b linux5.8: remove 2020-12-11 21:35:00 +01:00
Leah Neukirchen
d519de06f0 skaffold: update to 1.17.2. 2020-12-11 21:09:38 +01:00
Érico Rolim
74670853ec imv: create symlinks for man pages.
imv-x11.1: copy of imv.1, to avoid man.voidlinux.org issues where it's
clobbered by imv.1 from renameutils.

imv-wayland.1: symlink to imv-x11.1.
2020-12-11 15:52:18 -03:00
Peter Bui
4123f14e9f
rpi-firmware: update to 20201123.
rpi-firmware-network (subpackage of linux-firmware) now provides the
necessary wifi blobs, so rpi-firmware no longer includes them and now
depends on rpi-firmware-network.

Closes: #26939 [via git-merge-pr]

Signed-off-by: Piraty <piraty1@inbox.ru>
2020-12-11 19:47:35 +01:00
Peter Bui
2a2c456e5e
linux-firmware: move Raspberry Pi firmware files to rpi-firmware-network
Now that linux-firmware-network provides the necessary wifi blobs for
the Raspberry Pi, we can remove them from rpi-firmware and provided them
in a new rpi-firmware-network subpackage.

The linux-firmware-network subpackage is modified so that only the brcm
not related to the Raspberry Pi is included.
2020-12-11 19:46:34 +01:00
Érico Rolim
e065ac229d pam-base: update to 0.4, adopt.
Remove pam_tally from system-login. The pam_tally module is deprecated
as of PAM 1.4.0 and was removed on PAM 1.5.0.

Remove pam_lastlog optional, since it's no longer built on musl and
conflicts with the logs recorded by login(1).

Remove pam_ck_connector, since it's no longer provided.

Fix license name.
2020-12-11 15:34:17 -03:00
Érico Rolim
a5ed5f551c shutils/chroot.sh: fix syslog configuration.
The file was created in chroot_prepare(), but the configuration
directory was being cleaned in chroot_sync_repodata(). This commit moves
the configuration to after the directories are created.

Fixes #25534
2020-12-11 15:25:39 -03:00
Érico Rolim
1cf29bf49b cairomm: update to 1.14.2.
Switch to meson build style, fix update file, xlint.
2020-12-11 15:22:54 -03:00
Jürgen Buchmüller
3e84c432be libevdevPlus: fix build w/ musl-1.2.1 (time64) 2020-12-11 16:58:53 +01:00
Jürgen Buchmüller
d00a96d444 libmanette: fix build w/ musl-1.2.1 (time64) 2020-12-11 16:42:34 +01:00
Jürgen Buchmüller
97e4a9da8e evemu: fix build w/ musl-1.2.1 (time64) 2020-12-11 16:19:08 +01:00
Andrew J. Hesford
ef11021cd2 python-cryptography: enable previously ignored tests
Replacing the outdated and broken python{,3}-iso-8601 with the new
python{,3}-iso8601, the preferred provider for cryptography, allows
previously failing tests to pass.
2020-12-11 10:06:37 -05:00
Andrew J. Hesford
2ff1563f92 New package: python-iso8601-0.1.13 2020-12-11 10:06:37 -05:00
Andrew J. Hesford
c3494cab1e python-iso-8601: drop package
The homepage listed on the PyPI site returns NXDOMAIN, the PyPI release
is two years old, and it fails to parse valid ISO-8601 date strings (as
seen when trying to run tests in python-cryptography).
2020-12-11 10:06:37 -05:00
Érico Rolim
9343235f86 ninja: update to 1.10.2.
- use python3 to build
- update distfile location (it redirected to ninja-build/ninja)
2020-12-11 11:53:50 -03:00
Jürgen Buchmüller
4206a9b0d4 evtest: fix build w/ musl-1.2.1 (time64) 2020-12-11 15:36:52 +01:00
Frank Steinborn
e142f35cd2 htop: update to 3.0.3. 2020-12-11 15:05:10 +01:00
Frank Steinborn
46b0aedf3d xprop: update to 1.2.5. 2020-12-11 15:04:57 +01:00
Frank Steinborn
f9b9870e63 remmina: update to 1.4.10. 2020-12-11 15:04:38 +01:00
Frank Steinborn
018bae659f git-team: update to 1.5.2. 2020-12-11 15:04:20 +01:00
Piraty
d75b573419 podman: update to 2.2.1. 2020-12-11 14:35:19 +01:00
Frank Steinborn
7788358b8a chatty: update to 0.13.1. 2020-12-11 13:53:02 +01:00