Commit Graph
9 Commits
Author SHA1 Message Date
gt7-void 1a3d080613 openblas: choose generic target for x86 and x86_64.
The current template uses DYNAMIC_ARCH=1 to get multiple versions of some
functions to support different cpus. However, it will pick up the cpu it was
compiled in as a minimum requirement for the common code.

Adding TARGET=GENERIC fixes this, now the common code is compiled for a generic cpu.

See #29604 and https://github.com/xianyi/OpenBLAS/issues/3139.
2021-03-21 10:28:29 -03:00
gt7-void 89d0646309 owncloudclient: fix #29107
Make it depend on `qt5-svg`, since it's not implied by shlib-requires.
When not installed, icons won't be displayed.
2021-03-08 00:46:51 -03:00
gt7-void 798d8b1d7c mdocml: backport patches for #9868
These patches deal with how the man page to show is selected amongst
multiple available ones. This not only addresses the issues pointed out
in #9868, but also fixes the issue where localized manpages (in
/usr/share/man/$some_locale_value) are prioritized over the default man
pages.

Fixes #9868 until a new upstream release.
Closes #13125.

Also: change template to make xlint happy

Closes: #23108 [via git-merge-pr]
2020-12-22 16:43:40 -03:00
gt7-void 795429f1a4 xbps-src: fix do_clean
It has to be run before remove_pkg_statedir.

Also, run remove_pkg_autodeps as well.
2020-11-25 23:14:29 +01:00
gt7-void 5e0026c526 lvm2: include required symlinks in device-mapper pkg 2020-09-11 15:47:03 +00:00
gt7-void 0d22e42f09 libwebp-devel: do not depend on libfreeglut-devel
Although there is a (correct) makedepends on libfreeglut-devel, it is
only needed to compile the vwebp tool, so libwebp-devel should not
depend on it. This is very relevant since libfreeglut-devel deptree
includes a lot of unnecessary stuff (mesa, wayland, X libraries, etc.)
2020-07-28 07:38:07 +00:00
gt7-void 83ee0c58cb autoconf: fix empty manpages
Need help2man as a hostmakedepends to build those
2020-07-01 12:21:10 +00:00
gt7-void 30bd10b076 terminus-font: include 75-yes-terminus.conf and license 2020-06-18 08:23:36 -05:00
gt7-void 03544d1ce7 mcpp: fix set_encoding() to understand C.UTF-8 2020-01-17 17:15:50 +01:00