Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libcacard: update to 2.8.0
@ 2020-11-09 19:09 ndowens
  2020-11-13 19:58 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-11-09 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libcacard
https://github.com/void-linux/void-packages/pull/26256

libcacard: update to 2.8.0


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

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

From 72bc97a4bd6f93efb2476c09996f05463c57789e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:08:54 -0600
Subject: [PATCH] libcacard: update to 2.8.0

---
 srcpkgs/libcacard/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libcacard/template b/srcpkgs/libcacard/template
index 1e627691b21..0dbda63bb55 100644
--- a/srcpkgs/libcacard/template
+++ b/srcpkgs/libcacard/template
@@ -1,8 +1,9 @@
 # Template file for 'libcacard'
 pkgname=libcacard
-version=2.7.0
+version=2.8.0
 revision=1
-build_style=gnu-configure
+build_style=meson
+configure_args="-Ddisable_tests=true"
 hostmakedepends="pkg-config"
 makedepends="nss-devel libglib-devel pcsclite-devel"
 short_desc="Library to provide emulation of smart cards to a virtual card reader"
@@ -10,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://cgit.freedesktop.org/spice/libcacard/"
 distfiles="https://www.spice-space.org/download/libcacard/libcacard-${version}.tar.xz"
-checksum=16b1a0847d5f9d2290e0785eca40f2e49d1ed80814bfc758c05c76b3c89cdb6f
+checksum=8005b93c3139ff739057efb19f9dac1d0993ffb0b913111505af6a91711ef22b
 replaces="libcacard-tools>=0"
 
 libcacard-devel_package() {

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

* Re: [PR REVIEW] libcacard: update to 2.8.0
  2020-11-09 19:09 [PR PATCH] libcacard: update to 2.8.0 ndowens
@ 2020-11-13 19:58 ` ahesford
  2020-11-14  0:19 ` [PR PATCH] [Updated] " ndowens
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-11-13 19:58 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26256#discussion_r523191438

Comment:
Instead of uniformly disabling tests, consider adding `configure_args+="-Ddisable_tests=true"` inside a `[ -z "$XBPS_CHECK_PKGS" ]` test (see, for example, the `opencv4` template) to allow those tests to run with `xbps-src check` or `xbps-src -Q pkg`.

If the tests fail for other reasons and can't be fixed, that's a different matter.

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

* Re: [PR PATCH] [Updated] libcacard: update to 2.8.0
  2020-11-09 19:09 [PR PATCH] libcacard: update to 2.8.0 ndowens
  2020-11-13 19:58 ` [PR REVIEW] " ahesford
@ 2020-11-14  0:19 ` ndowens
  2020-11-14  0:19 ` [PR REVIEW] " ndowens
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-14  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libcacard
https://github.com/void-linux/void-packages/pull/26256

libcacard: update to 2.8.0


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

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

From 61b2d7809566215783bc3607c94dfe7a03aa6536 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:08:54 -0600
Subject: [PATCH] libcacard: update to 2.8.0

---
 srcpkgs/libcacard/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libcacard/template b/srcpkgs/libcacard/template
index 1e627691b21..ae38432a24f 100644
--- a/srcpkgs/libcacard/template
+++ b/srcpkgs/libcacard/template
@@ -1,8 +1,10 @@
 # Template file for 'libcacard'
 pkgname=libcacard
-version=2.7.0
+version=2.8.0
 revision=1
-build_style=gnu-configure
+build_style=meson
+# test/meson.build gives unknown softhsm variable
+configure_args="-Ddisable_tests=true"
 hostmakedepends="pkg-config"
 makedepends="nss-devel libglib-devel pcsclite-devel"
 short_desc="Library to provide emulation of smart cards to a virtual card reader"
@@ -10,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://cgit.freedesktop.org/spice/libcacard/"
 distfiles="https://www.spice-space.org/download/libcacard/libcacard-${version}.tar.xz"
-checksum=16b1a0847d5f9d2290e0785eca40f2e49d1ed80814bfc758c05c76b3c89cdb6f
+checksum=8005b93c3139ff739057efb19f9dac1d0993ffb0b913111505af6a91711ef22b
 replaces="libcacard-tools>=0"
 
 libcacard-devel_package() {

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

* Re: [PR REVIEW] libcacard: update to 2.8.0
  2020-11-09 19:09 [PR PATCH] libcacard: update to 2.8.0 ndowens
  2020-11-13 19:58 ` [PR REVIEW] " ahesford
  2020-11-14  0:19 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14  0:19 ` ndowens
  2020-11-14  1:24 ` [PR PATCH] [Updated] " ndowens
  2020-11-14  4:19 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-14  0:19 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26256#discussion_r523297511

Comment:
It does give an issue. Gives test/meson.build "softhsm unknown variable" added error in comment in template

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

* Re: [PR PATCH] [Updated] libcacard: update to 2.8.0
  2020-11-09 19:09 [PR PATCH] libcacard: update to 2.8.0 ndowens
                   ` (2 preceding siblings ...)
  2020-11-14  0:19 ` [PR REVIEW] " ndowens
@ 2020-11-14  1:24 ` ndowens
  2020-11-14  4:19 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-14  1:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libcacard
https://github.com/void-linux/void-packages/pull/26256

libcacard: update to 2.8.0


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

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

From ada5d711b3e5e4d00ab1d88fcce4d73eebfa151b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:08:54 -0600
Subject: [PATCH] libcacard: update to 2.8.0

[ci skip]
---
 srcpkgs/libcacard/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libcacard/template b/srcpkgs/libcacard/template
index 1e627691b21..ae38432a24f 100644
--- a/srcpkgs/libcacard/template
+++ b/srcpkgs/libcacard/template
@@ -1,8 +1,10 @@
 # Template file for 'libcacard'
 pkgname=libcacard
-version=2.7.0
+version=2.8.0
 revision=1
-build_style=gnu-configure
+build_style=meson
+# test/meson.build gives unknown softhsm variable
+configure_args="-Ddisable_tests=true"
 hostmakedepends="pkg-config"
 makedepends="nss-devel libglib-devel pcsclite-devel"
 short_desc="Library to provide emulation of smart cards to a virtual card reader"
@@ -10,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://cgit.freedesktop.org/spice/libcacard/"
 distfiles="https://www.spice-space.org/download/libcacard/libcacard-${version}.tar.xz"
-checksum=16b1a0847d5f9d2290e0785eca40f2e49d1ed80814bfc758c05c76b3c89cdb6f
+checksum=8005b93c3139ff739057efb19f9dac1d0993ffb0b913111505af6a91711ef22b
 replaces="libcacard-tools>=0"
 
 libcacard-devel_package() {

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

* Re: [PR PATCH] [Merged]: libcacard: update to 2.8.0
  2020-11-09 19:09 [PR PATCH] libcacard: update to 2.8.0 ndowens
                   ` (3 preceding siblings ...)
  2020-11-14  1:24 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14  4:19 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-11-14  4:19 UTC (permalink / raw)
  To: ml

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

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

libcacard: update to 2.8.0
https://github.com/void-linux/void-packages/pull/26256

Description:


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

end of thread, other threads:[~2020-11-14  4:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 19:09 [PR PATCH] libcacard: update to 2.8.0 ndowens
2020-11-13 19:58 ` [PR REVIEW] " ahesford
2020-11-14  0:19 ` [PR PATCH] [Updated] " ndowens
2020-11-14  0:19 ` [PR REVIEW] " ndowens
2020-11-14  1:24 ` [PR PATCH] [Updated] " ndowens
2020-11-14  4:19 ` [PR PATCH] [Merged]: " ahesford

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).