Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sratom: update to 0.6.6.
@ 2020-12-03  2:14 ndowens
  2020-12-09 23:24 ` [PR REVIEW] " Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-12-03  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages sratom
https://github.com/void-linux/void-packages/pull/26899

sratom: update to 0.6.6.


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

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

From 345d7a911006385e68f9a16f9a9d2c75fb3cc2e2 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 2 Dec 2020 20:12:40 -0600
Subject: [PATCH] sratom: update to 0.6.6.

---
 srcpkgs/sratom/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sratom/template b/srcpkgs/sratom/template
index bc81b525a80..66f9163fb3f 100644
--- a/srcpkgs/sratom/template
+++ b/srcpkgs/sratom/template
@@ -1,8 +1,9 @@
 # Template file for 'sratom'
 pkgname=sratom
-version=0.6.4
+version=0.6.6
 revision=1
 build_style=waf3
+configure_args="-T" # Enable build of test
 hostmakedepends="pkg-config"
 makedepends="serd-devel sord-devel lv2"
 short_desc="Library for serialising LV2 atoms to/from RDF (Turtle syntax)"
@@ -10,7 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="http://drobilla.net/software/sratom/"
 distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
-checksum=146c8f14b8902ac3c8fa8c2e0a014eb8a38fab60090c5adbfbff3e3b7c5c006e
+checksum=fb910bf62a5e69f4430bf09653d386fc4de9ff02bfd58635e1d45cbd31481b9d
+
+do_check() {
+	./build/sratom_test
+}
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] sratom: update to 0.6.6.
  2020-12-03  2:14 [PR PATCH] sratom: update to 0.6.6 ndowens
@ 2020-12-09 23:24 ` Piraty
  2020-12-09 23:42 ` [PR PATCH] [Updated] " ndowens
  2020-12-11 23:50 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-12-09 23:24 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/26899#discussion_r539723719

Comment:
only if `XBPS_CHECK_PKGS=yes`

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

* Re: [PR PATCH] [Updated] sratom: update to 0.6.6.
  2020-12-03  2:14 [PR PATCH] sratom: update to 0.6.6 ndowens
  2020-12-09 23:24 ` [PR REVIEW] " Piraty
@ 2020-12-09 23:42 ` ndowens
  2020-12-11 23:50 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-09 23:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages sratom
https://github.com/void-linux/void-packages/pull/26899

sratom: update to 0.6.6.


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

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

From df661dfac8fe35ca750dea014ddafd0f0368bdef Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 2 Dec 2020 20:12:40 -0600
Subject: [PATCH] sratom: update to 0.6.6.

---
 srcpkgs/sratom/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sratom/template b/srcpkgs/sratom/template
index bc81b525a80..ef9b76fc7ab 100644
--- a/srcpkgs/sratom/template
+++ b/srcpkgs/sratom/template
@@ -1,6 +1,6 @@
 # Template file for 'sratom'
 pkgname=sratom
-version=0.6.4
+version=0.6.6
 revision=1
 build_style=waf3
 hostmakedepends="pkg-config"
@@ -10,7 +10,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="http://drobilla.net/software/sratom/"
 distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
-checksum=146c8f14b8902ac3c8fa8c2e0a014eb8a38fab60090c5adbfbff3e3b7c5c006e
+checksum=fb910bf62a5e69f4430bf09653d386fc4de9ff02bfd58635e1d45cbd31481b9d
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args="-T"
+fi
+
+do_check() {
+	./build/sratom_test
+}
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: sratom: update to 0.6.6.
  2020-12-03  2:14 [PR PATCH] sratom: update to 0.6.6 ndowens
  2020-12-09 23:24 ` [PR REVIEW] " Piraty
  2020-12-09 23:42 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-11 23:50 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-12-11 23:50 UTC (permalink / raw)
  To: ml

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

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

sratom: update to 0.6.6.
https://github.com/void-linux/void-packages/pull/26899

Description:


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

end of thread, other threads:[~2020-12-11 23:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03  2:14 [PR PATCH] sratom: update to 0.6.6 ndowens
2020-12-09 23:24 ` [PR REVIEW] " Piraty
2020-12-09 23:42 ` [PR PATCH] [Updated] " ndowens
2020-12-11 23:50 ` [PR PATCH] [Merged]: " Piraty

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