libcppunit: update to 1.15.1.
This commit is contained in:
parent
23ef06f56d
commit
9a91393a24
|
@ -1600,7 +1600,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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue