Commit Graph

138600 Commits

Author SHA1 Message Date
Urs Schulz cdc8523735 terminus-font: update to 4.49.
Also build otb files for pango
2020-12-28 02:51:44 -03:00
Érico Rolim 1a19a11954 elinks: update to 0.14.0, switch upstream. 2020-12-28 02:47:15 -03:00
Érico Rolim eb69bdf6bd pcsx2: put data files in /usr/lib$wordsize.
This allows it to access its data files in multilib setups.

Also clean up and organize the rest of the configure_args; SDL2_API was
being set twice.
2020-12-28 02:46:56 -03:00
Nathan Owens 0fb1f78b1f pulseeffects: update to 4.8.4 2020-12-28 02:33:07 -03:00
Peter Bui f08cd9831d polybar: include example config
Fixes #27464
2020-12-28 01:52:59 -03:00
Andrew J. Hesford 68f1b95dd6 libheif: update to 1.10.0. 2020-12-27 21:21:19 -05:00
Érico Rolim fa336f735a aspell-pl: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim 7c9c4a2801 aspell-cs: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim 858edf6cd4 aspell-en: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim 4e3ef4f18e aspell-fr: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim ddebe60290 aspell-el: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim d22531b3e4 aspell-de: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim 3881167397 aspell-ru: rebuild for forced 32bit hash function in aspell. 2020-12-27 22:31:15 -03:00
Érico Rolim 8a9c5d8b1d aspell: force 32-bit dictionaries for all archs.
Given [1] and that we cross build dictionary packages for 32bit archs on
64bit hosts, the generated dictionaries aren't usable on the 32bit
systems. It is therefore necessary to compile aspell in its 32bit mode,
which will make it possible to cross build dictionaries between
supported architectures, as long as they have the same endianness.

Furthermore, upstream recommends using 32bit hashes, since the 64bit
ones are completely unnecessary [2].

It should be noted that dictionaries were previously completely broken
for 32-bit cross compiled targets (currently, arvm6l and armv7l).

[1] http://aspell.net/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
[2] https://lists.gnu.org/archive/html/aspell-devel/2020-12/msg00001.html
2020-12-27 22:31:15 -03: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 12694050dd ccls: fix cross build 2020-12-28 07:03:19 +07:00
Nathan Owens 53d6ae4234 ccls: update to 0.20201219. 2020-12-28 06:32:12 +07:00
Jürgen Buchmüller 893a6a2809 libgnomekbd: needs (may need) automake 2020-12-27 23:10:23 +01:00
Andrew J. Hesford c3bf24d0ab shotwell: update to 0.31.3. 2020-12-27 16:53:19 -05:00
Jürgen Buchmüller a8ea5af10b tesseract-ocr: fix update check 2020-12-27 22:49:07 +01:00
Jürgen Buchmüller f0498d4aee lightzone: update to 4.2.2 2020-12-27 22:43:08 +01:00
Kyra Zimmer 8b1c6efaf8 arduino: update to 1.8.13. 2020-12-27 21:29:41 +01:00
Érico Rolim b3dfaf148b musl: fix ldd symlink for multilib systems.
Also allows it to be called in any situation, not only when
/usr/lib/libc.so is indeed musl.

Not increasing revision, since this isn't an urgent fix.
2020-12-27 21:00:12 +01:00
Érico Rolim cdfd0921d2 base-files: revbump so package is re-installed on users' devices.
Some of our ROOTFS images and containers deleted the /usr/lib{32,64}
symlinks while being built, which could lead to breakage now that glibc
has been configured to look into those directories instead of /usr/lib
(see 31692b761 and a128060e4), if no update for base-files had happened
in the meantime.

As a precaution, a base-files update will set up the symlinks
appropriately and protect users of said images.
2020-12-27 16:27:26 -03:00
q66 2b794895a9 tg_owt: broken on big endian 2020-12-27 19:29:21 +01:00
q66 3ceed4624b uhd: needs 128-bit atomics, so use libatomic on ppc64 too 2020-12-27 19:28:04 +01:00
Jürgen Buchmüller 4620d3829b ibus: update to 1.5.23; add automake to hostmakedepends
Also remove build options for gir and vala as both are always required.
2020-12-27 19:22:34 +01:00
Leah Neukirchen e2bbe63a3a dav: update to 0.9.0. 2020-12-27 18:30:10 +01:00
Jürgen Buchmüller 292fc3d740 GPaste: needs (may need) automake
Also remove the build options for gir and vala as they are
required for dependencies anyway.
Needs autotools just like gnome-autoar does when built with
newer kernel headers, musl-1.2.1, and cross toolchain changes.
2020-12-27 17:55:38 +01:00
Đoàn Trần Công Danh b4391a6c57 orage: don't build xfce4-panel-plugins
orage requires 1.0 API, which is gone.
2020-12-27 23:25:33 +07:00
Đoàn Trần Công Danh 9be148c3ea xfce4-dev-tools: depends on glib-devel
/usr/share/aclocal/xdt-i18n.m4:50 AM_GLIB_GNU_GETTEXT
2020-12-27 23:25:10 +07:00
Duncaen 44149ca9d8
harfbuzz: update to 2.7.4. 2020-12-27 17:23:44 +01:00
Đoàn Trần Công Danh 77f4ee68fb garcon: fix cross build 2020-12-27 22:24:21 +07:00
Đoàn Trần Công Danh d7b833129a camlp5: fix build 2020-12-27 22:03:18 +07:00
Đoàn Trần Công Danh 8c32d55744 xfce4-dev-tools: fix cross build 2020-12-27 22:01:45 +07:00
Đoàn Trần Công Danh 11620b1cae urh: rebuild against uhd-4.0.0.0 2020-12-27 21:30:43 +07:00
Đoàn Trần Công Danh 204a74a4a0 gnuradio-osmosdr: rebuild against uhd-4.0.0.0 2020-12-27 21:30:43 +07:00
Đoàn Trần Công Danh c581090741 gnuradio: rebuild against uhd-4.0.0.0 2020-12-27 21:30:43 +07:00
Đoàn Trần Công Danh 38ceb237ea SoapyUHD: rebuild against uhd-4.0.0.0 2020-12-27 21:30:43 +07:00
Đoàn Trần Công Danh e6daac75c2 uhd: update to 4.0.0.0. 2020-12-27 21:30:43 +07:00
Helmut Pozimski eee4b37222 wine: update to 6.0rc4. 2020-12-27 15:06:09 +01:00
Helmut Pozimski 94e9dcfedd linux5.4: update to 5.4.85. 2020-12-27 15:06:09 +01:00
Peter Bui 67650dc2d0 xfce4: update to 4.16.0. 2020-12-27 21:04:10 +07:00
Peter Bui 977977b490 mousepad: update to 0.5.1. 2020-12-27 21:04:10 +07:00
Peter Bui 1d99ac07e6 xfce4-terminal: update to 0.8.10. 2020-12-27 21:04:10 +07:00
Peter Bui b71e7e723b xfce4-power-manager: update to 4.16.0. 2020-12-27 21:04:10 +07:00
Peter Bui da31f1a894 xfce4-appfinder: update to 4.16.0. 2020-12-27 21:04:10 +07:00
Peter Bui bdf9f87c1e xfce4-session: update to 4.16.0. 2020-12-27 21:04:10 +07:00
Peter Bui 413355ffe1 xfce4-settings: update to 4.16.0. 2020-12-27 21:04:10 +07:00
Peter Bui b1140d17c8 xfwm4: update to 4.16.0. 2020-12-27 21:04:10 +07:00