Commit graph

5390 commits

Author SHA1 Message Date
John 0caccad4cc build-style/void-cross: fix build with 5.10 kernel headers 2021-01-20 15:24:37 +01:00
q66 2d80cf4c49 build-style/void-cross: enable patching binutils 2021-01-20 15:24:32 +01:00
q66 761b378854 build-style/go: drop 32-bit ppc from gccgo
this will always give us trouble, and probably is not worth
supporting
2021-01-20 14:14:39 +01:00
John 8024e29364 gcc: update to 10.2.1pre1.
Changed by q66:

we're now using an upstream snapshot from alpine; this should
allow us to get an assortment of regression fixes without having
to patch them in

also libssp fixes for musl, and typo fixes for libstdc++-devel
pkg function

also drop gccgo on 32-bit powerpc

Co-authored-by: q66 <daniel@octaforge.org>
2021-01-20 14:14:26 +01:00
q66 cb804fbf85 xbps-src: remove noarch 2021-01-20 13:09:59 +01:00
Olaf Mersmann 0d8589f193 shutils/chroot.sh: create symlink for /etc/localtime
Currently /etc/localtime is copied from the host to the chroot. Some
software expects /etc/localtime to be a symbolic link it can read to
determine the name of the time zone, so set up the expected link
structure.
2021-01-19 22:13:26 -03:00
Olaf Mersmann 58644a2318 options.description: describe openblas option 2021-01-19 20:16:02 -03:00
UsernameRandomlyGenerated a47f96056b kid3: update to 3.8.4 2021-01-19 19:46:26 -03:00
fosslinux 1d74fb6d7b common/build-style/texmf.sh: various improvments.
- do_check (ownership check): only check against latest version of
  package.
- Add comments.
2021-01-19 19:46:52 +01:00
Leah Neukirchen 985d6c9475 janet: update to 1.14.1. 2021-01-19 15:49:35 +01:00
Érico Rolim d7ff592cbc caribou: add fix for crash observed in cinammon-screensaver.
https://github.com/linuxmint/cinnamon-screensaver/issues/354

Also clean wrong and repeated entry from shlibs.
2021-01-18 16:34:31 -03:00
Đoàn Trần Công Danh 2d1e6ccf85 New package: pam_wrapper-1.1.3 2021-01-18 21:18:11 +07:00
Đoàn Trần Công Danh 26e23d4f39 New package: libfprint0-1.0 2021-01-18 21:18:11 +07:00
Đoàn Trần Công Danh 326fbe95b0 libfprint: update to 1.90.7. 2021-01-18 21:18:11 +07:00
Johannes eae3e34b85 radare2: update to 5.0.0.
also switch to meson
2021-01-17 12:06:44 +01:00
UsernameRandomlyGenerated 9863df751a usbguard: update to 1.0.0 2021-01-17 01:24:00 +01:00
q66 e44dfff752 build-style/void-cross: explicitly enable plugins in binutils
this is already enabled implicitly based on checks, but might as
well make it explicit; it does not actually make any practical
difference though
2021-01-13 21:02:05 +01:00
Andrew Benson b0296b1252 common/build-style/qmake: fix variable name 2021-01-12 13:04:49 -06:00
Jürgen Buchmüller 6006e664f1 geda: update to 1.10.2 2021-01-12 08:20:39 +01:00
Andrew J. Hesford 268425a292 libupnp1.8: remove package 2021-01-11 23:15:58 -05:00
Alexander Gehrke 3a544ba709 libupnp: update to 1.14.0.
Closes #27829.
2021-01-11 23:02:31 -05:00
Đoàn Trần Công Danh bfb20bfe20 xnoise: remove package
- Unmaintained for more than 6 years
- Crash on start up on musl
- reported hanging on glibc
2021-01-12 07:13:40 +07:00
Andrew Benson 144aefc6de nvidia390: update to 390.141. 2021-01-11 13:06:30 -06:00
Andrew Benson 9c820a9e24 nvidia340: remove 2021-01-09 16:57:18 -06:00
q66 4aa3de803b libucontext: update to 1.0 2021-01-09 22:55:17 +01:00
Đoàn Trần Công Danh 04825ced01 hooks: abort if l10n files found in /usr/lib 2021-01-09 13:11:27 +07:00
Andrew Benson 6e99a6245f New package: libsixel-1.8.6
Closes #27475.
2021-01-08 21:41:04 -06:00
Đoàn Trần Công Danh c0030b8541 gtkhtml: remove package 2021-01-08 07:30:53 +07:00
q66 f2f3c6661b build-style/void-cross: unify binutils options with template a bit 2021-01-07 16:42:47 +01:00
John 5884118e3a shutils/show.sh: never show self deps for depends
xbps-src always ignore self deps in depends and in hostmakedepends
when not cross compiling. The old behaviour did only check for cross.
This now also ignores them in makedepends, but they are either way
disallowed in there, and returning an error would be correct, but
./xbps-src show-* is and never was suitable for linting, so ignore for now.
2021-01-06 21:19:46 +01:00
Andrew J. Hesford cf24486c61 qhull: update to 2020.2.
Closes: #27082.
2021-01-06 11:07:38 -05:00
Helmut Pozimski 10a584b5db libfilezilla: update to 0.26.0. 2021-01-05 19:50:21 +01:00
Andrew J. Hesford 6f0dda0a07 samba: update to 4.13.3.
Also revert private lib changes in da2cea569c
that seem to break some installations.

Fixes #27565.
2021-01-04 22:41:12 -05:00
Đoàn Trần Công Danh 6547bbb473 freetype: clean XBPS_CROSS_TRIPLET reference in freetype-config
* $XBPS_CROSS_TRIPLET-pkg-config is our wrapper not a real executable
* In a build that have both freetype-config and pkg-config,
  $XBPS_CROSS_BASE will be prepended twice with current system,
  let's fix it.
2021-01-05 06:41:36 +07:00
q66 5922df60c7 xbps-src: make sure to apply FFLAGS properly like CFLAGS 2021-01-03 14:11:02 +01:00
q66 210a2823ef common/build-style: add void-cross
this introduces a new build-style void-cross, which can be used
to write system crosstoolchain templates; this is to reduce the
amount of maintenance, resolve existing problems with the cross
toolchain templates and remove repeated code
2020-12-31 23:48:57 +01:00
Duncaen 7480baed23
MEGAsdk: update to 3.7.3c. 2020-12-31 15:55:47 +01:00
John 31e4259c1c common: Add new cmake-wxWidgets-gtk3 build-helper 2020-12-30 17:58:36 +01:00
John 98f239edf8 build-style/cmake.sh: remove handeling of wxWidgets when cross compiing
This can be potentially broken, and the preffered way is to just set the WX_CONFIG env variable
2020-12-30 17:58:36 +01:00
Duncaen 3eed75216c xbps-src: remove proot chroot-style
proot is broken and result in random hard to debug issues,
this is the best way to not have new users use it.
2020-12-29 23:02:16 -08:00
Đoàn Trần Công Danh bd62ff8580 99-pkglint-subpkgs: replace grep with case..esac
On experience with 100 subpkgs, this change reduces execution time from
284ms to 4ms

Closes: #27137 [via git-merge-pr]
2020-12-29 22:46:59 -08:00
mobinmob 14280bfad9 spdx-licenses-list: update to 3.11.
Closes: #27509 [via git-merge-pr]
2020-12-29 22:31:01 -08:00
John 29f51df388 kImageAnnotator: update to 0.4.0. 2020-12-28 13:39:27 +01:00
Érico Rolim de99c9693f environment/configure/gnu-configure: always include configure_args from
template last.

This makes sure that anything set in templates will override the
defaults.
2020-12-27 22:31:15 -03:00
Đoàn Trần Công Danh e6daac75c2 uhd: update to 4.0.0.0. 2020-12-27 21:30:43 +07:00
mobinmob bb6ad89b1c oblibs: update to 0.1.1.1. 2020-12-26 12:42:04 -03:00
Jürgen Buchmüller 1712ff8d84 crypto++: update to 8.3.0
Upstream switched version numbering to major, minor, patchlevel and
decided to delimit them by underscores.
2020-12-26 00:23:38 +01:00
Jürgen Buchmüller 70d624094a ceres-solver: update to 2.0.0
There's an solib version bump yet none of Void's packages depends on it.
2020-12-25 22:38:10 +01:00
Érico Rolim b6e7863cbd .github/workflows: add script to check that packages can still be
installed.

This will allow us to confirm the repository's staging state in CI.
2020-12-23 16:14:53 -03:00
Đoàn Trần Công Danh aa45e517ab gtk4: update to 4.0.0. 2020-12-23 21:16:53 +07:00