mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
libxext, bump revision after changes to util-macros and xorgproto
This commit is contained in:
@@ -8,7 +8,7 @@ functions to aid authors of client APIs for X protocol extensions."
|
|||||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||||
COPYRIGHT="1986, 1987, 1988, 1989, 1994, 1998 The Open Group"
|
COPYRIGHT="1986, 1987, 1988, 1989, 1994, 1998 The Open Group"
|
||||||
LICENSE="MIT (no promotion)"
|
LICENSE="MIT (no promotion)"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXext-$portVersion.tar.gz"
|
SOURCE_URI="https://www.x.org/archive/individual/lib/libXext-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="eb0b88050491fef4716da4b06a4d92b4fc9e76f880d6310b2157df604342cfe5"
|
CHECKSUM_SHA256="eb0b88050491fef4716da4b06a4d92b4fc9e76f880d6310b2157df604342cfe5"
|
||||||
SOURCE_DIR="libXext-$portVersion"
|
SOURCE_DIR="libXext-$portVersion"
|
||||||
@@ -25,7 +25,10 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libX11$secondaryArchSuffix
|
lib:libx11$secondaryArchSuffix
|
||||||
|
lib:libxau$secondaryArchSuffix
|
||||||
|
lib:libxcb$secondaryArchSuffix
|
||||||
|
lib:libxdmcp$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
@@ -38,21 +41,28 @@ REQUIRES_devel="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:kbproto$secondaryArchSuffix
|
docbook_xml_dtd
|
||||||
devel:libpthread_stubs$secondaryArchSuffix
|
docbook_xsl_stylesheets
|
||||||
devel:libX11$secondaryArchSuffix
|
devel:kbproto
|
||||||
devel:xproto$secondaryArchSuffix
|
devel:libpthread_stubs
|
||||||
devel:xextproto$secondaryArchSuffix
|
devel:libx11$secondaryArchSuffix
|
||||||
|
devel:libxau$secondaryArchSuffix
|
||||||
|
devel:libxcb$secondaryArchSuffix
|
||||||
|
devel:libxdmcp$secondaryArchSuffix
|
||||||
|
devel:util_macros
|
||||||
|
devel:xextproto
|
||||||
|
devel:xorg_sgml_doctools
|
||||||
|
devel:xproto
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
devel:util_macros$secondaryArchSuffix
|
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
|
||||||
cmd:libtoolize$secondaryArchSuffix
|
cmd:libtoolize$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
|
cmd:xmlto
|
||||||
|
cmd:xsltproc
|
||||||
"
|
"
|
||||||
|
|
||||||
defineDebugInfoPackage libxext$secondaryArchSuffix \
|
defineDebugInfoPackage libxext$secondaryArchSuffix \
|
||||||
@@ -60,9 +70,9 @@ defineDebugInfoPackage libxext$secondaryArchSuffix \
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
libtoolize --force --copy --install
|
autoreconf -vfi
|
||||||
autoreconf -i
|
|
||||||
runConfigure ./configure
|
runConfigure ./configure
|
||||||
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user