From c32741a9daa101e3e3e3e2374924cec4b3a9b9dd Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 13 May 2018 00:55:31 +0000 Subject: [PATCH] libsigc++ (2.0): enable on x86{,_64}, reorder sections. --- dev-libs/libsigc++/libsigc++-2.4.1.recipe | 26 ++++++++++++----------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/dev-libs/libsigc++/libsigc++-2.4.1.recipe b/dev-libs/libsigc++/libsigc++-2.4.1.recipe index cacb872ed..7b6386cb9 100644 --- a/dev-libs/libsigc++/libsigc++-2.4.1.recipe +++ b/dev-libs/libsigc++/libsigc++-2.4.1.recipe @@ -7,34 +7,34 @@ It also contains adaptor classes for connection of dissimilar callbacks and \ has an ease of use unmatched by other C++ callback libraries." HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml" +COPYRIGHT="2002-2015 The libsigc++ Development Team" +LICENSE="GNU LGPL v2.1" +REVISION="2" SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.4/libsigc++-$portVersion.tar.xz" CHECKSUM_SHA256="540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec" -REVISION="2" -ARCHITECTURES="!x86_gcc2" + +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" libsigc++$secondaryArchSuffix = $portVersion lib:libsigc_2.0$secondaryArchSuffix = 0.0.0 compat = 0 -" - + " REQUIRES=" haiku$secondaryArchSuffix -" + " PROVIDES_devel=" libsigc++${secondaryArchSuffix}_devel = $portVersion devel:libsigc_2.0$secondaryArchSuffix = 0.0.0 compat = 0 -" - + " REQUIRES_devel=" libsigc++$secondaryArchSuffix == $portVersion base -" + " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel -" - + " BUILD_PREREQUIRES=" cmd:autoconf cmd:gcc$secondaryArchSuffix @@ -62,5 +62,7 @@ INSTALL() packageEntries devel $relativeDevelopDir } -LICENSE="GNU LGPL v2.1" -COPYRIGHT="2002-2015 The libsigc++ Development Team" +TEST() +{ + make check +}