libX11: Adjust provides/requires and bump revision.

This commit is contained in:
Augustin Cavalier
2022-01-18 18:26:01 -05:00
parent ec15a15b92
commit 66ae834b06

View File

@@ -66,7 +66,7 @@ COPYRIGHT="2003-2006,2008 Jamey Sharp, Josh Triplett
"
# TODO: check all the licenses in the COPYING file in the next century.
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.x.org/releases/individual/lib/libX11-$portVersion.tar.bz2"
CHECKSUM_SHA256="9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1"
SOURCE_DIR="libX11-$portVersion"
@@ -78,10 +78,12 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
# TODO: patch to detect libnetwork
# main lib: provides intentionally disabled, so this package is never
# used without explicit request, so xlibe is used by default instead.
PROVIDES="
libx11$secondaryArchSuffix = $portVersion
lib:libX11$secondaryArchSuffix = 6.3.0 compat >= 6
lib:libX11_xcb$secondaryArchSuffix = 1.0.0 compat >= 1
# lib:libX11$secondaryArchSuffix = 6.3.0 compat >= 6
# lib:libX11_xcb$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -96,8 +98,8 @@ PROVIDES_devel="
REQUIRES_devel="
libx11$secondaryArchSuffix == $portVersion base
devel:kbproto
devel:libXcb$secondaryArchSuffix
devel:xproto
# devel:libxcb omitted intentionally, recipes which need it can declare it
"
BUILD_REQUIRES="