Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] geonkick: update to 2.9.0.
@ 2022-02-21  9:00 teldra
  2022-03-13 22:32 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: teldra @ 2022-02-21  9:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-geonkick
https://github.com/void-linux/void-packages/pull/35723

geonkick: update to 2.9.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 97a93f00f55d13cd367b09b6589b34957a2a494e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 09:40:04 +0100
Subject: [PATCH] geonkick: update to 2.9.0.

---
 srcpkgs/geonkick/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template
index 79f8ba451959..c7f74852adb4 100644
--- a/srcpkgs/geonkick/template
+++ b/srcpkgs/geonkick/template
@@ -1,6 +1,6 @@
 # Template file for 'geonkick'
 pkgname=geonkick
-version=2.8.1
+version=2.9.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config tar xz"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/free-sm/geonkick"
 changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md"
 distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz"
-checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45
+checksum=54968894e3fab1ad1b7a92e12cdb5041ca39a22842c8e815a443f50cbcc4dc5b
 
 if [ ${CROSS_BUILD} ]; then
 	configure_args+=" -DGKICK_ARCHITECTURE=$XBPS_TARGET_MACHINE"

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

* Re: [PR REVIEW] geonkick: update to 2.9.0.
  2022-02-21  9:00 [PR PATCH] geonkick: update to 2.9.0 teldra
@ 2022-03-13 22:32 ` paper42
  2022-03-14 15:45 ` [PR PATCH] [Updated] " teldra
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-13 22:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35723#discussion_r825513433

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/free-sm/geonkick/main/NEWS.md"
```

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

* Re: [PR PATCH] [Updated] geonkick: update to 2.9.0.
  2022-02-21  9:00 [PR PATCH] geonkick: update to 2.9.0 teldra
  2022-03-13 22:32 ` [PR REVIEW] " paper42
@ 2022-03-14 15:45 ` teldra
  2022-03-14 15:46 ` teldra
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: teldra @ 2022-03-14 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-geonkick
https://github.com/void-linux/void-packages/pull/35723

geonkick: update to 2.9.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From fb462e5594bc53f19401bde0d1da480d1bce08e9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 09:40:04 +0100
Subject: [PATCH] geonkick: update to 2.9.0.

---
 srcpkgs/geonkick/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template
index 79f8ba451959..af8ea0fa8190 100644
--- a/srcpkgs/geonkick/template
+++ b/srcpkgs/geonkick/template
@@ -1,6 +1,6 @@
 # Template file for 'geonkick'
 pkgname=geonkick
-version=2.8.1
+version=2.9.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config tar xz"
@@ -10,9 +10,9 @@ short_desc="Free software percussion synthesizer"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/free-sm/geonkick"
-changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md"
+changelog="https://raw.githubusercontent.com/free-sm/geonkick/main/NEWS.md"
 distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz"
-checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45
+checksum=54968894e3fab1ad1b7a92e12cdb5041ca39a22842c8e815a443f50cbcc4dc5b
 
 if [ ${CROSS_BUILD} ]; then
 	configure_args+=" -DGKICK_ARCHITECTURE=$XBPS_TARGET_MACHINE"

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

* Re: [PR PATCH] [Updated] geonkick: update to 2.9.0.
  2022-02-21  9:00 [PR PATCH] geonkick: update to 2.9.0 teldra
  2022-03-13 22:32 ` [PR REVIEW] " paper42
  2022-03-14 15:45 ` [PR PATCH] [Updated] " teldra
@ 2022-03-14 15:46 ` teldra
  2022-03-14 15:47 ` [PR REVIEW] " teldra
  2022-03-16  9:28 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: teldra @ 2022-03-14 15:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-geonkick
https://github.com/void-linux/void-packages/pull/35723

geonkick: update to 2.9.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0203b68d8e7cbed803c509703dd7f7c1c8e12120 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 09:40:04 +0100
Subject: [PATCH] geonkick: update to 2.9.0.

---
 srcpkgs/geonkick/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template
index 79f8ba451959..af8ea0fa8190 100644
--- a/srcpkgs/geonkick/template
+++ b/srcpkgs/geonkick/template
@@ -1,6 +1,6 @@
 # Template file for 'geonkick'
 pkgname=geonkick
-version=2.8.1
+version=2.9.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config tar xz"
@@ -10,9 +10,9 @@ short_desc="Free software percussion synthesizer"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/free-sm/geonkick"
-changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md"
+changelog="https://raw.githubusercontent.com/free-sm/geonkick/main/NEWS.md"
 distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz"
-checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45
+checksum=54968894e3fab1ad1b7a92e12cdb5041ca39a22842c8e815a443f50cbcc4dc5b
 
 if [ ${CROSS_BUILD} ]; then
 	configure_args+=" -DGKICK_ARCHITECTURE=$XBPS_TARGET_MACHINE"

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

* Re: [PR REVIEW] geonkick: update to 2.9.0.
  2022-02-21  9:00 [PR PATCH] geonkick: update to 2.9.0 teldra
                   ` (2 preceding siblings ...)
  2022-03-14 15:46 ` teldra
@ 2022-03-14 15:47 ` teldra
  2022-03-16  9:28 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: teldra @ 2022-03-14 15:47 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/35723#discussion_r826105099

Comment:
Changed.

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

* Re: [PR PATCH] [Merged]: geonkick: update to 2.9.0.
  2022-02-21  9:00 [PR PATCH] geonkick: update to 2.9.0 teldra
                   ` (3 preceding siblings ...)
  2022-03-14 15:47 ` [PR REVIEW] " teldra
@ 2022-03-16  9:28 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-16  9:28 UTC (permalink / raw)
  To: ml

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

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

geonkick: update to 2.9.0.
https://github.com/void-linux/void-packages/pull/35723

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-03-16  9:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21  9:00 [PR PATCH] geonkick: update to 2.9.0 teldra
2022-03-13 22:32 ` [PR REVIEW] " paper42
2022-03-14 15:45 ` [PR PATCH] [Updated] " teldra
2022-03-14 15:46 ` teldra
2022-03-14 15:47 ` [PR REVIEW] " teldra
2022-03-16  9:28 ` [PR PATCH] [Merged]: " paper42

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