Robert Karszniewicz
326fba34f9
utox: update to 0.18.0.
2020-12-07 11:45:37 -03:00
mobinmob
8cf1d116ab
growlight: update to 1.2.23.
2020-12-07 11:41:35 -03:00
mobinmob
49b915ffd3
notcurses: update to 2.0.10.
2020-12-07 11:41:35 -03:00
Duncaen
750963f96e
psftools: update to 1.0.14.
2020-12-07 15:16:59 +01:00
Đoàn Trần Công Danh
5a1f08bc62
update-check: gnome{epub-thumbnailer,passbook,podcasts}
2020-12-07 21:10:35 +07:00
Đoàn Trần Công Danh
541e694546
geary: update to 3.38.1.
2020-12-07 18:42:22 +07:00
Jürgen Buchmüller
e86818e899
flightgear: fix build w/ musl-1.2.1 (time64)
2020-12-07 07:52:56 +01:00
Sora Morimoto
4d0079c993
tflint: update to 0.21.0
...
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-12-07 03:20:29 -03:00
Érico Rolim
f3d06c1c23
zita-at1: fix resource location.
...
It install resources in /usr/share, but was built with
PREFIX=/usr/local/share. This commit passes PREFIX=/usr during build
time to fix that.
Also:
- Use vsed instead of sed
- Remove unnecessary sed for -march=native, issue now fixed in the
gnu-makefile style
Fixes #27002 .
2020-12-06 22:03:54 -03:00
Érico Rolim
2325ae153b
common/build-style/gnu-makefile: pass CXXFLAGS in make invocation.
2020-12-06 22:03:54 -03:00
Đoàn Trần Công Danh
b45cdf949c
seahorse: update to 3.38.0.1.
2020-12-07 07:12:26 +07:00
Jürgen Buchmüller
efa4300fe6
stack: fix build
2020-12-06 22:17:19 +01:00
Jürgen Buchmüller
dea425cf97
db: patch to always use time_t for tv_nsec
2020-12-06 21:59:31 +01:00
Leah Neukirchen
b19293a2f3
rex: update to 1.13.2.
2020-12-06 18:21:04 +01:00
Leah Neukirchen
9a986f78b6
kismet: update to 2020.12.R2.
2020-12-06 18:20:22 +01:00
Leah Neukirchen
7154cda708
fzf: update to 0.24.4.
2020-12-06 18:16:14 +01:00
Jürgen Buchmüller
a5fddc49ef
xboxdrv: fix build w/ musl-1.2.1 (time64)
2020-12-06 18:12:58 +01:00
Jürgen Buchmüller
5a0e8a934c
x11vnc: fix build w/ musl-1.2.1 (time64)
2020-12-06 18:10:00 +01:00
Duncaen
11692f7df2
openradtool: update to 0.11.2.
2020-12-06 15:31:46 +01:00
Duncaen
9e2f629688
mlocate: add updatedb.conf.5 alternative
2020-12-06 15:31:46 +01:00
Imran Khan
5c9ee7ab74
fselect: update to 0.7.2.
2020-12-06 13:53:23 +01:00
Peter Bui
6cd10e670d
python3-Markdown: update to 3.3.3.
2020-12-06 13:53:06 +01:00
Peter Bui
9e1cc37348
python3-Telethon: update to 1.18.2.
2020-12-06 13:52:51 +01:00
Jürgen Buchmüller
f726568a7a
antimicrox: fix build w/ musl-1.2.1 (time64)
2020-12-06 11:38:59 +01:00
Jürgen Buchmüller
e8f2bc9472
allegro5: fix build w/ musl-1.2.1 (time64)
2020-12-06 11:38:39 +01:00
Đoàn Trần Công Danh
ec261e858a
gnome-passwordsafe: update to 4.0.
2020-12-06 16:49:24 +07:00
Đoàn Trần Công Danh
9f104ec07f
python3-pykeepass: update to 3.2.1.
2020-12-06 16:49:24 +07:00
Đoàn Trần Công Danh
dc0d3a69b4
python3-construct: update to 2.10.54.
2020-12-06 16:49:24 +07:00
Jürgen Buchmüller
721656c62d
xf86-input-mtrack: fix build w/ musl-1.2.1 (time64)
2020-12-06 10:35:31 +01:00
Jürgen Buchmüller
c6f26c4b55
xf86-input-synaptics: fix build w/ musl-1.2.1
...
Graceful transition to 64 bit time.
2020-12-06 10:35:16 +01:00
q66
095bf4734c
cross-profiles/aarch64: remove nonsense that does not belong
...
????
2020-12-06 06:01:07 +01:00
q66
f6b93a8d1d
aircrack-ng: remove obsolete -mno-altivec removal
2020-12-06 05:51:32 +01:00
q66
fd31f6ea65
grub: use -mno-altivec explicitly on ppc32 as well
...
this is not really necessary by default, but might be useful for
people who explicitly add altivec in their custom cflags, as they
would otherwise get a broken grub core
2020-12-06 05:51:32 +01:00
q66
04cc60aff1
pixman: remove LTO disable for ppc32
...
now that we no longer use -mno-altivec, it should work; the
optimized paths will get compiled with -maltivec and the whole-lib
LTO pass will no longer complain about altivec code with -mno-altivec
2020-12-06 05:51:32 +01:00
q66
1e86562c72
cross-profiles: do the same as for build-profiles for ppc
2020-12-06 05:51:32 +01:00
q66
29255b0244
build-profiles: drop unnecessary cflags for ppc
...
we don't need to specify -mcpu where compiler default is used,
preserve mtune though; do not -mno-altivec on ppc since altivec
is not default in the first place and doing this will just
break random things that explicitly enable altivec for runtime
checked code; do not use -maltivec on either ppc64le or ppc64
since it's implied by their -mcpu's (power8 for ppc64le which
is implicit, and 970 for ppc64 which is explicit)
also remove -mlong-double-64 for musl targets as that's compiler
default and it's not necessary to pass it; also remove -mabi=elfv2
for both ppc64le and ppc64 since it's implied default
2020-12-06 05:51:31 +01:00
Andrew J. Hesford
4b6da45af2
python-pip: restore package, update to 20.3.1.
...
python3-pip: merge back into python-pip template.
This reverts commit 2cae61c368
.
2020-12-05 22:17:38 -05:00
HadetTheUndying
915618d661
sharenix: update to 0.12.0a.
2020-12-05 23:29:59 -03:00
Nathan Owens
6428aed5fa
python3-jeepney: update to 0.6.0
...
Add tests
2020-12-05 21:36:33 -03:00
Nathan Owens
b410025945
acr: update to 1.9.4
2020-12-05 20:55:56 -03:00
Jan Christian Grünhage
dd76855923
QLC+: update to 4.12.3.
2020-12-05 20:55:08 -03:00
Nathan Owens
05529c005d
bmake: update to 20201117
2020-12-05 20:46:38 -03:00
Leah Neukirchen
3c58a7c3ed
k9s: update to 0.24.2.
2020-12-05 23:47:18 +01:00
Leah Neukirchen
a45d5cd9aa
fio: update to 3.25.
2020-12-05 23:47:18 +01:00
Leah Neukirchen
e7c7174319
skaffold: update to 1.17.1.
2020-12-05 23:47:18 +01:00
Leah Neukirchen
7fb620e43b
qed: update to 1.0.1.
2020-12-05 23:47:18 +01:00
Leah Neukirchen
0beaa45a98
ugrep: update to 3.0.6.
2020-12-05 23:47:18 +01:00
Nathan Owens
edf41c0803
uncrustify: update to 0.72.0.
2020-12-05 19:40:25 -03:00
travankor
5950b8e4f3
adriconf: update to 2.4.
2020-12-05 19:34:22 -03:00
Roberto Ricci
abf0927e08
djvulibre: update to 3.5.28
2020-12-05 17:46:44 -03:00