From 3d24aee4dc4cf99c9acfeb2c56360a2da7d41488 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 24 Mar 2017 21:56:34 +0100 Subject: [PATCH] libwpg: bump version, enable x86_64. * remove libtool file. --- ...ibwpg-0.3.0.recipe => libwpg-0.3.1.recipe} | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) rename app-text/libwpg/{libwpg-0.3.0.recipe => libwpg-0.3.1.recipe} (82%) diff --git a/app-text/libwpg/libwpg-0.3.0.recipe b/app-text/libwpg/libwpg-0.3.1.recipe similarity index 82% rename from app-text/libwpg/libwpg-0.3.0.recipe rename to app-text/libwpg/libwpg-0.3.1.recipe index c22a44e74..d6ecd5f28 100644 --- a/app-text/libwpg/libwpg-0.3.0.recipe +++ b/app-text/libwpg/libwpg-0.3.1.recipe @@ -9,11 +9,11 @@ COPYRIGHT="Marc Oude Kotte Fridrich Strba" LICENSE="MPL v2.0 GNU LGPL v2.1" -REVISION="2" +REVISION="1" SOURCE_URI="http://prdownloads.sourceforge.net/libwpg/libwpg-$portVersion.tar.gz" -CHECKSUM_SHA256="8fb8cb4229d4288a5363c78bab78811d94cf8e1e91a6a6b85941e43820561151" +CHECKSUM_SHA256="97334803caef58dfb6cbd594bd08fdfca0e9b53df5c5bd44917f2a089a4c87bb" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -21,7 +21,7 @@ PROVIDES=" cmd:wpg2raw$secondaryArchSuffix cmd:wpg2svg$secondaryArchSuffix cmd:wpg2svgbatch.pl$secondaryArchSuffix - lib:libwpg_0.3$secondaryArchSuffix = 3.0.0 compat >= 3 + lib:libwpg_0.3$secondaryArchSuffix = 3.0.1 compat >= 3 " REQUIRES=" haiku$secondaryArchSuffix @@ -35,13 +35,14 @@ REQUIRES=" PROVIDES_devel=" libwpg${secondaryArchSuffix}_devel = $portVersion - devel:libwpg_0.3$secondaryArchSuffix = 3.0.0 compat >= 3 + devel:libwpg_0.3$secondaryArchSuffix = 3.0.1 compat >= 3 " REQUIRES_devel=" libwpg$secondaryArchSuffix == $portVersion base " BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel devel:librevenge_0.0$secondaryArchSuffix devel:librevenge_generators_0.0$secondaryArchSuffix devel:librevenge_stream_0.0$secondaryArchSuffix @@ -49,25 +50,20 @@ BUILD_REQUIRES=" devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel cmd:aclocal - cmd:libtoolize cmd:autoconf cmd:automake cmd:autoheader cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix + cmd:libtoolize cmd:make cmd:pkg_config$secondaryArchSuffix " BUILD() { - libtoolize --force --copy --install - aclocal - autoheader - automake -a -c --foreign - autoconf + autoreconf -fi runConfigure ./configure make $jobArgs } @@ -76,6 +72,8 @@ INSTALL() { make install + rm $libDir/libwpg-0.3.la + prepareInstalledDevelLibs libwpg-0.3 fixPkgconfig