Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] cpputest: update to 4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23219@inbox.vuxu.org>
@ 2020-07-07 10:07 ` mobinmob
  2020-07-08  9:34 ` mobinmob
  1 sibling, 0 replies; 2+ messages in thread
From: mobinmob @ 2020-07-07 10:07 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages cpputest
https://github.com/void-linux/void-packages/pull/23219

cpputest: update to 4.0.


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

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

From 479245b98cc80af7a9b5762f6b8a764deb2e95af Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 24 Jun 2020 23:55:16 +0300
Subject: [PATCH] cpputest: update to 4.0.

---
 srcpkgs/cpputest/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/cpputest/template b/srcpkgs/cpputest/template
index 1b6e933897b..8762878ae29 100644
--- a/srcpkgs/cpputest/template
+++ b/srcpkgs/cpputest/template
@@ -1,15 +1,16 @@
 # Template file for 'cpputest'
-pkgname="cpputest"
-version="3.8"
+pkgname=cpputest
+version=4.0
 revision=1
-build_style="cmake"
+build_style=cmake
+configure_args+=" -DTESTS=OFF"
 short_desc="CppUTest unit testing and mocking framework for C/C++"
 maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
+license="BSD-3-Clause"
 homepage="http://cpputest.github.io/"
-license="BSD"
-distfiles="https://github.com/cpputest/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum="c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456"
-configure_args+=" -DTESTS=OFF"
+distfiles="https://github.com/cpputest/cpputest/releases/download/v${version}/cpputest-${version}.tar.gz"
+checksum=21c692105db15299b5529af81a11a7ad80397f92c122bd7bf1e4a4b0e85654f7
+
 post_install() {
 	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] cpputest: update to 4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23219@inbox.vuxu.org>
  2020-07-07 10:07 ` [PR PATCH] [Updated] cpputest: update to 4.0 mobinmob
@ 2020-07-08  9:34 ` mobinmob
  1 sibling, 0 replies; 2+ messages in thread
From: mobinmob @ 2020-07-08  9:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages cpputest
https://github.com/void-linux/void-packages/pull/23219

cpputest: update to 4.0.


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

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

From e64c8e296de69689d797a50190cb1270e58f5f66 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 24 Jun 2020 23:55:16 +0300
Subject: [PATCH] cpputest: update to 4.0.

---
 srcpkgs/cpputest/template | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/cpputest/template b/srcpkgs/cpputest/template
index 1b6e933897b..302db63faa8 100644
--- a/srcpkgs/cpputest/template
+++ b/srcpkgs/cpputest/template
@@ -1,15 +1,19 @@
 # Template file for 'cpputest'
-pkgname="cpputest"
-version="3.8"
+pkgname=cpputest
+version=4.0
 revision=1
-build_style="cmake"
+build_style=cmake
 short_desc="CppUTest unit testing and mocking framework for C/C++"
 maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
+license="BSD-3-Clause"
 homepage="http://cpputest.github.io/"
-license="BSD"
-distfiles="https://github.com/cpputest/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum="c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456"
-configure_args+=" -DTESTS=OFF"
+distfiles="https://github.com/cpputest/cpputest/releases/download/v${version}/cpputest-${version}.tar.gz"
+checksum=21c692105db15299b5529af81a11a7ad80397f92c122bd7bf1e4a4b0e85654f7
+
+if [ "$CROSS_BUILD" ]; then
+		configure_args=" -DTESTS_BUILD_DISCOVER=OFF"
+fi
+
 post_install() {
 	vlicense COPYING
 }

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

end of thread, other threads:[~2020-07-08  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23219@inbox.vuxu.org>
2020-07-07 10:07 ` [PR PATCH] [Updated] cpputest: update to 4.0 mobinmob
2020-07-08  9:34 ` 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).