Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Remind
@ 2024-03-01 17:38 Eloitor
  2024-03-01 17:39 ` [PR PATCH] [Updated] remind: update to 04.03.02 Eloitor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2024-03-01 17:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages remind
https://github.com/void-linux/void-packages/pull/49023

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 0daa773c8f6f661b4ba69ba3f98b604de3dc882b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 1 Mar 2024 19:31:33 +0100
Subject: [PATCH 1/2] remind: update to 04.03.02.

---
 srcpkgs/remind/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index c177ae639087d3..5777d90668481d 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,6 +1,6 @@
 # Template file for 'remind'
 pkgname=remind
-version=04.03.01
+version=04.03.02
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"

From 28caf1b87ab39ef11e246b40ad920f90e955680a Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 1 Mar 2024 19:35:47 +0100
Subject: [PATCH 2/2] remind: update to 04.03.02.

---
 srcpkgs/remind/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index 5777d90668481d..a260310891ba58 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -10,7 +10,7 @@ license="GPL-2.0-only"
 homepage="https://dianne.skoll.ca/projects/remind/"
 changelog="https://git.skoll.ca/Skollsoft-Public/Remind/raw/branch/master/docs/WHATSNEW"
 distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
-checksum=98e5c6902379e9b83edcf168497df6724854cd5f0a5d93c0298dd0169339c724
+checksum=fe3ca4545ab19b852aea9c7a1bcb376fa6759c44a4b43a95049a3a603e9ea856
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: [PR PATCH] [Updated] remind: update to 04.03.02.
  2024-03-01 17:38 [PR PATCH] Remind Eloitor
@ 2024-03-01 17:39 ` Eloitor
  2024-03-01 17:44 ` Eloitor
  2024-03-02 16:06 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2024-03-01 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages remind
https://github.com/void-linux/void-packages/pull/49023

remind: update to 04.03.02.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From e4635daea0cf6b070a8c271eb18bfd273cd8196a Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 1 Mar 2024 19:31:33 +0100
Subject: [PATCH] remind: update to 04.03.02.

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

diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template
index c177ae639087d3..a260310891ba58 100644
--- a/srcpkgs/remind/template
+++ b/srcpkgs/remind/template
@@ -1,6 +1,6 @@
 # Template file for 'remind'
 pkgname=remind
-version=04.03.01
+version=04.03.02
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ license="GPL-2.0-only"
 homepage="https://dianne.skoll.ca/projects/remind/"
 changelog="https://git.skoll.ca/Skollsoft-Public/Remind/raw/branch/master/docs/WHATSNEW"
 distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz"
-checksum=98e5c6902379e9b83edcf168497df6724854cd5f0a5d93c0298dd0169339c724
+checksum=fe3ca4545ab19b852aea9c7a1bcb376fa6759c44a4b43a95049a3a603e9ea856
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: remind: update to 04.03.02.
  2024-03-01 17:38 [PR PATCH] Remind Eloitor
  2024-03-01 17:39 ` [PR PATCH] [Updated] remind: update to 04.03.02 Eloitor
@ 2024-03-01 17:44 ` Eloitor
  2024-03-02 16:06 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2024-03-01 17:44 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/49023#issuecomment-1973619689

Comment:
This update installs the icons and the desktop file in the correct place.

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

* Re: [PR PATCH] [Merged]: remind: update to 04.03.02.
  2024-03-01 17:38 [PR PATCH] Remind Eloitor
  2024-03-01 17:39 ` [PR PATCH] [Updated] remind: update to 04.03.02 Eloitor
  2024-03-01 17:44 ` Eloitor
@ 2024-03-02 16:06 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-03-02 16:06 UTC (permalink / raw)
  To: ml

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

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

remind: update to 04.03.02.
https://github.com/void-linux/void-packages/pull/49023

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2024-03-02 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 17:38 [PR PATCH] Remind Eloitor
2024-03-01 17:39 ` [PR PATCH] [Updated] remind: update to 04.03.02 Eloitor
2024-03-01 17:44 ` Eloitor
2024-03-02 16:06 ` [PR PATCH] [Merged]: " classabbyamp

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