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