From b52dff5267a144de293c9c06f7b0102ee22258b4 Mon Sep 17 00:00:00 2001 From: begasus Date: Thu, 19 Jul 2018 18:29:23 +0200 Subject: [PATCH] libxcb, bump after changes to util-macros --- x11-libs/libxcb/libxcb-1.13.recipe | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/x11-libs/libxcb/libxcb-1.13.recipe b/x11-libs/libxcb/libxcb-1.13.recipe index 1c1be69ad..62f88676f 100644 --- a/x11-libs/libxcb/libxcb-1.13.recipe +++ b/x11-libs/libxcb/libxcb-1.13.recipe @@ -11,8 +11,8 @@ HOMEPAGE="https://xcb.freedesktop.org/" COPYRIGHT="2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett" LICENSE="MIT (no promotion)" REVISION="1" -SOURCE_URI="https://xcb.freedesktop.org/dist/libxcb-$portVersion.tar.gz" -CHECKSUM_SHA256="0bb3cfd46dbd90066bf4d7de3cad73ec1024c7325a4a0cbf5f4a0d4fa91155fb" +SOURCE_URI="https://xcb.freedesktop.org/dist/libxcb-$portVersion.tar.bz2" +CHECKSUM_SHA256="188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa" PATCHES="libxcb-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -85,8 +85,8 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libxslt$secondaryArchSuffix lib:libxau$secondaryArchSuffix + lib:libxdmcp$secondaryArchSuffix " PROVIDES_devel=" @@ -118,27 +118,24 @@ PROVIDES_devel=" " REQUIRES_devel=" libxcb$secondaryArchSuffix == $portVersion base - devel:libxslt$secondaryArchSuffix - devel:libxau$secondaryArchSuffix - devel:libpthread_stubs$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libxslt$secondaryArchSuffix - devel:xcb_proto$secondaryArchSuffix >= 1.13 - devel:libpthread_stubs$secondaryArchSuffix + devel:libpthread_stubs devel:libxau$secondaryArchSuffix + devel:libxdmcp$secondaryArchSuffix + devel:util_macros + devel:xcb_proto + devel:xproto " BUILD_PREREQUIRES=" - devel:util_macros$secondaryArchSuffix - cmd:autoconf - cmd:doxygen - cmd:libtoolize$secondaryArchSuffix cmd:aclocal - cmd:make + cmd:autoconf + #cmd:doxygen cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix + cmd:libtoolize$secondaryArchSuffix + cmd:make cmd:pkg_config$secondaryArchSuffix cmd:python "