Commit graph

137844 commits

Author SHA1 Message Date
John
b2aec35218 kdeclarative: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
d42a359d11 kdbusaddons: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
363fa7b811 kdav: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
23639540f2 kcrash: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
dd109d4582 kcoreaddons: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
88007411ff kcontacts: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
37a0e82455 kconfigwidgets: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
3a52b86e1f kconfig: update to 5.77.0
[ci skip]
2020-12-14 18:12:15 +01:00
John
290d9286aa kcompletion: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
f84db7c3aa kcodecs: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
c3c4fc838c kcmutils: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
0d5ab4d24c kcalendarcore: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
599c896d89 kbookmarks: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
2ddaae3c66 kauth: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
1897066715 karchive: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
c4fe558345 kapidox: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
55191734af kactivities5: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
9671ca4f54 kactivities5-stats: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
fa5b8f3df3 frameworkintegration: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
a80b3f95aa extra-cmake-modules: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
b45c68adde breeze-icons: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
d4fdde6148 bluez-qt5: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
0f780d0aba baloo5: update to 5.77.0
[ci skip]
2020-12-14 18:12:14 +01:00
John
0071dca325 attica: update to 5.77.0
[ci skip]
2020-12-14 18:12:13 +01:00
Duncaen
2b40be68a5
cppcheck: update to 2.3. 2020-12-14 17:13:18 +01:00
Duncaen
63e8d2ce3a
lowdown: update to 0.7.5. 2020-12-14 16:18:58 +01:00
Jürgen Buchmüller
d6b5810750 io.elementary.music: fix build 2020-12-14 15:56:03 +01:00
Jürgen Buchmüller
3927a70382 input-utils: fix build w/ musl-1.2.1 (time64) 2020-12-14 15:44:04 +01:00
Peter Bui
9892a76757 polybar: update to 3.5.2.
Remove unneeded post_extract (tested cross-build).
2020-12-14 11:41:03 -03:00
Jürgen Buchmüller
285e2374c0 pyhton-evdev: fix build w/ musl-1.2.1 (time64) 2020-12-14 14:53:46 +01:00
Joey
6a1c24f88f New package: pcaudiolib-1.1 2020-12-14 10:36:03 -03:00
Kartik Singh
bc24118fa4 scite: use gtk+3 2020-12-14 12:56:41 +01:00
Leah Neukirchen
a08a3c5e2c python3-pyinfra: update to 1.3. 2020-12-14 10:36:48 +01:00
Leah Neukirchen
f99b6b3e26 janet: update to 1.13.1. 2020-12-14 10:36:48 +01:00
Leah Neukirchen
a5083c6c7f dwdiff: update to 2.1.4. 2020-12-14 10:36:48 +01:00
Neel Chotai
f9378d57ed bottom: update to 0.5.1.
Closes: #26681 [via git-merge-pr]
2020-12-14 00:41:44 -03:00
Érico Rolim
51048f573a libaom: split tests by duration. 2020-12-14 00:18:04 -03:00
Érico Rolim
d946fe791d .github/workflows: run tests on CI for native builds.
Also:
- fix "list contents" step by adding a fetch-xtools step.
- remove git from masterdir to not interfere with builds (thanks @sgn)
2020-12-14 00:18:04 -03:00
Érico Rolim
b8044ce629 common/travis/build.sh: add argument for running tests.
Also use nproc(1) directly and remove FTP_RETRIES.
2020-12-14 00:18:04 -03:00
Érico Rolim
8dfcf8b7a0 common/travis/fetch-xtools: make it work inside masterdir. 2020-12-14 00:18:04 -03:00
Érico Rolim
83cc290601 xbps-src: add -K option for running the full testsuite.
Some packages have rather long test suites, with an option for a shorter
one. With this option, one can choose between shorter tests (-Q) or the
complete longer ones (-K).

This also allows CI to run only the shorter testsuites.

Make the appropriate changes to etc/default.conf and Manual.md as well.
2020-12-14 00:18:04 -03:00
q66
fdf3fef491 PopCorn: switch to gccgo
this will enable it for all possible archs
2020-12-14 04:15:49 +01:00
q66
75a4f91cc1 linux5.9: update to 5.9.14 2020-12-14 04:02:39 +01:00
Đoàn Trần Công Danh
3996821f07 99-pkglint-subpkgs: correct for multiline subpackages
As discussing in [1], on template with "subpackages" as multilines will
report false positive on some packages will never be built.

There're multiple problems here:

- expanded "subpackages" will have an empty line if it has a newline
  inside template
- "sed" expression couldn't work with multilines "subpackages"

Let's not quote "$subpkgs" and "$subpackages" in "printf" to let the
shell do expansion and trim the empty lines for us. And rewrite the
"sed" expression to work with multilines "subpackages"

[1]: https://github.com/void-linux/void-packages/pull/26939#issuecomment-739098547
2020-12-14 09:35:02 +07:00
Benjamin Slade
29722b3a52 youtube-dl: update to 2020.12.14 2020-12-13 23:06:28 -03:00
q66
099f84cf95 bibletime: restrict java heap size on 32-bit hosts
this fixes build on ppc-musl at very least, where it fails to
reserve heap memory with the default numbers
2020-12-14 03:02:16 +01:00
Đoàn Trần Công Danh
7dd89d0df3 GitHub Action: install xtools for "show files" step 2020-12-14 08:17:44 +07:00
Karl Nilsson
fe59f69f3b python3-zeroconf: update to 0.28.7. 2020-12-13 22:17:15 -03:00
Karl Nilsson
e45a777944 python3-trimesh: update to 3.8.18. 2020-12-13 22:17:05 -03:00
Nathan Owens
be69f39b4e indicator-doom-cpu: Unmark nocross 2020-12-13 21:14:17 -03:00