From b32d955228ca7931b5b9ed49a5067fa15275896e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 20 Apr 2021 09:56:06 +0200 Subject: [PATCH] libcppunit: update to 1.15.1. --- common/shlibs | 2 +- srcpkgs/libcppunit/template | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 5f51c81f52b9..2aee316c896c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1630,7 +1630,7 @@ libfreerdp-codec.so.1.0 libfreerdp-2.2.0_3 libfreerdp-gdi.so.1.0 libfreerdp-2.2.0_3 libfreerdp-cache.so.1.0 libfreerdp-2.2.0_3 libuwac0.so.0 libfreerdp-2.2.0_3 -libcppunit-1.14.so.0 libcppunit-1.14.0_1 +libcppunit-1.15.so.1 libcppunit-1.15.1_1 libcalc.so.2.12.7.1 libcalc-2.12.7.1_1 libcustcalc.so.2.12.7.1 libcalc-2.12.7.1_1 libOgreMain.so.1.12.9 libogre-1.12.9_1 diff --git a/srcpkgs/libcppunit/template b/srcpkgs/libcppunit/template index e4f2ff6e7b81..3d78b3098388 100644 --- a/srcpkgs/libcppunit/template +++ b/srcpkgs/libcppunit/template @@ -1,7 +1,7 @@ # Template file for 'libcppunit' pkgname=libcppunit -version=1.14.0 -revision=3 +version=1.15.1 +revision=1 wrksrc="cppunit-${version}" build_style=gnu-configure hostmakedepends="pkg-config automake libtool" @@ -11,13 +11,17 @@ license="LGPL-2.1-or-later" # Also see https://mmohrhard.wordpress.com/2017/05/01/cppunit-1-14-released/ homepage="http://cppunit.sourceforge.net" distfiles="http://dev-www.libreoffice.org/src/cppunit-${version}.tar.gz" -checksum=3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780 +checksum=89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7 replaces="cppunit>=0" pre_configure() { autoreconf -fi } +post_install() { + find examples -type d -name .libs | xargs rm -rf +} + libcppunit-devel_package() { replaces="cppunit-devel>=0" depends="libcppunit>=${version}_${revision}" @@ -38,6 +42,5 @@ libcppunit-examples_package() { pkg_install() { vmkdir usr/share/libcppunit vcopy examples usr/share/libcppunit - rm -f -- ${PKGDESTDIR}/usr/share/libcppunit/examples/simple/.libs/simple } }