libxinerama, bump revision, cleanup, fix REQUIRES_devel

This commit is contained in:
begasus
2018-08-15 10:33:31 +02:00
committed by waddlesplash
parent 4af6470968
commit d15129ba07

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="2"
REVISION="3"
SOURCE_URI="https://www.x.org/archive/individual/lib/libXinerama-$portVersion.tar.bz2"
CHECKSUM_SHA256="0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720"
SOURCE_DIR="libXinerama-$portVersion"
@@ -24,9 +24,6 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libX11$secondaryArchSuffix
lib:libXau$secondaryArchSuffix
lib:libXcb$secondaryArchSuffix
lib:libXdmcp$secondaryArchSuffix
lib:libXext$secondaryArchSuffix
"
@@ -36,19 +33,16 @@ PROVIDES_devel="
"
REQUIRES_devel="
libXinerama$secondaryArchSuffix == $portVersion base
devel:libX11$secondaryArchSuffix
devel:libXext$secondaryArchSuffix
devel:xineramaproto
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libpthread_stubs
devel:libX11$secondaryArchSuffix
devel:libXau$secondaryArchSuffix
devel:libXcb$secondaryArchSuffix
devel:libXdmcp$secondaryArchSuffix
devel:libXext$secondaryArchSuffix
devel:util_macros
devel:xextproto
devel:xineramaproto
"
BUILD_PREREQUIRES="
cmd:awk
@@ -77,6 +71,7 @@ INSTALL()
maybe_manDir="$manDir"
else
rm -rf "$manDir"
rm -rf "$developDir/documentation"
maybe_manDir=
fi