Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libcppunit: update to 1.15.1.
@ 2021-04-20  7:55 Gottox
  2021-05-21 13:50 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 1 reply; 3+ messages in thread
From: Gottox @ 2021-04-20  7:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages libcppunit-1.15.1
https://github.com/void-linux/void-packages/pull/30350

libcppunit: update to 1.15.1.


A patch file from https://github.com/void-linux/void-packages/pull/30350.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcppunit-1.15.1-30350.patch --]
[-- Type: text/x-diff, Size: 2121 bytes --]

From b32d955228ca7931b5b9ed49a5067fa15275896e Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
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
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: libcppunit: update to 1.15.1.
  2021-04-20  7:55 [PR PATCH] libcppunit: update to 1.15.1 Gottox
@ 2021-05-21 13:50 ` Gottox
  0 siblings, 0 replies; 3+ messages in thread
From: Gottox @ 2021-05-21 13:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

There's a merged pull request on the void-packages repository

libcppunit: update to 1.15.1.
https://github.com/void-linux/void-packages/pull/30350

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PR PATCH] libcppunit: update to 1.15.1.
@ 2020-11-19 22:26 mobinmob
  0 siblings, 0 replies; 3+ messages in thread
From: mobinmob @ 2020-11-19 22:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages libcppunit
https://github.com/void-linux/void-packages/pull/26513

libcppunit: update to 1.15.1.


A patch file from https://github.com/void-linux/void-packages/pull/26513.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcppunit-26513.patch --]
[-- Type: text/x-diff, Size: 1813 bytes --]

From 7cc40537110780f788dd9d0715b2ac3f8ab13531 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 20 Nov 2020 00:25:20 +0200
Subject: [PATCH] libcppunit: update to 1.15.1.

---
 common/shlibs               | 2 +-
 srcpkgs/libcppunit/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 9a576f18d0f..876c9e56d70 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1649,7 +1649,7 @@ libfreerdp-codec.so.1.0 libfreerdp-1.0.2_2
 libfreerdp-gdi.so.1.0 libfreerdp-1.0.2_2
 libfreerdp-cache.so.1.0 libfreerdp-1.0.2_2
 libuwac0.so.0 libfreerdp-2.2.0_1
-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 238c6f57017..868f851800d 100644
--- a/srcpkgs/libcppunit/template
+++ b/srcpkgs/libcppunit/template
@@ -1,17 +1,17 @@
 # Template file for 'libcppunit'
 pkgname=libcppunit
-version=1.14.0
-revision=2
+version=1.15.1
+revision=1
 wrksrc="cppunit-${version}"
 build_style=gnu-configure
-hostmakedepends="pkg-config automake libtool"
+hostmakedepends="pkg-config automake libtool doxygen"
 short_desc="C++ unit testing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-21 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  7:55 [PR PATCH] libcppunit: update to 1.15.1 Gottox
2021-05-21 13:50 ` [PR PATCH] [Merged]: " Gottox
  -- strict thread matches above, loose matches on Subject: below --
2020-11-19 22:26 [PR PATCH] " mobinmob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).