xorg-xcb-proto-32: updated to version 1.15.2

This commit is contained in:
Matt Housh 2022-07-28 14:49:08 -05:00
parent c10adf28c0
commit 23021e5b4b
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXY7gz4b/3ixVXYDjOZA2XNmkGldPTa3+J/+QSdDW56F/lx/CvjgYihMKOaZJhUv5PFvnO6WVCxECQ/W1Da3LVA8= RWSwxGo/zH7eXQTjqXpjyWyA5ZywLg0lBM2slrYLAZxj2c8x1DvtZ0tX4CM0yyo7SsaASnflTmCsCZpKrvrl8q5W2Nmni+bycwA=
SHA256 (Pkgfile) = a3625a01587342f962f914757c66adea5041a2f44d1dbf2dabeb914b3dd64126 SHA256 (Pkgfile) = eb3e8ddd161531619645a94c54e954ac1925aa0b73d1a138cd8031cd700d9a9e
SHA256 (.footprint) = 7e2eaf3922d14f88b55f6b1ff626906d2914226f1ef9f4742cbad1f0036a0950 SHA256 (.footprint) = 7e2eaf3922d14f88b55f6b1ff626906d2914226f1ef9f4742cbad1f0036a0950
SHA256 (xcb-proto-1.15.tar.xz) = d34c3b264e8365d16fa9db49179cfa3e9952baaf9275badda0f413966b65955f SHA256 (xcb-proto-1.15.2.tar.xz) = 7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed

View File

@ -4,13 +4,15 @@
# Depends on: xorg-xcb-proto # Depends on: xorg-xcb-proto
name=xorg-xcb-proto-32 name=xorg-xcb-proto-32
version=1.15 version=1.15.2
release=1 release=1
source=(https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz) source=(https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz)
build() { build() {
cd xcb-proto-$version cd xcb-proto-$version
sed -i -e 's,^\(pkgconfigdir = \).*,\1/usr/lib32/pkgconfig,' Makefile.in
PYTHON='/usr/bin/python3' \ PYTHON='/usr/bin/python3' \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \