i promise xcb-proto is fixed now

This commit is contained in:
Lucy Phipps 2021-08-16 15:14:02 +01:00
parent 9b7c1862b1
commit b61c70a038
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ TERMUX_PKG_DESCRIPTION="XML-XCB protocol descriptions"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=1.14.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3
TERMUX_PKG_PLATFORM_INDEPENDENT=true
@ -12,6 +12,7 @@ TERMUX_PKG_CONFLICTS="xcbproto"
TERMUX_PKG_REPLACES="xcbproto"
termux_step_pre_configure() {
export PYTHON=$(. $TERMUX_SCRIPTDIR/packages/python/build.sh; echo python$_MAJOR_VERSION)
export PYTHON_VERSION=$(. $TERMUX_SCRIPTDIR/packages/python/build.sh; echo $_MAJOR_VERSION)
export PYTHON=python$PYTHON_VERSION
TERMUX_PKG_RM_AFTER_INSTALL="lib/${PYTHON}/site-packages/xcbgen/__pycache__"
}