Commit graph

156760 commits

Author SHA1 Message Date
Đoàn Trần Công Danh
fea3902d41 minetest: add missing makedepends 2022-01-12 15:33:39 +07:00
Evgeny Ermakov
269330e482 socat: update to 1.7.4.3.
See the following upstream commits:
  - https://repo.or.cz/socat.git/commit/ffa09eac003f00767147db5ae69134966fa0ded8
  - https://repo.or.cz/socat.git/commit/967e2b24b5318f26aedc4cafce6e0ef11c187bb1
2022-01-11 18:01:22 -03:00
J Farkas
8516d16e55 wxWidgets: fix whitespace in patches.
Tweak the wxWidgets patches so that they apply cleanly to Makefile.in

Closes: #34963 [via git-merge-pr]
2022-01-11 17:39:25 -03:00
Frank Steinborn
972f6bf85c ckb-next: get rid of pulseaudio dependency.
As pipewire gets more common, it makes no sense to hard-depend on
pulseaudio anymore and it was a bad idea anyway.
2022-01-11 17:38:30 -03:00
mobinmob
a00d4847ad cinnamon-translations: update to 5.2.2. 2022-01-11 17:37:33 -03:00
mobinmob
9ff66e745a cinnamon-control-center: update to 5.2.1. 2022-01-11 17:37:33 -03:00
mobinmob
6d34153f90 cinnamon: update to 5.2.7. 2022-01-11 17:37:33 -03:00
Evgeny Ermakov
4b705c1f28 fasm: update to 1.73.29. 2022-01-11 17:27:37 -03:00
flupe
479e59bbfd Waybar: update to 0.9.9. 2022-01-11 17:27:23 -03:00
Nathaniel Barragan
6ee46b289b hydroxide: update to 0.2.21. 2022-01-11 17:01:16 -03:00
Evgeny Ermakov
6d94fc2344 libtd: update to 1.8.0. 2022-01-11 17:00:44 -03:00
Andrei
09b68793f4 upwork: update to 5.6.10.0 2022-01-11 16:59:17 -03:00
newbluemoon
7a6fd00faa nootka: update to 2.0.2 2022-01-11 16:36:18 -03:00
Evgeny Ermakov
02d1a3f505 iputils: update to 20211215. 2022-01-11 16:35:20 -03:00
Benjamín Albiñana
03501507c7 you-get: update to 0.4.1555. 2022-01-11 16:23:23 -03:00
glaulher
b414541147 imlib2: update to 1.7.5.
imlib2-config no longer exists, upstream now uses pkg-config
exclusively.

Closes: #34984 [via git-merge-pr]
2022-01-11 16:21:55 -03:00
Duncaen
3c59460da5
syncthing: update to 1.18.6. 2022-01-11 20:14:50 +01:00
cinerea0
2c55e7e898 dua-cli: update to 2.16.0 2022-01-11 16:03:56 -03:00
clyhtsuriva
8f4613f32e rocksndiamonds: update to 4.3.0.3 2022-01-11 19:57:58 +01:00
mobinmob
9f5a4855a4 rssguard: update to 4.1.2. 2022-01-11 15:46:14 -03:00
Evgeny Ermakov
6502740843 atop: update to 2.7.1. 2022-01-11 15:45:27 -03:00
Benjamín Albiñana
b1bfb2e17b homebank: update to 5.5.4. 2022-01-11 15:43:10 -03:00
Gonzalo Tornaría
1d096e987e srcpkgs/: Switch templates from git:// to https://
As of today github no longer accepts `git://` so we switch templates
that use git clone from `git://github.com/` to `https://github.com`.
2022-01-11 18:17:35 +01:00
Đoàn Trần Công Danh
2d2233e5dc milkytracker: fix build
--with-<something> is autotools flags, which is not understood by cmake.

Those features are enabled automatically if detected anyway.
2022-01-11 23:42:26 +07:00
Leah Neukirchen
f62dff8306 bpftrace: update to 0.14.1. 2022-01-11 17:07:48 +01:00
Leah Neukirchen
04ad513201 b3sum: update to 1.3.0. 2022-01-11 17:07:48 +01:00
Leah Neukirchen
8636d95ad6 git-revise: update to 0.7.0. 2022-01-11 17:07:48 +01:00
Leah Neukirchen
e63a1a21da jpm: update to 0.0.2. 2022-01-11 17:07:48 +01:00
Đoàn Trần Công Danh
14ac63db02 compton-conf: hostmakedepends+=perl 2022-01-11 23:05:41 +07:00
Đoàn Trần Công Danh
cdd8c11c0f alure: fix build against cmake 3.22.1 2022-01-11 23:03:48 +07:00
Gonzalo Tornaría
3370c5ebd1 maxima: fix #34849 and #34861
- patch maxima-sbcl so it uses gmp for arithmetic (closes #34849)
   also add libgmp to shlib_requires since it won't be detected
 - remove `nopie=yes` to fix #34861, replace by `nopie_files`
 - remove `nostrip=yes`, replace by `nostrip_files`
 - add checks for #34849 and #34861
 - run testsuite only for full check (not in CI)
 - some html and info files are shipped with source: do not rebuild
2022-01-11 16:55:28 +01:00
Gonzalo Tornaría
92720ddd33 Fix CI since github no longer accepts git:// protocol
As of today, everything fails on CI with:

```
Run common/travis/fetch_upstream.sh
Fetching upstream...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Error: Process completed with exit code 128.
```

Switching `git://` to `https://` should fix this.
2022-01-11 16:44:57 +01:00
Đoàn Trần Công Danh
0218701cee Cataclysm-DDA: fix patches' whitespace 2022-01-11 18:39:00 +07:00
Đoàn Trần Công Danh
218a33166c OpenSubdiv: add missing makedepends 2022-01-11 18:38:19 +07:00
Michal Vasilek
ad32fc535d removed-packages: remove unused dependencies
* libxslt-python
* libxml2-python
2022-01-10 23:33:38 +01:00
Michal Vasilek
03df8f0754 libxml2-python: remove package
* add python3 to dependencies of libxml2-python3
2022-01-10 23:33:38 +01:00
Michal Vasilek
0b852b64e4 libxslt-python: remove package 2022-01-10 23:33:38 +01:00
Michal Vasilek
5c93229bd8 bamf: update to 0.5.5. 2022-01-10 23:33:38 +01:00
Leah Neukirchen
e77e00244a byacc: update to 20220109. 2022-01-10 14:17:16 +01:00
Leah Neukirchen
0a8bc2598c python3-pyinfra: update to 1.6.1. 2022-01-10 14:17:16 +01:00
Đoàn Trần Công Danh
d60853f226 arcan: fix build 2022-01-10 18:16:56 +07:00
Piraty
ab0be79c23
tor: update to 0.4.6.9. 2022-01-09 22:24:15 +01:00
Enno Boland
68d604d5bb
liteide: update to 37.4.
Closes: #30410 [via git-merge-pr]
2022-01-09 22:24:15 +01:00
mobinmob
38b81aece8 rssguard: update to 4.1.1. 2022-01-09 21:02:01 +00:00
Tuxliban Torvalds
163a0449a1 st: update to 0.8.5 2022-01-09 21:00:28 +00:00
Frank Steinborn
f8ad3695b3 powertop: update to 2.14. 2022-01-09 21:43:19 +01:00
Leah Neukirchen
66c86ba98d python3-pipenv: update to 2022.1.8. 2022-01-09 16:31:29 +01:00
Leah Neukirchen
9fa6e2c4af minify: update to 2.9.27. 2022-01-09 16:31:28 +01:00
Leah Neukirchen
5b61f02ff5 xshow: ignore prereleases. 2022-01-09 16:31:28 +01:00
HiPhish
547b60b52b sbcl: Add the GNU Info manual to the base package 2022-01-09 16:27:23 +01:00