diff --git a/app-text/libmspub/libmspub-0.1.1.recipe b/app-text/libmspub/libmspub-0.1.2.recipe similarity index 83% rename from app-text/libmspub/libmspub-0.1.1.recipe rename to app-text/libmspub/libmspub-0.1.2.recipe index 73dc28b1f..99ab27987 100644 --- a/app-text/libmspub/libmspub-0.1.1.recipe +++ b/app-text/libmspub/libmspub-0.1.2.recipe @@ -6,18 +6,18 @@ COPYRIGHT="Brennan Vincent Fridrich Strba David Tardon" LICENSE="MPL v2.0" -REVISION="2" +REVISION="1" SOURCE_URI="http://dev-www.libreoffice.org/src/libmspub/libmspub-$portVersion.tar.bz2" -CHECKSUM_SHA256="c3b69a4cf50ad80af5c9c00cb8ebca0586fc9ba9d6bdeeb40112d6f43ecdbbbb" +CHECKSUM_SHA256="26d488527ffbb0b41686d4bab756e3e6aaeb99f88adeb169d0c16d2cde96859a" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" libmspub$secondaryArchSuffix = $portVersion cmd:pub2raw$secondaryArchSuffix cmd:pub2xhtml$secondaryArchSuffix - lib:libmspub_0.1$secondaryArchSuffix = 1.0.1 compat >= 1 + lib:libmspub_0.1$secondaryArchSuffix = 1.0.2 compat >= 1 " REQUIRES=" haiku$secondaryArchSuffix @@ -33,7 +33,7 @@ REQUIRES=" PROVIDES_devel=" libmspub${secondaryArchSuffix}_devel = $portVersion - devel:libmspub_0.1$secondaryArchSuffix = 1.0.1 compat >= 1 + devel:libmspub_0.1$secondaryArchSuffix = 1.0.2 compat >= 1 " REQUIRES_devel=" libmspub$secondaryArchSuffix == $portVersion base @@ -53,8 +53,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:aclocal cmd:libtoolize - cmd:autoheader - cmd:autoconf + cmd:autoreconf cmd:automake cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix @@ -64,11 +63,7 @@ BUILD_PREREQUIRES=" BUILD() { - libtoolize --force --copy --install - aclocal - autoheader - automake - autoconf + autoreconf -fi runConfigure ./configure make $jobArgs } @@ -77,6 +72,8 @@ INSTALL() { make install + rm $libDir/libmspub-0.1.la + prepareInstalledDevelLibs libmspub-0.1 fixPkgconfig