* Re: [PR PATCH] [Updated] New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
@ 2025-01-22 22:53 ` chilledfrogs
2025-01-22 23:24 ` chilledfrogs
` (9 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-01-22 22:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
There is an updated pull request by chilledfrogs against master on the void-packages repository
https://github.com/chilledfrogs/void-packages remindcal
https://github.com/void-linux/void-packages/pull/54081
New package: remindcal-0.1.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
A patch file from https://github.com/void-linux/void-packages/pull/54081.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remindcal-54081.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]
From 270a9eadeef37ecf19f0c214cacc2458ce8ac05d Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Wed, 22 Jan 2025 23:25:57 +0100
Subject: [PATCH] New package: remindcal-0.1.0
---
srcpkgs/remindcal/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/remindcal/template
diff --git a/srcpkgs/remindcal/template b/srcpkgs/remindcal/template
new file mode 100644
index 00000000000000..cf7d9940e62b18
--- /dev/null
+++ b/srcpkgs/remindcal/template
@@ -0,0 +1,14 @@
+# Template file for 'remindcal'
+pkgname=remindcal
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="remindcal"
+makedepends="ncurses-devel"
+short_desc="TUI front-end for Remind"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/realsirjoe/remindcal"
+#changelog=""
+distfiles="https://github.com/realsirjoe/remindcal/archive/refs/tags/v${version}.tar.gz"
+checksum=ffcd524c2ffc78c5b8ea0707085d7fdd440962b1cbf446a08205ebd1d6959222
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PR PATCH] [Updated] New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
2025-01-22 22:53 ` [PR PATCH] [Updated] " chilledfrogs
@ 2025-01-22 23:24 ` chilledfrogs
2025-01-22 23:26 ` chilledfrogs
` (8 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-01-22 23:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
There is an updated pull request by chilledfrogs against master on the void-packages repository
https://github.com/chilledfrogs/void-packages remindcal
https://github.com/void-linux/void-packages/pull/54081
New package: remindcal-0.1.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
A patch file from https://github.com/void-linux/void-packages/pull/54081.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remindcal-54081.patch --]
[-- Type: text/x-diff, Size: 1020 bytes --]
From eb3bc1b7fee191c656b3ebcf32bd42c057850fad Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Wed, 22 Jan 2025 23:25:57 +0100
Subject: [PATCH] New package: remindcal-0.1.0
---
srcpkgs/remindcal/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/remindcal/template
diff --git a/srcpkgs/remindcal/template b/srcpkgs/remindcal/template
new file mode 100644
index 00000000000000..05df39f11730bb
--- /dev/null
+++ b/srcpkgs/remindcal/template
@@ -0,0 +1,14 @@
+# Template file for 'remindcal'
+pkgname=remindcal
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="remindcal"
+makedepends="ncurses-devel"
+short_desc="TUI front-end for Remind"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/realsirjoe/remindcal"
+#changelog=""
+distfiles="https://github.com/realsirjoe/remindcal/archive/v${version}.tar.gz"
+checksum=ffcd524c2ffc78c5b8ea0707085d7fdd440962b1cbf446a08205ebd1d6959222
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PR PATCH] [Updated] New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
2025-01-22 22:53 ` [PR PATCH] [Updated] " chilledfrogs
2025-01-22 23:24 ` chilledfrogs
@ 2025-01-22 23:26 ` chilledfrogs
2025-01-24 9:26 ` Eloitor
` (7 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-01-22 23:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
There is an updated pull request by chilledfrogs against master on the void-packages repository
https://github.com/chilledfrogs/void-packages remindcal
https://github.com/void-linux/void-packages/pull/54081
New package: remindcal-0.1.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
A patch file from https://github.com/void-linux/void-packages/pull/54081.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remindcal-54081.patch --]
[-- Type: text/x-diff, Size: 1013 bytes --]
From 23930b05f2bedd4a2d47fb86b7cdc48ab6118260 Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Wed, 22 Jan 2025 23:25:57 +0100
Subject: [PATCH] New package: remindcal-0.1.0
---
srcpkgs/remindcal/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/remindcal/template
diff --git a/srcpkgs/remindcal/template b/srcpkgs/remindcal/template
new file mode 100644
index 00000000000000..3aea254a6ac306
--- /dev/null
+++ b/srcpkgs/remindcal/template
@@ -0,0 +1,14 @@
+# Template file for 'remindcal'
+pkgname=remindcal
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="remindcal"
+makedepends="ncurses-devel"
+short_desc="TUI front-end for Remind"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="Unlicense"
+homepage="https://github.com/realsirjoe/remindcal"
+#changelog=""
+distfiles="https://github.com/realsirjoe/remindcal/archive/v${version}.tar.gz"
+checksum=ffcd524c2ffc78c5b8ea0707085d7fdd440962b1cbf446a08205ebd1d6959222
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (2 preceding siblings ...)
2025-01-22 23:26 ` chilledfrogs
@ 2025-01-24 9:26 ` Eloitor
2025-01-24 13:40 ` [PR PATCH] [Updated] " chilledfrogs
` (6 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2025-01-24 9:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-2612055739
Comment:
`depends="remind"` ?
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PR PATCH] [Updated] New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (3 preceding siblings ...)
2025-01-24 9:26 ` Eloitor
@ 2025-01-24 13:40 ` chilledfrogs
2025-04-25 2:08 ` github-actions
` (5 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-01-24 13:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
There is an updated pull request by chilledfrogs against master on the void-packages repository
https://github.com/chilledfrogs/void-packages remindcal
https://github.com/void-linux/void-packages/pull/54081
New package: remindcal-0.1.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
A patch file from https://github.com/void-linux/void-packages/pull/54081.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remindcal-54081.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]
From 552c5f06c4d7bbdac8174fe8059836aa7c8e689e Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Wed, 22 Jan 2025 23:25:57 +0100
Subject: [PATCH] New package: remindcal-0.1.0
---
srcpkgs/remindcal/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/remindcal/template
diff --git a/srcpkgs/remindcal/template b/srcpkgs/remindcal/template
new file mode 100644
index 00000000000000..b511e3e94c0ff0
--- /dev/null
+++ b/srcpkgs/remindcal/template
@@ -0,0 +1,15 @@
+# Template file for 'remindcal'
+pkgname=remindcal
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="remindcal"
+makedepends="ncurses-devel"
+depends="remind"
+short_desc="TUI front-end for Remind"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="Unlicense"
+homepage="https://github.com/realsirjoe/remindcal"
+#changelog=""
+distfiles="https://github.com/realsirjoe/remindcal/archive/v${version}.tar.gz"
+checksum=ffcd524c2ffc78c5b8ea0707085d7fdd440962b1cbf446a08205ebd1d6959222
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (4 preceding siblings ...)
2025-01-24 13:40 ` [PR PATCH] [Updated] " chilledfrogs
@ 2025-04-25 2:08 ` github-actions
2025-04-26 23:40 ` chilledfrogs
` (4 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2025-04-25 2:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-2829217597
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (5 preceding siblings ...)
2025-04-25 2:08 ` github-actions
@ 2025-04-26 23:40 ` chilledfrogs
2025-07-26 2:14 ` github-actions
` (3 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-04-26 23:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 151 bytes --]
New comment by chilledfrogs on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-2832787043
Comment:
Bump
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (6 preceding siblings ...)
2025-04-26 23:40 ` chilledfrogs
@ 2025-07-26 2:14 ` github-actions
2025-07-28 16:14 ` chilledfrogs
` (2 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2025-07-26 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-3120998317
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (7 preceding siblings ...)
2025-07-26 2:14 ` github-actions
@ 2025-07-28 16:14 ` chilledfrogs
2025-10-28 2:07 ` github-actions
2025-10-29 1:06 ` chilledfrogs
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-07-28 16:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 151 bytes --]
New comment by chilledfrogs on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-3127984364
Comment:
Bump
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (8 preceding siblings ...)
2025-07-28 16:14 ` chilledfrogs
@ 2025-10-28 2:07 ` github-actions
2025-10-29 1:06 ` chilledfrogs
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2025-10-28 2:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-3454134602
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: New package: remindcal-0.1.0
2025-01-22 22:50 [PR PATCH] New package: remindcal-0.1.0 chilledfrogs
` (9 preceding siblings ...)
2025-10-28 2:07 ` github-actions
@ 2025-10-29 1:06 ` chilledfrogs
10 siblings, 0 replies; 12+ messages in thread
From: chilledfrogs @ 2025-10-29 1:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
New comment by chilledfrogs on void-packages repository
https://github.com/void-linux/void-packages/pull/54081#issuecomment-3459231931
Comment:
Bump bump?
^ permalink raw reply [flat|nested] 12+ messages in thread