Commit graph

143597 commits

Author SHA1 Message Date
Leah Neukirchen
a7339d71d7 spice: fix license. 2021-03-24 20:10:12 +01:00
Helmut Pozimski
3e2acfa80a filezilla: update to 3.53.1. 2021-03-24 20:08:44 +01:00
Leah Neukirchen
0fdc5f9ea3 cgit: remove openssl-devel, unused. 2021-03-24 20:07:38 +01:00
Leah Neukirchen
8d9b8f4dea coWPAtty: fix license. 2021-03-24 19:57:59 +01:00
Leah Neukirchen
8e387da5a6 NetworkManager-openconnect: fix license. 2021-03-24 19:57:59 +01:00
Helmut Pozimski
d360ef741e openra: update to 20210321. 2021-03-24 19:57:12 +01:00
Benjamín Albiñana
2d67c80e93 crispy-doom: update to 5.10.1. 2021-03-24 15:41:34 -03:00
skmpz
403ec3eebb mate-notification-daemon: update to 1.24.2. 2021-03-24 13:35:17 -03:00
Leah Neukirchen
852ae20bd2 ugrep: update to 3.1.10. 2021-03-24 17:14:05 +01:00
Leah Neukirchen
7cd2bd76d1 miller: update to 5.10.2. 2021-03-24 17:14:05 +01:00
Leah Neukirchen
ac3d229ed0 borg: update to 1.1.16. 2021-03-24 17:14:05 +01:00
Leah Neukirchen
8f62d33b6c apk-tools: update to 2.12.4. 2021-03-24 17:14:05 +01:00
Christopher Brannon
d00179fd83 go-ipfs: update to 0.8.0. 2021-03-24 12:36:29 -03:00
Christopher Brannon
74d1786aeb fs-repo-migrations: update to 1.7.1. 2021-03-24 12:36:29 -03:00
DirectorX
b24b34901a hopper: update to 4.7.2. 2021-03-24 12:35:44 -03:00
skmpz
4b4faa6387 marco: update to 1.24.2. 2021-03-24 12:34:45 -03:00
Érico Nogueira
ef81605b62 glib: update to 2.66.8. 2021-03-24 08:26:56 -03:00
Érico Rolim
039ca9ad47 weechat: generate translations and don't link against libintl.
The gnutls-devels -> gnutls -> gettext-libs chain pulled in libintl.so,
which ended up unnecessarily linked into the binary.

Ironically, no localization files were generated, because gettext wasn't
in hostmakedepends.
2021-03-24 00:51:08 -03:00
Érico Rolim
e1aa107299 gnutls: don't link against libintl in native builds.
Also remove autoreconf, not necessary for now when configure.ac isn't
being patched.
2021-03-24 00:51:08 -03:00
Érico Rolim
eb013e8c0b inkscape: don't link against libintl for native builds. 2021-03-24 00:51:08 -03:00
Érico Rolim
5b4ba4d3f4 fish: don't link against libintl. 2021-03-24 00:51:08 -03:00
Érico Rolim
cf02d11c43 gtranslator: revbump for gettext re-org. 2021-03-24 00:51:08 -03:00
Érico Rolim
e1091a5c5b gettext: reorganize so gettext-libs only ships versioned libintl.so.
Move unrelated libraries to gettext package, since they are only used by
it and by gtranslator, which will for the most part be installed
alongside gtranslator already.

The main purpose with this PR is to stop shipping unversioned libintl.so
in gettext-libs. What happens in this case is that packages built
natively for musl with localization support will have gettext in
hostmakedepends, which will lead to gettext-libs being in the host, and,
consequently, /usr/lib/libintl.so being available.

Due to CMake's FindIntl being bad, CMake projects will assume they
should use libintl.so instead of the gettext support from libc, and link
against it unnecessarily (and sometimes innefectively: CMake points the
compiler at /usr/include/libintl.h instead of our
/usr/include/gettext/libintl.h, which means the musl header will be used
instead, and unless the main executable is linked against libintl, the
library's functions won't even be used). Leaving only the essential
libraries in gettext-libs (versioned libintl.so files) and guaranteeing
gettext doesn't pull in the unversioned one means many packages won't
depend on libintl unnecessarily any more. As a matter of fact, this is a
case where our cross builds were more "correct" than native ones, since
libintl.so in the host won't be found for the target.

Furthermore, some packages require autopoint(1) in order to run
autoreconf; to avoid depending on gettext-devel for it, and ending up
linking in libintl into the final binary, we split it into the
gettext-devel-tools subpackage as well.

Also pull in Alpine patches fixing test failures.
2021-03-24 00:51:08 -03:00
travankor
3e0e3a005a dtrx: update to 8.1.0. 2021-03-24 00:22:44 -03:00
travankor
9e3d5486eb procs: update to 0.11.4. 2021-03-24 00:22:33 -03:00
travankor
f06a1439a9 python3-autobahn: update to 21.3.1. 2021-03-24 00:22:24 -03:00
Neel Chotai
ea56d71244 python3-joblib: update to 1.0.1 2021-03-24 00:21:57 -03:00
Arjan Mossel
cc74502a8a dbeaver: update to 21.0.1. 2021-03-24 00:15:16 -03:00
Érico Nogueira
5225856074 CONTRIBUTING.md: be clearer about "one commit per PR" rule. 2021-03-24 00:13:46 -03:00
Érico Rolim
e03147ee62 .github/workflows: add CI run to lock closed threads.
Closed PRs will be locked after 90 days of inactivity, to avoid comments
on old inactive threads and encourage people to create new ones, which
will receive the proper attention.

Inspired by hook from fish-shell:
a36dbad3b8/.github/workflows/lockthreads.yml
2021-03-24 00:13:25 -03:00
Pulux
5651179c2c incron: add patch to fix create zombie processes
see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930526
2021-03-24 00:10:22 -03:00
skmpz
f154873e6f engrampa: update to 1.24.2. 2021-03-24 00:07:41 -03:00
whoizit
edb478c1a4 yggdrasil: update to 0.3.16.
- partially revert service changes from
  c33aec8e70, now that we ship a util-linux version
  that can always handle -all or +all with setpriv(1).
- remove TODO comment: switching to using a user + adding caps to it
  would break some setups and is no longer necessary. It also isn't the
  recommended setup from upstream.
2021-03-23 23:52:46 -03:00
Phosu Parsons
783d80f0ff discord: update to 0.0.14 2021-03-23 23:48:41 -03:00
Đoàn Trần Công Danh
0bfbe69b49 nss: update to 3.63. 2021-03-24 08:06:15 +07:00
Đoàn Trần Công Danh
6777e34c5c nspr: update to 4.30. 2021-03-24 08:06:15 +07:00
Leah Neukirchen
0d7d908d7d sleuthkit: update to 4.10.2. 2021-03-24 00:11:02 +01:00
Leah Neukirchen
8fde031f63 parallel: update to 20210322. 2021-03-24 00:09:12 +01:00
ibrokemypie
1a6ae5693b New package: droidcam-1.7.2.
Closes: #28972 [via git-merge-pr]
2021-03-23 14:43:44 -03:00
reback00
1b787b6a99 textadept: update to 11.1 2021-03-23 14:40:30 -03:00
Roberto Ricci
246f0ef339 mpg123: update to 1.26.5. 2021-03-23 14:33:54 -03:00
Wayne Van Son
b204cc858b New package: wally-cli-2.0.0
Closes: #28000 [via git-merge-pr]
2021-03-23 15:03:03 +01:00
Andrew J. Hesford
70d0489756 goimapnotify: update to 2.1.1. 2021-03-23 10:01:26 -04:00
Andrew J. Hesford
3509cd5388 python3-flit_core: update to 3.2.0. 2021-03-23 10:01:26 -04:00
Andrew J. Hesford
66f13a2341 python3-prompt_toolkit: update to 3.0.18. 2021-03-23 10:01:25 -04:00
Frank Steinborn
8decab4391 yq-go: update to 4.6.2. 2021-03-23 09:56:50 -04:00
noarchwastaken
31c4b472ad linux-firmware: update to 20210315. 2021-03-23 11:37:28 +01:00
Enno Boland
0416aa2f6f minikube: update to 1.18.1. 2021-03-23 11:31:51 +01:00
q66
395e6c811b webkit2gtk: update to 2.30.6 2021-03-23 02:03:51 +01:00
Andrew Benson
af3c78bb50 Amass: update to 3.11.10. 2021-03-22 17:47:46 -06:00