libxcb, bump after changes to util-macros

This commit is contained in:
begasus
2018-07-19 18:29:23 +02:00
committed by waddlesplash
parent dc2662c7bf
commit b52dff5267

View File

@@ -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
"