From 504a9d07b1cf69f551240734fc7bae1de3c54428 Mon Sep 17 00:00:00 2001 From: begasus Date: Sat, 21 Jul 2018 11:17:22 +0200 Subject: [PATCH] libxfixes, bump revision after changes to util-macros and xorgproto --- x11-libs/libxfixes/libxfixes-5.0.3.recipe | 35 ++++++++++++----------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/x11-libs/libxfixes/libxfixes-5.0.3.recipe b/x11-libs/libxfixes/libxfixes-5.0.3.recipe index 2d771558f..01adef39d 100644 --- a/x11-libs/libxfixes/libxfixes-5.0.3.recipe +++ b/x11-libs/libxfixes/libxfixes-5.0.3.recipe @@ -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 }