libxinerama, bump revision after changes to util-macros and xorgproto

This commit is contained in:
begasus
2018-07-23 17:41:41 +02:00
committed by waddlesplash
parent 643cb54bee
commit fcd1137291

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/lib/libXinerama
https://xorg.freedesktop.org/releases/individual/lib/"
COPYRIGHT="2007 Oracle"
LICENSE="MIT (no promotion)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.x.org/archive/individual/lib/libXinerama-$portVersion.tar.bz2"
CHECKSUM_SHA256="0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720"
SOURCE_DIR="libXinerama-$portVersion"
@@ -19,37 +19,40 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
libxinerama$secondaryArchSuffix = $portVersion
lib:libxinerama$secondaryArchSuffix = $libVersionCompat
lib:libXinerama$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libxext$secondaryArchSuffix
lib:libX11$secondaryArchSuffix
lib:libXau$secondaryArchSuffix
lib:libXcb$secondaryArchSuffix
lib:libXdmcp$secondaryArchSuffix
lib:libXext$secondaryArchSuffix
"
PROVIDES_devel="
libxinerama${secondaryArchSuffix}_devel = $portVersion
devel:libxinerama$secondaryArchSuffix = $libVersionCompat
devel:libXinerama$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
libxinerama$secondaryArchSuffix == $portVersion base
libXinerama$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:kbproto$secondaryArchSuffix
devel:libpthread_stubs$secondaryArchSuffix
devel:libpthread_stubs
devel:libX11$secondaryArchSuffix
devel:libxext$secondaryArchSuffix
devel:xextproto$secondaryArchSuffix
devel:xineramaproto$secondaryArchSuffix
devel:libXau$secondaryArchSuffix
devel:libXcb$secondaryArchSuffix
devel:libXdmcp$secondaryArchSuffix
devel:libXext$secondaryArchSuffix
devel:util_macros
devel:xextproto
devel:xineramaproto
"
BUILD_PREREQUIRES="
devel:util_macros$secondaryArchSuffix
cmd:aclocal
cmd:autoconf
cmd:awk
cmd:gcc$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
@@ -61,6 +64,7 @@ defineDebugInfoPackage libxinerama$secondaryArchSuffix \
BUILD()
{
runConfigure ./configure
make $jobArgs
}
INSTALL()