mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libxfixes, bump revision after changes to util-macros and xorgproto
This commit is contained in:
@@ -9,9 +9,9 @@ COPYRIGHT="2001-2003 Keith Packard
|
||||
2006 Oracle and/or its affiliates
|
||||
2011 Red Hat"
|
||||
LICENSE="libXfixes"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXfixes-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9ab6c13590658501ce4bd965a8a5d32ba4d8b3bb39a5a5bc9901edffc5666570"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.x.org/archive/individual/lib/libXfixes-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6"
|
||||
SOURCE_DIR="libXfixes-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -26,7 +26,10 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libX11$secondaryArchSuffix
|
||||
lib:libx11$secondaryArchSuffix
|
||||
lib:libxau$secondaryArchSuffix
|
||||
lib:libxcb$secondaryArchSuffix
|
||||
lib:libxdmcp$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
@@ -39,25 +42,24 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:fixesproto$secondaryArchSuffix
|
||||
devel:libpthread_stubs$secondaryArchSuffix
|
||||
devel:libX11$secondaryArchSuffix
|
||||
devel:kbproto$secondaryArchSuffix
|
||||
devel:xproto$secondaryArchSuffix
|
||||
devel:xextproto$secondaryArchSuffix
|
||||
devel:fixesproto
|
||||
devel:kbproto
|
||||
devel:libpthread_stubs
|
||||
devel:libx11$secondaryArchSuffix
|
||||
devel:libxau$secondaryArchSuffix
|
||||
devel:libxcb$secondaryArchSuffix
|
||||
devel:libxdmcp$secondaryArchSuffix
|
||||
devel:util_macros
|
||||
devel:xextproto
|
||||
devel:xproto
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autoheader
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:makeinfo
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -66,8 +68,7 @@ defineDebugInfoPackage libxfixes$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user