Commit graph

5321 commits

Author SHA1 Message Date
John
aa13c0307d Remove package: kdepim-apps-libs
[ci skip]
2020-12-14 18:15:53 +01:00
Joey
6a1c24f88f New package: pcaudiolib-1.1 2020-12-14 10:36:03 -03:00
Leah Neukirchen
f99b6b3e26 janet: update to 1.13.1. 2020-12-14 10:36:48 +01: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
Đ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
Artur Sinila
ef3c556ae9 New package: libpipewire0.2
Add libpipewire0.2 to common/shlibs
2020-12-13 18:28:17 -03:00
Andrew Benson
b9a1110dab New package: motif-2.3.8 [ci skip] 2020-12-13 13:07:49 -06:00
Evgeny Ermakov
76ca926dd6 libtd: update to 1.7.0 2020-12-12 21:35:58 +01:00
Érico Rolim
a6c6bcc651 common/hooks: remove remove-localized-manpages hook.
Allow packages to include localized man pages. Needed for manpages-l10n.
2020-12-12 03:58:57 -03:00
Anthony Iliopoulos
48f9419c93 inih: add libinih to common/shlibs 2020-12-12 03:04:45 -03:00
Érico Rolim
a5ed5f551c shutils/chroot.sh: fix syslog configuration.
The file was created in chroot_prepare(), but the configuration
directory was being cleaned in chroot_sync_repodata(). This commit moves
the configuration to after the directories are created.

Fixes #25534
2020-12-11 15:25:39 -03:00
Érico Rolim
1f63790fcb opensc: update to 0.21.0.
Fixes multiple CVEs.
2020-12-11 00:23:29 -03:00
Andrew J. Hesford
a3227ffb48 build-style/python3-module: prefer pytest in do_check
Closes: #25052.
2020-12-09 15:45:53 -05:00
Đoàn Trần Công Danh
08a382be7e chroot.sh: export XBPS_ALT_REPOSITORY to chroot
Outside of chroot, we calcucate XBPS_ALT_REPOSITORY only to throw it
away and calculate it again inside chroot. Normally, this is not problem
except when we're working with a Git's worktree, in which case, we don't
have the access to original gitdir inside chroot.

Let's bring that value from outside of chroot into it.
2020-12-09 19:54:08 +07:00
Andrew J. Hesford
2dff49c420 build-style/python3-pep517: new style for PEP517 Python packages 2020-12-08 15:26:38 -05:00
Érico Rolim
2325ae153b common/build-style/gnu-makefile: pass CXXFLAGS in make invocation. 2020-12-06 22:03:54 -03:00
q66
095bf4734c cross-profiles/aarch64: remove nonsense that does not belong
????
2020-12-06 06:01:07 +01:00
q66
1e86562c72 cross-profiles: do the same as for build-profiles for ppc 2020-12-06 05:51:32 +01:00
q66
29255b0244 build-profiles: drop unnecessary cflags for ppc
we don't need to specify -mcpu where compiler default is used,
preserve mtune though; do not -mno-altivec on ppc since altivec
is not default in the first place and doing this will just
break random things that explicitly enable altivec for runtime
checked code; do not use -maltivec on either ppc64le or ppc64
since it's implied by their -mcpu's (power8 for ppc64le which
is implicit, and 970 for ppc64 which is explicit)

also remove -mlong-double-64 for musl targets as that's compiler
default and it's not necessary to pass it; also remove -mabi=elfv2
for both ppc64le and ppc64 since it's implied default
2020-12-06 05:51:31 +01:00
Andrew J. Hesford
8c5beaffa5 grpc: update to 1.34.0. 2020-12-03 12:26:08 -05:00
Piraty
452071ef74 jitterentropy: update to 3.0.0. 2020-12-03 15:39:24 +01:00
Andrew J. Hesford
231bc646a3 zfs: update to 2.0.0.
Thanks to @zdykstra for looking into the built-in PAM module.
2020-12-01 23:25:01 -05:00
Nathan Owens
4b6fd8b8e8 biblesync: update to 2.1.0 2020-12-01 13:08:05 +01:00
cinerea0
caa5cae606 libnma: replace libnm-gtk 2020-11-30 22:12:28 -03:00
Jürgen Buchmüller
98a760ee20 kea: update to 1.9.2 2020-11-29 08:47:26 +01:00
fosslinux
894b9a3b66 New package: antimicrox-3.1.2.
antimicro: transition to antimicrox.

Closes: #26631 [via git-merge-pr]
2020-11-28 23:44:23 -05:00
Nathan Owens
3545b733bb tpm2-tss: update to 3.0.1
Closes: #26205 [via git-merge-pr]
2020-11-28 22:19:24 -05:00
Nathan Owens
d26e66ac57 evemu: New package
Closes #26600

Close: #26623
2020-11-28 09:11:15 +07:00
Đoàn Trần Công Danh
b400ac3e81 build-style/cmake: set find_root_path to cross_base/usr 2020-11-28 05:56:03 +07:00
Đoàn Trần Công Danh
ca8b0789b9 wrapper: bring valac and vapigen to current version
Current wrappers hard-coded them at 0.42 which is very long ago.
Hence, those wrappers insert a versioned vapidir that no longer exists.
The build still work because valac will look into host's versioned vapidir
instead.

Let's check the version we're having and wrap that instead of changing
the hard-coded number from time to time.
2020-11-26 20:57:52 +07:00
yopito
4fa3cd554b coin3: update to 4.0.0 2020-11-24 16:01:33 +01:00
cinerea0
1497f3a5b9 network-manager-applet: update to 1.18.0 2020-11-21 22:25:38 -08:00
cinerea0
92d75be63d New package: libnma-1.8.30 2020-11-21 22:25:38 -08:00
Érico Rolim
d16ca93336 New package: ZMusic-1.1.3.
ZMusic needs libopenal to enable sound playback.
libopenal, libfluidsynth and libsndfile are all loaded dynamically.

Based on and closes #20665.
2020-11-21 21:08:05 -08:00
mobinmob
b47d1fe205 gettext: update to 0.21. 2020-11-22 00:35:04 -03:00
Rich Gannon
eba9ea68a7 glusterfs: update to 8.1 2020-11-21 19:24:26 -08:00
Nathan Owens
29314e0dea net-snmp: update to 5.9
[ci skip]
2020-11-21 15:13:42 -08:00
mobinmob
4ca0de2ac8 New package: nocurses-2.0.4. 2020-11-21 14:48:39 -08:00
Paper
1ae3cece25 wireshark: update to 3.4.0 2020-11-21 00:58:11 +01:00
Érico Rolim
d6c8f1b99e Disable Travis CI.
- Remove .travis.yml, common/travis/docker.sh.
- Change references to travis to be more generic.
- Manual.md: Orient against using CI logs in broken= or nocross=.
2020-11-21 00:11:30 +01:00
Érico Rolim
f97f031010 autoconf_cache/musl-linux: fix sigprocmask value.
It was "1", should have been "yes". This fixes building gettext.
2020-11-20 19:17:38 -03:00
Ondřej Fiala
6704aae176 wlroots: update to 0.12.0 2020-11-20 18:50:43 -03:00
Leah Neukirchen
cbebc39001 ipset: update to 7.9. 2020-11-20 11:04:51 +01:00
Érico Rolim
cc255456b1 elfutils: update to 0.182, add debuginfod subpkgs, adopt.
Cleaned up patches, remove the aarch64-fregs one (it was fixed with a
musl patch, instead), and moved closer to where upstream is moving
regarding musl compat.
2020-11-18 00:00:07 -03:00
Isaac Freund
b79c6dfc5f New package: seatd-0.4.0
The elogind build option is enabled by default so that we can enable
only the libseat wlroots backend by default. This is also the right
default if other projects start using seatd.
2020-11-17 15:27:20 -03:00
Robin Voetter
f8b6ce4acc new package: llvm11-11.0.0
Additional fixes by q66.
2020-11-17 04:14:14 +01:00
Jürgen Buchmüller
8834157c8c leatherman: update to 1.12.3 2020-11-15 21:09:11 +01:00
Andrew J. Hesford
6cc9511b07 protobuf24: rename to protobuf25, update to 3.14.0
The unversioned meta-packages now point to protobuf25 and its
subpackages, which now provide sonames with version 25.
2020-11-15 10:30:16 -05:00
Nathan Owens
4d1d912619 libcec: update to 6.0.2
[ci skip]
2020-11-14 16:13:15 +01:00