Commit graph

143578 commits

Author SHA1 Message Date
É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
Jan Christian Grünhage
bb57c80524 i3status-rust: update to 0.14.7. 2021-03-22 20:41:14 -03:00
Neel Chotai
997aa1e661 kibi: update to 0.2.2 2021-03-22 20:22:04 -03:00
Daniel Eyßer
10b28123cb font-ionicons-ttf: update to 5.5.1, orphan. 2021-03-22 19:13:37 -03:00
UsernameRandomlyGenerated
8cdf69cc88 pockyt: update to 1.4.3. 2021-03-22 18:07:19 -03:00
Frank Steinborn
544e2d795a chatty: update to 0.14. 2021-03-22 18:01:31 -03:00
UsernameRandomlyGenerated
428bd7e0e0 pkgtop: update to 2.4. 2021-03-22 18:00:37 -03:00
UsernameRandomlyGenerated
e56fd825df pithos: update to 1.5.1. 2021-03-22 17:57:57 -03:00
UsernameRandomlyGenerated
c82dc9132c sidplayfp: update to 2.1.1. 2021-03-22 17:55:06 -03:00
Philipp David
aca7c0bb53 python3-pikepdf: update to 2.9.1. 2021-03-22 17:53:57 -03:00
UsernameRandomlyGenerated
f22c9c2121 gitui: update to 0.13.0 2021-03-22 17:52:49 -03:00
UsernameRandomlyGenerated
f9f27b645c pmbootstrap: update to 1.29.2. 2021-03-22 17:47:48 -03:00
mobinmob
09a749c882 doctest: update to 2.4.6. 2021-03-22 16:58:33 -03:00
q66
d43d52e5db nodejs: fix build on ppc64 2021-03-22 20:56:08 +01:00
q66
56795a1d17 nodejs-lts: fix build on ppc64 2021-03-22 20:56:02 +01:00
q66
9ae00f780d nodejs-lts-10: fix build on ppc64 2021-03-22 20:55:53 +01:00
mobinmob
03856663c8 66-tools: update to 0.0.7.2. 2021-03-22 16:52:40 -03:00
Frank Steinborn
4696618ae5 miniflux: update to 2.0.29. 2021-03-22 16:52:21 -03:00
tibequadorian
daf048848f ardour: fix update check 2021-03-22 16:52:01 -03:00
Duje Mihanovic
631d3b0b78 arduino-cli: update to 0.17.0. 2021-03-22 09:22:05 -06:00