summaryrefslogtreecommitdiff
path: root/xorg-libxcb
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-09-09 10:53:39 +0000
committerJuergen Daubert <jue@jue.li>2020-09-09 10:53:39 +0000
commitc1baf4c4578b41df7fae96e61858648fddff5cdf (patch)
treef4a6d20f9ce825be086aacc95c12ff058ce07543 /xorg-libxcb
parent767370ef7847c4f15888605bc802ea3d1886c4b8 (diff)
downloadxorg-c1baf4c4578b41df7fae96e61858648fddff5cdf.tar.gz
xorg-c1baf4c4578b41df7fae96e61858648fddff5cdf.tar.xz
xorg-libxcb: force use of python3
Diffstat (limited to 'xorg-libxcb')
-rw-r--r--xorg-libxcb/.signature4
-rw-r--r--xorg-libxcb/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/xorg-libxcb/.signature b/xorg-libxcb/.signature
index ed3d3abb..247e5aec 100644
--- a/xorg-libxcb/.signature
+++ b/xorg-libxcb/.signature
@@ -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
diff --git a/xorg-libxcb/Pkgfile b/xorg-libxcb/Pkgfile
index d01d7ac3..facb101b 100644
--- a/xorg-libxcb/Pkgfile
+++ b/xorg-libxcb/Pkgfile
@@ -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

Generated by cgit