Github messages for voidlinux
 help / color / mirror / Atom feed
From: Gottox <Gottox@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libcppunit: update to 1.15.1.
Date: Tue, 20 Apr 2021 09:55:58 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30350@inbox.vuxu.org> (raw)

[-- 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
 	}
 }

             reply	other threads:[~2021-04-20  7:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20  7:55 Gottox [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30350@inbox.vuxu.org \
    --to=gottox@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).