xorg-libxcb: force use of python3

This commit is contained in:
Juergen Daubert 2020-09-09 10:53:39 +00:00
parent 767370ef78
commit c1baf4c457
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndLYqWkK805eywuGaAlcSmyU1aX/A/YHyX9v0bAeQBCM3ulQ9PGT6EUTxbHRqRYNgOAqi/pxusdN7d7he387w+wc=
SHA256 (Pkgfile) = 4f0c622630d8b3ba3bc60b8a372949574e81ff0e954a2980c362d7d46c670857
RWTSGWF5Q7TndPvOD1b2SA9vfT9h5G+EqXqXEFxZ7797KJvAnQOw/nbYQvBn2a/8rPO412KH45yyxWEOT0giVhga0Sgo/2iVUA8=
SHA256 (Pkgfile) = 6e35031726328b676b3021a885d55d25a7360e98feb8fa1b57c628b3bc71eb29
SHA256 (.footprint) = fce7e310c204c0112530728bd997e6cbab6d4f9219150c13e6c83aebdd2f371e
SHA256 (libxcb-1.14.tar.xz) = a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34

View File

@ -5,12 +5,13 @@
name=xorg-libxcb
version=1.14
release=1
release=2
source=(https://xorg.freedesktop.org/archive/individual/lib/libxcb-$version.tar.xz)
build() {
cd libxcb-$version
PYTHON=/usr/bin/python3 \
./configure --prefix=/usr
make