mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libX11: Adjust provides/requires and bump revision.
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user