Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] claws-mail: update to 4.0.0.
@ 2021-08-05 18:48 mobinmob
  2021-08-10 19:04 ` Chocimier
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mobinmob @ 2021-08-05 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages claws-mail
https://github.com/void-linux/void-packages/pull/32347

claws-mail: update to 4.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32347.patch is attached

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

From 5e470f4d41ce6b5de40a2cec2e406b25d5280831 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 5 Aug 2021 21:48:18 +0300
Subject: [PATCH] claws-mail: update to 4.0.0.

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

diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template
index 12b30963b7c6..25ddd9ebd76a 100644
--- a/srcpkgs/claws-mail/template
+++ b/srcpkgs/claws-mail/template
@@ -1,6 +1,6 @@
 # Template file for 'claws-mail'
 pkgname=claws-mail
-version=3.17.8
+version=4.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
@@ -17,7 +17,7 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://claws-mail.org"
 distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
-checksum=cdb7b2814995d6f4a9c3b1f0bc1467ed5c3cf2a5e0da1730aaa25a8accafddaf
+checksum=4af2bd26a5d91eacb2a9c09f67a6a46c2222b40817c1f525dc050bdc7b0ee475
 
 claws-mail-devel_package() {
 	depends="${makedepends}"

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

* Re: claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
@ 2021-08-10 19:04 ` Chocimier
  2021-08-11 20:55 ` [PR PATCH] [Updated] " mobinmob
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-08-10 19:04 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32347#issuecomment-896241693

Comment:
Please add https://claws-mail.org/NEWS changelog.

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

* Re: [PR PATCH] [Updated] claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
  2021-08-10 19:04 ` Chocimier
@ 2021-08-11 20:55 ` mobinmob
  2021-08-11 20:56 ` mobinmob
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-08-11 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages claws-mail
https://github.com/void-linux/void-packages/pull/32347

claws-mail: update to 4.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32347.patch is attached

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

From 7ca835a62f5064a1e484025424f5955954d025ba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 5 Aug 2021 21:48:18 +0300
Subject: [PATCH] claws-mail: update to 4.0.0.

---
 srcpkgs/claws-mail/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template
index 12b30963b7c6..779989d6025b 100644
--- a/srcpkgs/claws-mail/template
+++ b/srcpkgs/claws-mail/template
@@ -1,6 +1,6 @@
 # Template file for 'claws-mail'
 pkgname=claws-mail
-version=3.17.8
+version=4.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
@@ -16,8 +16,9 @@ short_desc="GTK+ based, user-friendly, lightweight, and fast email client"
 maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://claws-mail.org"
+changelog="https://claws-mail.org/NEWS"
 distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
-checksum=cdb7b2814995d6f4a9c3b1f0bc1467ed5c3cf2a5e0da1730aaa25a8accafddaf
+checksum=4af2bd26a5d91eacb2a9c09f67a6a46c2222b40817c1f525dc050bdc7b0ee475
 
 claws-mail-devel_package() {
 	depends="${makedepends}"

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

* Re: [PR PATCH] [Updated] claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
  2021-08-10 19:04 ` Chocimier
  2021-08-11 20:55 ` [PR PATCH] [Updated] " mobinmob
@ 2021-08-11 20:56 ` mobinmob
  2021-08-11 20:56 ` mobinmob
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-08-11 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages claws-mail
https://github.com/void-linux/void-packages/pull/32347

claws-mail: update to 4.0.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32347.patch is attached

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

From 4a593b874eafe22b0f8167d3f474ba3f7dca808c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 5 Aug 2021 21:48:18 +0300
Subject: [PATCH] claws-mail: update to 4.0.0.

---
 srcpkgs/claws-mail/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template
index 12b30963b7c6..779989d6025b 100644
--- a/srcpkgs/claws-mail/template
+++ b/srcpkgs/claws-mail/template
@@ -1,6 +1,6 @@
 # Template file for 'claws-mail'
 pkgname=claws-mail
-version=3.17.8
+version=4.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-python-plugin --disable-perl-plugin
@@ -16,8 +16,9 @@ short_desc="GTK+ based, user-friendly, lightweight, and fast email client"
 maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://claws-mail.org"
+changelog="https://claws-mail.org/NEWS"
 distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"
-checksum=cdb7b2814995d6f4a9c3b1f0bc1467ed5c3cf2a5e0da1730aaa25a8accafddaf
+checksum=4af2bd26a5d91eacb2a9c09f67a6a46c2222b40817c1f525dc050bdc7b0ee475
 
 claws-mail-devel_package() {
 	depends="${makedepends}"

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

* Re: claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
                   ` (2 preceding siblings ...)
  2021-08-11 20:56 ` mobinmob
@ 2021-08-11 20:56 ` mobinmob
  2021-08-17 22:38 ` Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-08-11 20:56 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/32347#issuecomment-897146525

Comment:
> Please add https://claws-mail.org/NEWS changelog.

Done ;)

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

* Re: claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
                   ` (3 preceding siblings ...)
  2021-08-11 20:56 ` mobinmob
@ 2021-08-17 22:38 ` Chocimier
  2022-04-05 19:56 ` [PR PATCH] [Closed]: " Chocimier
  2022-04-05 19:56 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-08-17 22:38 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32347#issuecomment-900677408

Comment:
We generally want update to 4, but it was updated to 3.18.0 which is same as 4.0. Please update PR on new release. Thanks.

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

* Re: claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
                   ` (5 preceding siblings ...)
  2022-04-05 19:56 ` [PR PATCH] [Closed]: " Chocimier
@ 2022-04-05 19:56 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-04-05 19:56 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32347#issuecomment-1089262520

Comment:
Resolved by #36523. 

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

* Re: [PR PATCH] [Closed]: claws-mail: update to 4.0.0.
  2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
                   ` (4 preceding siblings ...)
  2021-08-17 22:38 ` Chocimier
@ 2022-04-05 19:56 ` Chocimier
  2022-04-05 19:56 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-04-05 19:56 UTC (permalink / raw)
  To: ml

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

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

claws-mail: update to 4.0.0.
https://github.com/void-linux/void-packages/pull/32347

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 8+ messages in thread

end of thread, other threads:[~2022-04-05 19:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05 18:48 [PR PATCH] claws-mail: update to 4.0.0 mobinmob
2021-08-10 19:04 ` Chocimier
2021-08-11 20:55 ` [PR PATCH] [Updated] " mobinmob
2021-08-11 20:56 ` mobinmob
2021-08-11 20:56 ` mobinmob
2021-08-17 22:38 ` Chocimier
2022-04-05 19:56 ` [PR PATCH] [Closed]: " Chocimier
2022-04-05 19:56 ` Chocimier

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