Commit graph

4432 commits

Author SHA1 Message Date
Piotr Wójcik 906f339d6a update-check: generalize checking version directories 2019-05-14 22:48:46 +02:00
Piotr Wójcik 79273c05d9 update-check: only check newer directories 2019-05-14 22:48:46 +02:00
Piotr Wójcik bb0b85060c update-check: never omit specified site 2019-05-14 22:48:46 +02:00
Doan Tran Cong Danh bbce69f036 vsed: reduce number of digest cmd call
For a vsed call to `nf' files and `nr' regex,
the old code will make `2 * nf * nr' digest calls.
the new code will make `nf * (nr + 1)' digest calls.

Refereance: https://github.com/void-linux/void-packages/issues/11238
2019-05-14 16:33:30 +02:00
Doan Tran Cong Danh 9374b6938e vsed: strip non-digest part before comparing
Accidentally, this change also fixs a potential bug
if `XBPS_DIGEST_CMD` is changed to something other than
its current value: `xbps-uhelper digest'.

Because the old code compares:
- non-stripped old digest; and
- stripped new digest
2019-05-14 16:33:30 +02:00
Doan Tran Cong Danh c384f85d2b vsed: refactor digest variables' name
We don't specify any specific digest function in this function,
and the old variables' name doesn't reflect the fact that they're
a pair of old and new digest built by the same hash function.
2019-05-14 16:33:30 +02:00
Piotr Wójcik 98b37b49d8 New package: libqaccessibilityclient-0.4.0 2019-05-14 14:01:55 +02:00
Piotr Wójcik 795902b028 update-check: add crates.io 2019-05-14 07:48:39 +02:00
Franc[e]sco 16a9e3a016 New package: FAudio-19.05 2019-05-13 07:47:06 +02:00
John 0108c2a60e common/02-script-wrapper.sh: add generic_wrapper2 gdal-config 2019-05-12 20:21:26 +02:00
Jürgen Buchmüller 666a2ee3d4
libgdal: update to 3.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-12 12:11:59 +02:00
Jürgen Buchmüller 264db19716
proj: update to 6.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-12 12:00:01 +02:00
Colin Gillespie aa2274be18 nvidia: update to 418.74 2019-05-12 08:45:27 +02:00
Jürgen Buchmüller ad0345105a
New package: libircclient-1.10_1
Closes: #11495

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-11 18:08:31 +02:00
Helmut Pozimski 9c5ca3474d x264: update to 20190507.2245. (soname bump) 2019-05-08 17:53:28 +02:00
Jürgen Buchmüller f636a5f078
environment/setup/sourcepkg.sh: unset GIR_EXTRA_...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-07 15:33:47 +02:00
Jürgen Buchmüller 9f69e99756
build helper gir: auto add pkgs to hostmakedepends
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-07 14:26:45 +02:00
Leah Neukirchen 1779485d50 New package: grpc-1.19.1 2019-05-06 10:17:09 +02:00
q66 8cf8fbb342 netcdf: update to 4.7.0 2019-05-05 13:58:27 +02:00
Thomas Batten ba13928703 live555: Update to version 2019.05.03 2019-05-05 07:50:32 +02:00
Johannes fffb67cb76 wlroots: revert to 0.5.0. 2019-05-04 10:40:28 +02:00
Derriick 404524b87f wlroots: update to 0.6.0. 2019-05-04 00:33:50 +02:00
Robert Lowry 7f1d7ee5c3 New package: libcli 1.9.8.4 2019-05-03 11:53:53 +02:00
Karol Kosek b935fbd99c libqmatrixclient: update to 0.5.1.2. 2019-04-30 10:44:25 +02:00
Jürgen Buchmüller d121842302 build helper gir: check for gobject-introspection
Do not add gobject-introspection a second time if it is already
contained in the makedepends.
2019-04-29 15:36:28 +02:00
Jürgen Buchmüller 74ad7c6a11 build helper gir: check for gobject-introspection
Do not add gobject-introspection a second time if it is already
contained in the hostmakedepends.
2019-04-29 13:14:42 +02:00
Jürgen Buchmüller 69af78b73a PackageKit: always enable gir and vala 2019-04-29 12:06:37 +02:00
Jürgen Buchmüller 892616f336 build helper gir: hint vapigen search paths 2019-04-29 04:55:54 +02:00
Jürgen Buchmüller b6501476ae build-helper/gir: provide host gtk+3-devel if required
When cross building a package using build_helper="gir" add the
gtk+3-devel package to the hostmakedepends in case it is
contained in the makedepends.

Remove the specific case in gcr now that this is automatic.
2019-04-28 17:40:06 +02:00
Jürgen Buchmüller f7107d38eb cross gir: hook to fix wrong cross install path
When cross building the gir files (*.gir, *.typelib) are installed
at ${DESTDIR}/usr/${XBPS_CROROSS_TRIPLET}/usr/* while they need to
be at ${DESTDIR}/usr/*
This hook is a temporary workaround until we can fix the cross gir
install to not insert the (as it seems) host's ${DESTDIR} into the
target's destination path.

Remove the temporary hack in polkit which is now handled by the hook.
2019-04-28 14:37:40 +02:00
q66 53b1190139 build-style/meson: use correct endian on musl ppc64 2019-04-27 16:10:35 +02:00
Jürgen Buchmüller 2f206ef38c build-profiles: add ppc64.sh (glibc ELFv2) 2019-04-27 16:10:35 +02:00
Jürgen Buchmüller d01f6a335c cross-profiles: add ppc64.sh (glibc ELFv2) 2019-04-27 16:10:35 +02:00
Robert Lowry eb4fb04a56 New package: libaal-1.0.7 2019-04-27 06:43:56 +02:00
Johannes c2ab2ba1bb Revert "libressl: update to 2.9.1."
This reverts commit a2debf0df9.

was pushed by accident
2019-04-26 15:27:03 +02:00
Johannes a2debf0df9 libressl: update to 2.9.1. 2019-04-26 15:23:08 +02:00
bra1nwave d6f679df46 gnuradio: update to 3.7.13.5. 2019-04-22 21:15:19 +02:00
maxice8 9c9eecf615 poppler: update to 0.76.0.
[ci skip]
2019-04-21 18:42:37 -03:00
John edad3f9f9f
xbps-src/build-dependencies.sh: check for instead of 2019-04-17 16:44:19 +02:00
John 9ae512bbbb
xbps-src: only detect host build loops when not cross compiling 2019-04-17 16:39:23 +02:00
maxice8 26865beb70 travis-ci: also show files for nonfree packages. 2019-04-16 16:40:43 -03:00
yopito 73916f1c49
New package: python3-pyside2 5.11.2
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-04-16 12:01:31 -03:00
yopito 696480b499
New package: shiboken2 5.11.2
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-04-16 12:01:30 -03:00
mobinmob 44389b2f1e New package: oblibs-0.0.1.1 2019-04-15 15:19:15 -03:00
John 54c9ccce89 common/shlibs: remove old ctpp2 entry 2019-04-15 18:32:25 +02:00
John cb44eb7660 kiwix-lib: update to 5.0.0. 2019-04-15 18:32:25 +02:00
maxice8 3d372ddc32 02-script-wrapper.sh: avoid useless use of echo
Co-authored-by: duncaen <duncaen@voidlinux.org>
2019-04-15 12:18:00 -03:00
maxice8 23216853d6 00-patches.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 53c60b31ae 05-preapre-32bit.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 5f0333baa9 xbps-src-dopkg.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00