Commit graph

138896 commits

Author SHA1 Message Date
Đoàn Trần Công Danh
ea43c9393c orage: fix l10n dir 2020-12-31 21:38:34 +07:00
Đoàn Trần Công Danh
1b327ff1fe ristretto: fix l10n dir 2020-12-31 21:38:34 +07:00
Đoàn Trần Công Danh
da3524e375 parcellite: fix l10n dir 2020-12-31 21:38:34 +07:00
Đoàn Trần Công Danh
45fc3f7777 libxfce4util: fix l10n dir 2020-12-31 21:38:33 +07:00
Đoàn Trần Công Danh
49d0fc7c63 libxfce4ui: fix l10n dir 2020-12-31 21:38:33 +07:00
Đoàn Trần Công Danh
7d035b2c78 xfburn: fix l10n dir 2020-12-31 21:38:33 +07:00
Đoàn Trần Công Danh
e1108ef4e5 xfwm4: fix l10n dir 2020-12-31 21:38:33 +07:00
Đoàn Trần Công Danh
20ce155c00 xfdesktop: fix l10n dir 2020-12-31 21:38:33 +07:00
Đoàn Trần Công Danh
bf2e7a7905 xfconf: fix l10n dir 2020-12-31 21:38:33 +07:00
Đoàn Trần Công Danh
2d5316397e xfce4-terminal: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
50079d95dd xfce4-taskmanager: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
c194bb95bc xfce4-settings: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
96e2e8be0e xfce4-session: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
f4da849eaa xfce4-screenshooter: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
7540089765 xfce4-power-manager: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
621a8919e8 xfce4-panel: fix l10n dir 2020-12-31 21:38:32 +07:00
Đoàn Trần Công Danh
2265c4a0f3 xfce4-notifyd: fix l10n dir 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
d9970a0ece xfce4-dict: fix l10n dir 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
9dc1142b39 xfce4-appfinder: fix l10n dir 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
c47110a33b tumbler: fix l10n dir 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
776760f1ec thunar-volman: fix l10n dir 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
32e476dd7d mousepad: fix l10n dir 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
c656d741cd garcon: fix l10n location 2020-12-31 21:38:31 +07:00
Đoàn Trần Công Danh
41f9128668 parole: fix l10n location 2020-12-31 21:38:30 +07:00
Đoàn Trần Công Danh
311e86c3fd exo: fix l10n location 2020-12-31 21:38:30 +07:00
Duncaen
c871ca6b91
youtube-viewer: update to 3.8.1. 2020-12-31 15:03:42 +01:00
Duncaen
03d520dff5
zchunk: update to 1.1.9. 2020-12-31 14:59:57 +01:00
Jürgen Buchmüller
8d95441bcf mame: work around long double on powerpc64
On powerpc64 the long double type is special in that it does not permit
a constexpr return type for a function where a long double constant and
a double constant are multiplied. Yet this is what the MAME _MHz_XTAL and
_GHz_XTAL constexpr suffixes on numbers expect from the multiplication
of a long double value with 1e6 or 1e9 respectively.

To make the code compile, knowing it will produce differing results for
e.g. 6'144'000_Hz_XTAL and 6.144_MHz_XTAL, cast the long double constant
down to double before multiplying by 1e6 or 1e9.

Do this iff the preprocessor macro _GLIBCXX_LONG_DOUBLE_COMPAT is defined.
2020-12-31 14:28:12 +01:00
Andrew Benson
3cd0d74422 inspircd: update to 3.8.1. 2020-12-31 13:04:25 +01:00
Helmut Pozimski
b30fa36f77 monero: update to 0.17.1.8. 2020-12-31 12:56:35 +01:00
Jürgen Buchmüller
8564298966 mame: update to 0.227 2020-12-31 12:40:17 +01:00
Helmut Pozimski
f6dd0e0068 linux4.19: update to 4.19.164. 2020-12-31 10:28:50 +01:00
Helmut Pozimski
4591538b85 linux5.4: update to 5.4.86. 2020-12-31 10:26:39 +01:00
Helmut Pozimski
4869efb20b perl-PDF-Builder: update to 3.021. 2020-12-31 10:22:44 +01:00
Piraty
e4bd9334a4
texstudio: update to 3.0.3. 2020-12-31 02:39:50 +01:00
Piraty
af0358da3b
xfce4-wavelan-plugin: update to 0.6.2. 2020-12-31 00:54:25 +01:00
Leah Neukirchen
e5f0e951d4 pcc-libs: use pcc to compile.
Else gcc "mis"compiles crtbegin.o and constructor code ends up in a
non-executable segment.

Closes #27149.
2020-12-31 00:19:45 +01:00
Leah Neukirchen
1af151b2b2 pcc: drop unused pcc-libs makedepends.
We build pcc with gcc (and don't bootstrap), so pcc-libs is not used.
2020-12-31 00:19:45 +01:00
Benjamin Slade
12f1b064da youtube-dl: update to 2020.12.31 2020-12-30 20:04:48 -03:00
Érico Rolim
693def5d1b CONTRIBUTING: change Travis header to CI. 2020-12-30 19:03:53 -03:00
Piotr Wójcik
fcea768596 CONTRIBUTING.md: reorder description to match process 2020-12-30 14:01:03 -08:00
Érico Rolim
9dccdc5ff4 Manual: some git info to CONTRIB, explain how to use different branch in PR. 2020-12-30 14:01:03 -08:00
Kartik Singh
e0a4157d1c mypaint-brushes: update to 2.0.2. 2020-12-30 18:50:48 -03:00
Kartik Singh
1a2f933fc6 mypaint-brushes1: update to 1.3.1. 2020-12-30 18:50:48 -03:00
John
97e86acc9a DarkRadiant: update to 2.10.0. 2020-12-30 21:09:30 +01:00
Nathan Owens
5d7d82f694 clib: update to 2.5.0. 2020-12-30 14:26:27 -05:00
Piotr Wójcik
afb07b242c tuxpaint: update to 0.9.25. 2020-12-30 20:03:09 +01:00
Piotr Wójcik
08348ceb10 tuxpaint-stamps: update to 2020.12.27. 2020-12-30 20:03:09 +01:00
Piotr Wójcik
6041e5dbb1 rinutils: update to 0.8.0. 2020-12-30 20:03:09 +01:00
Piotr Wójcik
f1fe262fef python3-pyxattr: update to 0.7.2. 2020-12-30 20:03:08 +01:00