From b47cbe317aad909572051d49f32b129c3edfb50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 30 Apr 2019 01:37:31 +0200 Subject: [PATCH] gobject-introspection: undo previous stupid change Actually GIR_EXTRA_LIBS_PATH is already doing what is needed for uhttpmock. --- srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper | 2 +- srcpkgs/gobject-introspection/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper b/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper index da9839a5170..ad45ddc03c2 100755 --- a/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper +++ b/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper @@ -5,5 +5,5 @@ export GIO_MODULE_DIR=${XBPS_CROSS_BASE}/gio/modules-dummy /usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static \ -L ${XBPS_CROSS_BASE} \ - -E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \ + -E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}" \ "$@" diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 8615df44cb6..193ae19e45a 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.60.0 -revision=5 +revision=6 build_style=meson pycompile_dirs="usr/lib/${pkgname}/giscanner" hostmakedepends="flex pkg-config"