mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libxcb & xcb_proto: update to version 1.17.0.
These changes are mostly to help cleanup issues in HaikuPorter's repo_consistency.txt report: some build-requires chains broken due to `cmd:python` (2.x) not being available anymore. libxcb build was failing due to import errors in xcb_proto (due to changes in Python 3.5+), resolved in newer xcb_proto, which prompted the libxcb update to keep them in sync. --- While libxcb should not be needed in Haiku, some ported software (eg: `libfm_qt`) depends at least at build time on it. Until those get patched to not require libxcb... we're stuck with this. Co-authored-by: Schrijvers Luc <begasus@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
SUMMARY="X.Org's C Bindings protocol headers"
|
||||
DESCRIPTION="The X C Bindings protocol headers."
|
||||
HOMEPAGE="https://xcb.freedesktop.org/"
|
||||
COPYRIGHT="2001-2018 Bart Massey, Jamey Sharp, and Josh Triplett."
|
||||
COPYRIGHT="2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett."
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c"
|
||||
SOURCE_DIR="xcb-proto-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
Reference in New Issue
Block a user