Libsigcpp: bump version, add debuginfo & TEST (#2187)

This commit is contained in:
miqlas
2018-02-10 19:59:02 +01:00
committed by fbrosson
parent 99b5ce0a6f
commit ae6887ed9c

View File

@@ -6,37 +6,40 @@ global or a member function, regardless of whether it is static or virtual.
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/"
COPYRIGHT="2002-2017 The libsigc++ Development Team"
COPYRIGHT="2002-2018 The libsigc++ Development Team"
LICENSE="GNU LGPL v3"
REVISION="2"
REVISION="1"
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.99/libsigc++-$portVersion.tar.xz"
CHECKSUM_SHA256="1d053813a455bd9157b01312d015f74fa39f33466961a66e844daeaee658f0f1"
CHECKSUM_SHA256="68cdb00e39d6b913d22b0ac362312447c8b4014146b8efd2a9299d9916c72260"
SOURCE_DIR="libsigc++-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
libVersion="0.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
libsigc++$secondaryArchSuffix = $portVersion
lib:libsigc_3.0$secondaryArchSuffix = 0.0.0 compat = 0
"
lib:libsigc_3.0$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
"
"
PROVIDES_devel="
libsigc++${secondaryArchSuffix}_devel = $portVersion
devel:libsigc_3.0$secondaryArchSuffix = 0.0.0 compat = 0
"
devel:libsigc_3.0$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
libsigc++$secondaryArchSuffix == $portVersion base
"
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
"
BUILD_PREREQUIRES="
cmd:autoconf
@@ -47,7 +50,10 @@ BUILD_PREREQUIRES="
cmd:perl
cmd:pkg_config$secondaryArchSuffix
cmd:xsltproc$secondaryArchSuffix
"
"
defineDebugInfoPackage libsigc++$secondaryArchSuffix \
$libDir/libsigc-3.0.so.$libVersion
BUILD()
{
@@ -72,3 +78,8 @@ INSTALL()
packageEntries devel \
$relativeDevelopDir
}
TEST()
{
make check
}