* [PR PATCH] remind: update to 04.00.00
@ 2022-05-23 16:32 Barbaross93
2022-05-23 16:43 ` Barbaross93
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-23 16:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]
There is a new pull request by Barbaross93 against master on the void-packages repository
https://github.com/Barbaross93/void-packages remind
https://github.com/void-linux/void-packages/pull/37256
remind: update to 04.00.00
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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 add ci skip tag as described in
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, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/37256.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remind-37256.patch --]
[-- Type: text/x-diff, Size: 996 bytes --]
From 7fb75b5e5a94449f10760051b921f83975c12aa4 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 23 May 2022 12:31:00 -0400
Subject: [PATCH] remind: update to 04.00.00
---
srcpkgs/remind/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 99f5d9626d79..406af23b861c 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,6 +1,6 @@
# Template file for 'remind'
pkgname=remind
-version=03.03.01
+version=04.00.00
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
distfiles="https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"
-checksum=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478
+checksum=23b6e6b0edc40149e6a362a8232e66cb15ee641f2dcece640845e91b9e74c7c6
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
@ 2022-05-23 16:43 ` Barbaross93
2022-05-23 16:43 ` Barbaross93
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-23 16:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
New comment by Barbaross93 on void-packages repository
https://github.com/void-linux/void-packages/pull/37256#issuecomment-1134902662
Comment:
I have no idea why the checksums are mismatching. I ran`xgensum` locally and adjusted the checksum in the tmeplate file. The build went off without a hitch locally. If I'm reading the CI output directly, it's giving a different sha256 checksum value? Namely `0b0956d142fa1e1e8de4074627dd551a978b78afa7fdadf08ae6f2df11f3b2c0`? How is this possible?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
2022-05-23 16:43 ` Barbaross93
@ 2022-05-23 16:43 ` Barbaross93
2022-05-23 16:54 ` [PR PATCH] [Updated] " Barbaross93
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-23 16:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
New comment by Barbaross93 on void-packages repository
https://github.com/void-linux/void-packages/pull/37256#issuecomment-1134902662
Comment:
I have no idea why the checksums are mismatching. I ran`xgensum` locally and adjusted the checksum in the template file. The build went off without a hitch locally. If I'm reading the CI output directly, it's giving a different sha256 checksum value? Namely `0b0956d142fa1e1e8de4074627dd551a978b78afa7fdadf08ae6f2df11f3b2c0`? How is this possible?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
2022-05-23 16:43 ` Barbaross93
2022-05-23 16:43 ` Barbaross93
@ 2022-05-23 16:54 ` Barbaross93
2022-05-23 17:53 ` Barbaross93
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-23 16:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by Barbaross93 against master on the void-packages repository
https://github.com/Barbaross93/void-packages remind
https://github.com/void-linux/void-packages/pull/37256
remind: update to 04.00.00
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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 add ci skip tag as described in
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, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/37256.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remind-37256.patch --]
[-- Type: text/x-diff, Size: 997 bytes --]
From f8b8af3a61dfd3cf418802cc1bf8d921ff167226 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 23 May 2022 12:31:00 -0400
Subject: [PATCH] remind: update to 04.00.00
---
srcpkgs/remind/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 99f5d9626d79..4e9435b5a79c 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,6 +1,6 @@
# Template file for 'remind'
pkgname=remind
-version=03.03.01
+version=04.00.00
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@@ -9,4 +9,4 @@ maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
distfiles="https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"
-checksum=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478
+checksum=@acc09ccf38d85dbab6a78c9dd0c093661756e349bb180add40d60a56f84ce9c4
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
` (2 preceding siblings ...)
2022-05-23 16:54 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-05-23 17:53 ` Barbaross93
2022-05-28 21:20 ` leahneukirchen
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-23 17:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by Barbaross93 against master on the void-packages repository
https://github.com/Barbaross93/void-packages remind
https://github.com/void-linux/void-packages/pull/37256
remind: update to 04.00.00
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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 add ci skip tag as described in
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, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/37256.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remind-37256.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]
From f5bca0ebcf6afff0a51e80e30966a3f4b67a4317 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 23 May 2022 12:31:00 -0400
Subject: [PATCH] remind: update to 04.00.00
---
srcpkgs/remind/template | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 99f5d9626d79..3727bbdca001 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,12 +1,18 @@
# Template file for 'remind'
pkgname=remind
-version=03.03.01
+version=04.00.00
revision=1
+create_wrksrc=yes
build_style=gnu-configure
hostmakedepends="pkg-config"
short_desc="Sophisticated calendar and alarm program"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
-distfiles="https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"
-checksum=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478
+distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
+checksum=f4622528c2646540c189a58c2a07fc8a8a50276ce82aa974c54a68abe6ad3c64
+
+post_extract() {
+ mv ./remind/* .
+ rm -rf ./remind
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
` (3 preceding siblings ...)
2022-05-23 17:53 ` Barbaross93
@ 2022-05-28 21:20 ` leahneukirchen
2022-05-30 13:26 ` [PR PATCH] [Updated] " Barbaross93
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2022-05-28 21:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
New comment by leahneukirchen on void-packages repository
https://github.com/void-linux/void-packages/pull/37256#issuecomment-1140331009
Comment:
I think `wrksrc="remind"` is easier than moving the stuff around.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
` (4 preceding siblings ...)
2022-05-28 21:20 ` leahneukirchen
@ 2022-05-30 13:26 ` Barbaross93
2022-05-30 13:27 ` Barbaross93
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-30 13:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by Barbaross93 against master on the void-packages repository
https://github.com/Barbaross93/void-packages remind
https://github.com/void-linux/void-packages/pull/37256
remind: update to 04.00.00
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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 add ci skip tag as described in
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, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/37256.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remind-37256.patch --]
[-- Type: text/x-diff, Size: 2185 bytes --]
From f5bca0ebcf6afff0a51e80e30966a3f4b67a4317 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 23 May 2022 12:31:00 -0400
Subject: [PATCH 1/2] remind: update to 04.00.00
---
srcpkgs/remind/template | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 99f5d9626d79..3727bbdca001 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,12 +1,18 @@
# Template file for 'remind'
pkgname=remind
-version=03.03.01
+version=04.00.00
revision=1
+create_wrksrc=yes
build_style=gnu-configure
hostmakedepends="pkg-config"
short_desc="Sophisticated calendar and alarm program"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
-distfiles="https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"
-checksum=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478
+distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
+checksum=f4622528c2646540c189a58c2a07fc8a8a50276ce82aa974c54a68abe6ad3c64
+
+post_extract() {
+ mv ./remind/* .
+ rm -rf ./remind
+}
From 79580c905d67ac39317bc12f74f96bf71909e775 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 30 May 2022 09:21:21 -0400
Subject: [PATCH 2/2] remind: update to 04.00.00
---
srcpkgs/remind/template | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 3727bbdca001..d9ce10cd0f20 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -2,7 +2,7 @@
pkgname=remind
version=04.00.00
revision=1
-create_wrksrc=yes
+wrksrc="remind"
build_style=gnu-configure
hostmakedepends="pkg-config"
short_desc="Sophisticated calendar and alarm program"
@@ -11,8 +11,3 @@ license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
checksum=f4622528c2646540c189a58c2a07fc8a8a50276ce82aa974c54a68abe6ad3c64
-
-post_extract() {
- mv ./remind/* .
- rm -rf ./remind
-}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
` (5 preceding siblings ...)
2022-05-30 13:26 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-05-30 13:27 ` Barbaross93
2022-05-30 13:28 ` Barbaross93
2022-06-01 7:54 ` [PR PATCH] [Merged]: " leahneukirchen
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-30 13:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by Barbaross93 against master on the void-packages repository
https://github.com/Barbaross93/void-packages remind
https://github.com/void-linux/void-packages/pull/37256
remind: update to 04.00.00
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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 add ci skip tag as described in
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, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/37256.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remind-37256.patch --]
[-- Type: text/x-diff, Size: 1142 bytes --]
From 50f7a3bd27d494bc362514327bd5aa7c72fc19a4 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Mon, 23 May 2022 12:31:00 -0400
Subject: [PATCH] remind: update to 04.00.00
---
srcpkgs/remind/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 99f5d9626d79..d9ce10cd0f20 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,12 +1,13 @@
# Template file for 'remind'
pkgname=remind
-version=03.03.01
+version=04.00.00
revision=1
+wrksrc="remind"
build_style=gnu-configure
hostmakedepends="pkg-config"
short_desc="Sophisticated calendar and alarm program"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2.0-only"
homepage="https://dianne.skoll.ca/projects/remind/"
-distfiles="https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"
-checksum=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478
+distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
+checksum=f4622528c2646540c189a58c2a07fc8a8a50276ce82aa974c54a68abe6ad3c64
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
` (6 preceding siblings ...)
2022-05-30 13:27 ` Barbaross93
@ 2022-05-30 13:28 ` Barbaross93
2022-06-01 7:54 ` [PR PATCH] [Merged]: " leahneukirchen
8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-30 13:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
New comment by Barbaross93 on void-packages repository
https://github.com/void-linux/void-packages/pull/37256#issuecomment-1141162194
Comment:
@leahneukirchen I knew there had to be a simpler way than that wild-goose-chase bit of nonsense I wrote. Thanks, should be all set now.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Merged]: remind: update to 04.00.00
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
` (7 preceding siblings ...)
2022-05-30 13:28 ` Barbaross93
@ 2022-06-01 7:54 ` leahneukirchen
8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2022-06-01 7:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 939 bytes --]
There's a merged pull request on the void-packages repository
remind: update to 04.00.00
https://github.com/void-linux/void-packages/pull/37256
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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 add ci skip tag as described in
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, (x86-64)
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-06-01 7:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 16:32 [PR PATCH] remind: update to 04.00.00 Barbaross93
2022-05-23 16:43 ` Barbaross93
2022-05-23 16:43 ` Barbaross93
2022-05-23 16:54 ` [PR PATCH] [Updated] " Barbaross93
2022-05-23 17:53 ` Barbaross93
2022-05-28 21:20 ` leahneukirchen
2022-05-30 13:26 ` [PR PATCH] [Updated] " Barbaross93
2022-05-30 13:27 ` Barbaross93
2022-05-30 13:28 ` Barbaross93
2022-06-01 7:54 ` [PR PATCH] [Merged]: " leahneukirchen
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).