Commit graph

4976 commits

Author SHA1 Message Date
Piotr Wójcik 04e9ee8010 xbps-src: changelog in 'show' target 2020-04-28 23:27:00 +02:00
Felipe Nogueira 9bf4070c73 slop: update to 7.5. 2020-04-28 20:14:49 +02:00
Helmut Pozimski 76cf6102bf libfilezilla: update to 0.21.0. 2020-04-28 15:26:48 +02:00
Andrew J. Hesford b89069d0c4 New package: stoken-0.92 2020-04-27 17:48:43 -04:00
mobinmob 6e1d3c197c libfm-qt: update to 0.15.0. 2020-04-27 09:56:50 -07:00
John 061f8f8b8f
kdav: update to 20.04.0
[ci skip]
2020-04-27 13:41:24 +02:00
John 485bf1879d
New package: KDSoap-1.9.0 2020-04-26 23:09:09 +02:00
John 1852eed931
Remove package: phonon 2020-04-26 21:06:48 +02:00
John 5ed19a7c3c
Remove package: qt-webkit 2020-04-26 21:05:19 +02:00
Leah Neukirchen 3bfe448a6b libcbor: update to 0.7.0. 2020-04-26 18:51:06 +02:00
Andrew Benson d33a3070d5 gnustep-gui: update to 0.28.0
Also add PNG and GIF support.
2020-04-25 21:31:39 +02:00
Andrew Benson f23865f19e gnustep-base: update to 1.28.0 [ci skip] 2020-04-25 21:31:39 +02:00
Piotr Wójcik 5028523d43 common/hooks: fix pycompile_module with explicit python_version=2 2020-04-25 02:10:01 +02:00
a 3c135fddb7 06-strip-and-debug-pkgs.sh: ignore binaries for unknown machines
Because most likely these files are not executables, but some kind of
bytecode. And strip doesn't know how to strip them anyway.
2020-04-23 23:01:01 -04:00
Piotr Wójcik 8a09d89eac common/hooks: remove pycompile_version, use python_version instead 2020-04-22 20:11:26 +02:00
Andrew J. Hesford 596250e4ea xbps-src: remove default python_version
Closes: #21209 [via git-merge-pr]
2020-04-21 18:45:25 -04:00
Lorem f2e97b34f4 mtxclient: update to 0.3.0 2020-04-20 20:00:53 +02:00
Juan RP a31cb6e4d2
live555: update to 2020.04.12 (soname bump).
Previous distfile is gone.
2020-04-20 19:50:41 +02:00
q66 02eeac0798 environment/build-style/go: check for empty hostmakedepends 2020-04-17 05:00:39 +02:00
q66 1b2bf53e82 build-style/go: allow usage with gccgo compiler
This checks if gcc-go-tools have been specified in host deps
and if so, use gccgo to build (gcc-go-tools conflicts with go).

Also, since gccgo is not a multi-compiler, we need to override GCCGO
to get cross-builds. The gccgo for target is always installed, as
it's a part of our cross-toolchains.

[ci skip]
2020-04-17 04:53:13 +02:00
mobinmob dd75ce680b kpmcore: update to 4.1.0. 2020-04-16 22:43:51 +02:00
Andrew J. Hesford b8decb0e6e New package: qtutilities-6.0.4 2020-04-15 23:19:08 +02:00
Andrew J. Hesford e33d135247 New package: tagparser-9.1.2 2020-04-15 23:19:08 +02:00
Andrew J. Hesford 679d9c04bd New package: cpp-utilities-5.2.0 2020-04-15 23:19:08 +02:00
Piotr Wójcik 6cd3bd1806 xbps-src: break out of following cyclic dependencies 2020-04-15 20:34:06 +02:00
Nafis acc1f62ff2 yelp: update to 3.36.0. 2020-04-15 15:17:06 +02:00
Juan RP ad3d1f862d
xbps-src: show_pkg_build_depends: handle cross case. 2020-04-15 13:29:44 +02:00
Juan RP a73783d17d
xbps-src: fix show_pkg_build_depends after af6e1a7e79.
af6e1a7e79 introduces dependencies based in subpkgs,
but this makes "xbps-src show-build-deps" return cyclic
dependencies in some cases, i.e:

$ ./xbps-src show-build-deps kirigami2
cmake
extra-cmake-modules
kcoreaddons
kirigami2
qt5
$

This is because `kirigami2-devel` depends on `kirigami2`, thus
introducing a cycle.

Skip cycles completely, note that "show-build-deps" should not
be used to collect deps for cross compilation, because you can't
know what type of dependency it is: host or target.
2020-04-15 13:12:26 +02:00
Piotr Wójcik af6e1a7e79 xbps-src: build depends of subpackages
resolves #20508
2020-04-15 11:17:54 +02:00
Helmut Pozimski 4cd05a2315 libdvdread: update to 6.1.1. (soname bump) 2020-04-14 20:33:31 +02:00
toluschr ee4c37953c libkdegames: Add missing shlib 2020-04-14 20:16:46 +02:00
Juan RP 51c67dbb21
sqlite: build with SQLITE_ENABLE_DESERIALIZE.
Bump version because otherwise pkgs won't depend on
the new shlib with those symbols.
2020-04-14 16:13:24 +02:00
Juan RP b166cdd484
Revert "xbps-src: create XBPS_WRAPPERDIR via libexec/build.sh."
This reverts commit 4df0bcff74.

Reverted until I find the real issue.
2020-04-14 14:14:13 +02:00
Jürgen Buchmüller d50e726157 New package: stk-4.6.1
Closes: #20970
2020-04-14 13:07:27 +02:00
Juan RP 8ab6edc842
xbps-src/chroot.sh: copy xbps repo keys even with -N.
To make @pullmoll happy
2020-04-13 01:59:03 +02:00
Juan RP 8b3ce3fc02
xbps-src: (chroot_sync_repodata) skip unnecessary stuff with -N. 2020-04-13 01:14:31 +02:00
Juan RP ac4186c7d2
xbps-src/environment/autoconf_cache: disable lchmod.
lchmod in musl always returns ENOTSUP and this makes some
ruby gems fail, i.e jekyll.
2020-04-12 20:32:57 +02:00
Daniel Eyßer ef4596b546 build-style/cargo.sh: don't use post_install() for leftover removal 2020-04-12 18:43:18 +02:00
Helmut Pozimski 1511206eb1 gwenhywfar: update to 5.3.0 (soname bump) 2020-04-12 12:04:36 +02:00
Daniel Eyßer d617707961 dav1d: update to 0.6.0. 2020-04-12 10:07:47 +02:00
Đoàn Trần Công Danh 7c8ab37d36 pkglint: forbid files generated by mimedb trigger 2020-04-11 21:19:42 -04:00
Andrew J. Hesford 623fc18e6f llvm7: remove package 2020-04-11 05:32:52 +02:00
Andrew J. Hesford 9ee85de119 ldc: update to 1.20.1. 2020-04-11 05:32:52 +02:00
Jürgen Buchmüller 6f874cd932 New package: MonkeysAudio-5.28 2020-04-10 16:47:02 +02:00
amak 7afa1efd7b libnpupnp: update to 2.2.1 2020-04-09 19:58:20 +02:00
Duncaen 631932aacf
mdnsd: update to 0.9. 2020-04-09 17:07:44 +02:00
Duncaen 6dab15c008
botan: fix shlib entry in common/shlibs 2020-04-08 23:40:57 +02:00
travankor 3610a35271 cargo.sh: don't hardcode the path.
Clean up the cargo remnants in the post install phase.
2020-04-07 21:25:12 +02:00
Benjamín Albiñana 5ed23f1b90 qpdf: update to 10.0.0. 2020-04-07 21:15:52 +02:00
Nafis 9171124c03 gedit: update to 3.36.1. 2020-04-07 21:14:01 +02:00