Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/hooks/pre-configure/02-script-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pkgconfig_wrapper() {
#!/bin/sh
export PKG_CONFIG_SYSROOT_DIR="$XBPS_CROSS_BASE"
export PKG_CONFIG_PATH="$XBPS_CROSS_BASE/usr/lib/pkgconfig:$XBPS_CROSS_BASE/usr/share/pkgconfig\${PKG_CONFIG_PATH:+:\${PKG_CONFIG_PATH}}"
export PKG_CONFIG_PATH="$XBPS_CROSS_BASE/usr/lib/pkgconfig:$XBPS_CROSS_BASE/usr/share/pkgconfig:/usr/share/pkgconfig\${PKG_CONFIG_PATH:+:\${PKG_CONFIG_PATH}}"
export PKG_CONFIG_LIBDIR="$XBPS_CROSS_BASE/usr/lib/pkgconfig\${PKG_CONFIG_LIBDIR:+:\${PKG_CONFIG_LIBDIR}}"
exec /usr/bin/pkg-config "\$@"
_EOF
Expand Down
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,7 @@ libgaminggear.so.0 libgaminggear-0.15.1_1
libgaminggearfx.so.0 libgaminggear-0.15.1_1
libgaminggearwidget.so.0 libgaminggear-0.15.1_1
libopkg.so.1 libopkg-0.4.4_2
libpkgconf.so.4 libpkgconf-1.9.3_1
libpkgconf.so.7 libpkgconf-2.5.1_1
libkodiplatform.so.19.0 kodi-platform-20180302_1
libQuotient.so.0.9 libQuotient-0.9.1_1
libQuotientQt6.so.0.9 libQuotient-0.9.1_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/muon/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'muon'
pkgname=muon
version=0.5.0
revision=1
revision=2
build_style=meson
build_helper="qemu"
configure_args="
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/pkgconf/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pkgconf'
pkgname=pkgconf
version=2.1.0
version=2.5.1
revision=1
bootstrap=yes
build_style=gnu-configure # cmake and meson also available
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="http://pkgconf.org/"
changelog="https://raw.githubusercontent.com/pkgconf/pkgconf/master/NEWS"
distfiles="https://distfiles.ariadne.space/pkgconf/pkgconf-${version}.tar.xz"
checksum=266d5861ee51c52bc710293a1d36622ae16d048d71ec56034a02eb9cf9677761
checksum=cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243

alternatives="
pkg-config:pkg-config:/usr/bin/pkgconf
Expand Down
Loading