From 090e8bfe05881989b74bb8a0eb0a301f0190ed15 Mon Sep 17 00:00:00 2001 From: begasus Date: Sat, 21 Jul 2018 09:07:20 +0200 Subject: [PATCH] libxkbfile, bump revision after changes to util-macros and xorgproto --- x11-libs/libxkbfile/libxkbfile-1.0.9.recipe | 39 +++++++++++++-------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9.recipe b/x11-libs/libxkbfile/libxkbfile-1.0.9.recipe index 49d245480..f273ec57c 100644 --- a/x11-libs/libxkbfile/libxkbfile-1.0.9.recipe +++ b/x11-libs/libxkbfile/libxkbfile-1.0.9.recipe @@ -4,11 +4,11 @@ description files for XKB, the X11 keyboard configuration extension." HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/" COPYRIGHT="1994-1996 Silicon Graphics Computer Systems, Inc." LICENSE="MIT (no promotion)" -REVISION="2" -SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$portVersion.tar.gz" -CHECKSUM_SHA256="95df50570f38e720fb79976f603761ae6eff761613eb56f258c3cb6bab4fd5e3" +REVISION="3" +SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$portVersion.tar.bz2" +CHECKSUM_SHA256="51817e0530961975d9513b773960b4edd275f7d5c72293d5a151ed4f42aeb16a" -ARCHITECTURES="?x86_gcc2 x86 x86_64" +ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -17,7 +17,10 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libX11$secondaryArchSuffix + lib:libx11$secondaryArchSuffix + lib:libxau$secondaryArchSuffix + lib:libxcb$secondaryArchSuffix + lib:libxdmcp$secondaryArchSuffix " PROVIDES_devel=" @@ -30,26 +33,32 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:kbproto$secondaryArchSuffix - devel:libpthread_stubs$secondaryArchSuffix - devel:libX11$secondaryArchSuffix + devel:kbproto + devel:libpthread_stubs + devel:libx11$secondaryArchSuffix + devel:libxau$secondaryArchSuffix + devel:libxcb$secondaryArchSuffix + devel:libxdmcp$secondaryArchSuffix + devel:util_macros " BUILD_PREREQUIRES=" - devel:util_macros$secondaryArchSuffix - cmd:autoconf - cmd:libtool cmd:aclocal - cmd:make + cmd:autoconf + cmd:awk cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix + cmd:libtoolize$secondaryArchSuffix + cmd:make cmd:pkg_config$secondaryArchSuffix " +defineDebugInfoPackage libxkbfile$secondaryArchSuffix \ + "$libDir"/libxkbfile.so.1.0.2 + BUILD() { - libtoolize --force --copy --install - autoreconf -i + autoreconf -vfi runConfigure ./configure + make $jobArgs } INSTALL()