Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mailnag-2.2.0
@ 2021-06-08 16:00 Cnoob41
  2021-06-08 16:56 ` [PR REVIEW] " Chocimier
                   ` (38 more replies)
  0 siblings, 39 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cnoob41/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From badb8ea91e5bcacc7b0bf8b932b0b7a983e0b070 Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..b0b00d574802
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,21 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+# a libsecret client (GNOME Keyring, Kwallet...) is needed
+# a libnotify client is needed (if you want to use the libnotify extention)
+# You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about syslog
+depends="python3 python3-gobject python3-dbus python3-xdg libsecret gtk+3 $(vopt_if sound gst-plugins-base1) $(vopt_if notify libnotify)"
+build_options="notify sound"
+desc_option_notify="Adds support for libnotify plugin"
+desc_option_sound="Adds support for sound notification plugin"
+build_options_default="notify sound"
+make_install_args="--optimize=1 --skip-build"
+short_desc="Extensible mail notification daemon"
+maintainer="cnoob <coder64@protonmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
  2021-06-08 16:56 ` [PR REVIEW] " Chocimier
@ 2021-06-08 16:56 ` Chocimier
  2021-06-08 16:57 ` Chocimier
                   ` (36 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 16:56 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647624051

Comment:
Listing python3 is not needed when some module is listed.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
@ 2021-06-08 16:56 ` Chocimier
  2021-06-08 16:56 ` Chocimier
                   ` (37 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 16:56 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647623496

Comment:
Build options affecting only depends makes little sense, it is easier to install libnotify than rebuild mailnag.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
  2021-06-08 16:56 ` [PR REVIEW] " Chocimier
  2021-06-08 16:56 ` Chocimier
@ 2021-06-08 16:57 ` Chocimier
  2021-06-08 16:57 ` Chocimier
                   ` (35 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 16:57 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647625678

Comment:
bytecode optimizing is already handled by build style, --skip-build isn't neede either

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (2 preceding siblings ...)
  2021-06-08 16:57 ` Chocimier
@ 2021-06-08 16:57 ` Chocimier
  2021-06-08 17:10 ` Cnoob41
                   ` (34 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 16:57 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647627156

Comment:
-or-later, not -only

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (3 preceding siblings ...)
  2021-06-08 16:57 ` Chocimier
@ 2021-06-08 17:10 ` Cnoob41
  2021-06-08 17:19 ` Chocimier
                   ` (33 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647636516

Comment:
You mean the build style? If yes, I have thought that I need to specify this, because the [manual](https://github.com/Cnoob41/void-packages/blob/master/CONTRIBUTING.md) says that:

> Please note that required packages to execute a `build_style` script must be defined via `$hostmakedepends`.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (4 preceding siblings ...)
  2021-06-08 17:10 ` Cnoob41
@ 2021-06-08 17:19 ` Chocimier
  2021-06-08 17:22 ` Cnoob41
                   ` (32 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 17:19 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647643078

Comment:
In `depends` a module that mailnag depend on will depend on interpreter, so no need to add it explicitly.
For hostmakedepends you're right, please leave as is.


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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (5 preceding siblings ...)
  2021-06-08 17:19 ` Chocimier
@ 2021-06-08 17:22 ` Cnoob41
  2021-06-08 17:24 ` [PR PATCH] [Updated] " Cnoob41
                   ` (31 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:22 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647645052

Comment:
What do you mean by that?

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

* Re: [PR PATCH] [Updated] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (6 preceding siblings ...)
  2021-06-08 17:22 ` Cnoob41
@ 2021-06-08 17:24 ` Cnoob41
  2021-06-08 17:25 ` [PR REVIEW] " Chocimier
                   ` (30 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cnoob41/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From d0ce8e2599732c367a958db43156c1719edc462f Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..70a9074e6576
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,17 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+# install gst-plugins-base1 if you want the Sound Notifications plugin
+# install libnotify and a libnotify client if you want the LibNotify Notifications plugin
+# a libsecret client (GNOME Keyring, Kwallet...) is needed
+# You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about syslog
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="cnoob <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (7 preceding siblings ...)
  2021-06-08 17:24 ` [PR PATCH] [Updated] " Cnoob41
@ 2021-06-08 17:25 ` Chocimier
  2021-06-08 17:25 ` Cnoob41
                   ` (29 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 17:25 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647646942

Comment:
Replace `depends="python3 python3-gobject`... with `depends="python3-gobject`...

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (8 preceding siblings ...)
  2021-06-08 17:25 ` [PR REVIEW] " Chocimier
@ 2021-06-08 17:25 ` Cnoob41
  2021-06-08 17:25 ` Cnoob41
                   ` (28 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:25 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647646988

Comment:
Fixed.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (9 preceding siblings ...)
  2021-06-08 17:25 ` Cnoob41
@ 2021-06-08 17:25 ` Cnoob41
  2021-06-08 17:25 ` Cnoob41
                   ` (27 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:25 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647647274

Comment:
Fixed.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (10 preceding siblings ...)
  2021-06-08 17:25 ` Cnoob41
@ 2021-06-08 17:25 ` Cnoob41
  2021-06-08 17:30 ` Cnoob41
                   ` (26 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:25 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647647352

Comment:
Fixed.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (11 preceding siblings ...)
  2021-06-08 17:25 ` Cnoob41
@ 2021-06-08 17:30 ` Cnoob41
  2021-06-08 17:34 ` Chocimier
                   ` (25 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:30 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647650812

Comment:
But the program depends on `python3`. It will not run without it.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (12 preceding siblings ...)
  2021-06-08 17:30 ` Cnoob41
@ 2021-06-08 17:34 ` Chocimier
  2021-06-08 17:45 ` Cnoob41
                   ` (24 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 17:34 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647653058

Comment:
So does python3-xdg.

mailnag depends on python3-xdg.
python3-xdg depends on python3.
Therefore, python3 will be installed when mailnag is installed.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (13 preceding siblings ...)
  2021-06-08 17:34 ` Chocimier
@ 2021-06-08 17:45 ` Cnoob41
  2021-06-08 18:00 ` Chocimier
                   ` (23 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 17:45 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647660639

Comment:
Oh. But this will not have any effect on this, am I right? I agree with you and I have removed this dependency, but I'd like to know if it will matter if I would add a package `x` and `y` to dependencies if I wouldn't notice that package `x` depends on package `y`.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (14 preceding siblings ...)
  2021-06-08 17:45 ` Cnoob41
@ 2021-06-08 18:00 ` Chocimier
  2021-06-08 18:04 ` Cnoob41
                   ` (22 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-08 18:00 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647673538

Comment:
Generally all dependencies should be added as stated by upstream, to be prepared to dropping dependencies by other packages. Python interpreter is one of few cases where it's obvious that it is needed by modules, so listing it is noise.

Dependencies detected and listed in build log by 04-generate-runtime-deps hook aren't listed either. There are none for this package as it is written in python, but for compiled packages it's often all dependencies.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (15 preceding siblings ...)
  2021-06-08 18:00 ` Chocimier
@ 2021-06-08 18:04 ` Cnoob41
  2021-06-08 18:13 ` Cnoob41
                   ` (21 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 18:04 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647677450

Comment:
Ok.

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

* Re: New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (16 preceding siblings ...)
  2021-06-08 18:04 ` Cnoob41
@ 2021-06-08 18:13 ` Cnoob41
  2021-06-08 18:33 ` [PR REVIEW] " ericonr
                   ` (20 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-08 18:13 UTC (permalink / raw)
  To: ml

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

New comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-856986355

Comment:
@Chocimier, thank you for your advice, this is the first package that I have added here and also my first contribution to a public Github project. So I hope that this will be alright.

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (17 preceding siblings ...)
  2021-06-08 18:13 ` Cnoob41
@ 2021-06-08 18:33 ` ericonr
  2021-06-11 14:56 ` Cnoob41
                   ` (19 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: ericonr @ 2021-06-08 18:33 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r647698959

Comment:
You can add `mailnag/files/README.voidlinux` file containing this info, and install it in `post_install` with `vdoc $FILESDIR/README.voidlinux`. Having it in the template isn't much help to users,

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (18 preceding siblings ...)
  2021-06-08 18:33 ` [PR REVIEW] " ericonr
@ 2021-06-11 14:56 ` Cnoob41
  2021-06-11 15:09 ` [PR PATCH] [Updated] " Cnoob41
                   ` (18 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-11 14:56 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r650045715

Comment:
I'm having problems with git, but I'll try to add those changes.

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

* Re: [PR PATCH] [Updated] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (19 preceding siblings ...)
  2021-06-11 14:56 ` Cnoob41
@ 2021-06-11 15:09 ` Cnoob41
  2021-06-11 15:10 ` [PR REVIEW] " Cnoob41
                   ` (17 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-11 15:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cnoob41/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From 5a99877feb1f4789f7ad3b133cada864cfdd5292 Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  4 ++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..e3dc65132beb
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,4 @@
+install gst-plugins-base1 if you want the Sound Notifications plugin
+install libnotify and a libnotify client if you want the LibNotify Notifications plugin
+a libsecret client (GNOME Keyring, Kwallet...) is needed
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about syslog
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..7af0e7f7829c
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="cnoob <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: [PR REVIEW] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (20 preceding siblings ...)
  2021-06-11 15:09 ` [PR PATCH] [Updated] " Cnoob41
@ 2021-06-11 15:10 ` Cnoob41
  2021-06-12 10:12 ` [PR PATCH] [Updated] " meator
                   ` (16 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Cnoob41 @ 2021-06-11 15:10 UTC (permalink / raw)
  To: ml

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

New review comment by Cnoob41 on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#discussion_r650056884

Comment:
Fixed.

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

* Re: [PR PATCH] [Updated] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (21 preceding siblings ...)
  2021-06-11 15:10 ` [PR REVIEW] " Cnoob41
@ 2021-06-12 10:12 ` meator
  2021-06-12 11:26 ` meator
                   ` (15 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 10:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From c4791eaca0beb2e1e4ce49a2ad544d3552b28657 Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  4 ++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..e3dc65132beb
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,4 @@
+install gst-plugins-base1 if you want the Sound Notifications plugin
+install libnotify and a libnotify client if you want the LibNotify Notifications plugin
+a libsecret client (GNOME Keyring, Kwallet...) is needed
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about syslog
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: [PR PATCH] [Updated] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (22 preceding siblings ...)
  2021-06-12 10:12 ` [PR PATCH] [Updated] " meator
@ 2021-06-12 11:26 ` meator
  2021-06-12 11:46 ` meator
                   ` (14 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 11:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From bae74e85f1003091ee778bae57d6b72be0ed8fa3 Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  4 ++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..e3dc65132beb
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,4 @@
+install gst-plugins-base1 if you want the Sound Notifications plugin
+install libnotify and a libnotify client if you want the LibNotify Notifications plugin
+a libsecret client (GNOME Keyring, Kwallet...) is needed
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about syslog
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: [PR PATCH] [Updated] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (23 preceding siblings ...)
  2021-06-12 11:26 ` meator
@ 2021-06-12 11:46 ` meator
  2021-06-12 11:48 ` meator
                   ` (13 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From d2f658cfd19e09f4b9e944f45aed618384bd22dd Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  4 ++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..ee25fcdf51d2
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,4 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (24 preceding siblings ...)
  2021-06-12 11:46 ` meator
@ 2021-06-12 11:48 ` meator
  2021-06-12 14:18 ` [PR PATCH] [Updated] " meator
                   ` (12 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 11:48 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860042406

Comment:
I've just added some stylistic changes, the package should be now ready for merge.

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

* Re: [PR PATCH] [Updated] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (25 preceding siblings ...)
  2021-06-12 11:48 ` meator
@ 2021-06-12 14:18 ` meator
  2021-06-12 15:55 ` [PR PATCH] [Updated] [WIP] " meator
                   ` (11 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From d2f658cfd19e09f4b9e944f45aed618384bd22dd Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  4 ++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..ee25fcdf51d2
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,4 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

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

* Re: [PR PATCH] [Updated] [WIP] New package: mailnag-2.2.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (26 preceding siblings ...)
  2021-06-12 14:18 ` [PR PATCH] [Updated] " meator
@ 2021-06-12 15:55 ` meator
  2021-06-12 16:31 ` [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0 meator
                   ` (10 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 15:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

[WIP] New package: mailnag-2.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From 8a75a6d6ae68c5d40ca07f6dfa8d193f447708ae Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH 1/2] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  5 +++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..66ea0e65b526
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,5 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+Install mailnag-goa-plugin if you want the GNOME Online Accounts plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

From deb742fa79a045b9e9a32c6003e0831ee1b9a460 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Sat, 12 Jun 2021 17:53:07 +0200
Subject: [PATCH 2/2] New package: mailnag-goa-plugin-2.0.0

---
 srcpkgs/mailnag-goa-plugin/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/mailnag-goa-plugin/template

diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template
new file mode 100644
index 000000000000..11549f9f8cc3
--- /dev/null
+++ b/srcpkgs/mailnag-goa-plugin/template
@@ -0,0 +1,13 @@
+# Template file for 'mailnag-goa-plugin'
+pkgname=mailnag-goa-plugin
+version=2.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="mailnag gnome-online-accounts"
+short_desc="Mailnag GNOME Online Accounts plugin"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag-goa-plugin"
+distfiles="https://github.com/pulb/mailnag-goa-plugin/archive/refs/tags/v${version}.tar.gz"
+checksum=8adfbd21d9c42243381856c2d46b1c97ec35c48fad5a0057e7b7e5c54bf7a45c

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

* Re: [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (27 preceding siblings ...)
  2021-06-12 15:55 ` [PR PATCH] [Updated] [WIP] " meator
@ 2021-06-12 16:31 ` meator
  2021-06-12 16:39 ` meator
                   ` (9 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From 8a75a6d6ae68c5d40ca07f6dfa8d193f447708ae Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH 1/2] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  5 +++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..66ea0e65b526
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,5 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+Install mailnag-goa-plugin if you want the GNOME Online Accounts plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

From deb742fa79a045b9e9a32c6003e0831ee1b9a460 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Sat, 12 Jun 2021 17:53:07 +0200
Subject: [PATCH 2/2] New package: mailnag-goa-plugin-2.0.0

---
 srcpkgs/mailnag-goa-plugin/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/mailnag-goa-plugin/template

diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template
new file mode 100644
index 000000000000..11549f9f8cc3
--- /dev/null
+++ b/srcpkgs/mailnag-goa-plugin/template
@@ -0,0 +1,13 @@
+# Template file for 'mailnag-goa-plugin'
+pkgname=mailnag-goa-plugin
+version=2.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="mailnag gnome-online-accounts"
+short_desc="Mailnag GNOME Online Accounts plugin"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag-goa-plugin"
+distfiles="https://github.com/pulb/mailnag-goa-plugin/archive/refs/tags/v${version}.tar.gz"
+checksum=8adfbd21d9c42243381856c2d46b1c97ec35c48fad5a0057e7b7e5c54bf7a45c

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

* Re: [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (28 preceding siblings ...)
  2021-06-12 16:31 ` [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0 meator
@ 2021-06-12 16:39 ` meator
  2021-06-12 16:40 ` Chocimier
                   ` (8 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From 4b7971c2b5d9f547e76d66b3fedb53ea804429ec Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH 1/2] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  5 +++++
 srcpkgs/mailnag/template               | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..66ea0e65b526
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,5 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+Install mailnag-goa-plugin if you want the GNOME Online Accounts plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..d0065ed73bf6
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,18 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}
+
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9

From 36e2b40e693f08eb7f66d8e41b8b347ca8f05de7 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Sat, 12 Jun 2021 17:53:07 +0200
Subject: [PATCH 2/2] New package: mailnag-goa-plugin-2.0.0

---
 srcpkgs/mailnag-goa-plugin/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/mailnag-goa-plugin/template

diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template
new file mode 100644
index 000000000000..11549f9f8cc3
--- /dev/null
+++ b/srcpkgs/mailnag-goa-plugin/template
@@ -0,0 +1,13 @@
+# Template file for 'mailnag-goa-plugin'
+pkgname=mailnag-goa-plugin
+version=2.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="mailnag gnome-online-accounts"
+short_desc="Mailnag GNOME Online Accounts plugin"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag-goa-plugin"
+distfiles="https://github.com/pulb/mailnag-goa-plugin/archive/refs/tags/v${version}.tar.gz"
+checksum=8adfbd21d9c42243381856c2d46b1c97ec35c48fad5a0057e7b7e5c54bf7a45c

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

* Re: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (29 preceding siblings ...)
  2021-06-12 16:39 ` meator
@ 2021-06-12 16:40 ` Chocimier
  2021-06-12 16:40 ` meator
                   ` (7 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-12 16:40 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860077880

Comment:
Given it is gtk application, adding dependency on gnome-keyring may be better than leaving it failing with non-obvius error.
Function should go after variables, not in between.

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

* Re: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (30 preceding siblings ...)
  2021-06-12 16:40 ` Chocimier
@ 2021-06-12 16:40 ` meator
  2021-06-12 16:43 ` meator
                   ` (6 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 16:40 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860077992

Comment:
I rebased my fork. Everything should be up to date now.

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

* Re: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (31 preceding siblings ...)
  2021-06-12 16:40 ` meator
@ 2021-06-12 16:43 ` meator
  2021-06-12 17:05 ` [PR PATCH] [Updated] " meator
                   ` (5 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 16:43 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860078276

Comment:
I had a little discussion about this in IRC. It's mentioned in README.voidlinux and I have created an issue on their github about this. And some people might get it from the error message so I think this is the best solution.

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

* Re: [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (32 preceding siblings ...)
  2021-06-12 16:43 ` meator
@ 2021-06-12 17:05 ` meator
  2021-06-12 17:19 ` meator
                   ` (4 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 17:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From 4b696b6cd44c1295826e86dae92e0a05fc6189bc Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH 1/2] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  5 +++++
 srcpkgs/mailnag/template               | 17 +++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..66ea0e65b526
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,5 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+Install mailnag-goa-plugin if you want the GNOME Online Accounts plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..5fbc5deff10d
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,17 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}

From bf2c7511d220e20e52640b5ec1ee06817e25efd6 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Sat, 12 Jun 2021 17:53:07 +0200
Subject: [PATCH 2/2] New package: mailnag-goa-plugin-2.0.0

---
 srcpkgs/mailnag-goa-plugin/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/mailnag-goa-plugin/template

diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template
new file mode 100644
index 000000000000..11549f9f8cc3
--- /dev/null
+++ b/srcpkgs/mailnag-goa-plugin/template
@@ -0,0 +1,13 @@
+# Template file for 'mailnag-goa-plugin'
+pkgname=mailnag-goa-plugin
+version=2.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="mailnag gnome-online-accounts"
+short_desc="Mailnag GNOME Online Accounts plugin"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag-goa-plugin"
+distfiles="https://github.com/pulb/mailnag-goa-plugin/archive/refs/tags/v${version}.tar.gz"
+checksum=8adfbd21d9c42243381856c2d46b1c97ec35c48fad5a0057e7b7e5c54bf7a45c

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

* Re: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (33 preceding siblings ...)
  2021-06-12 17:05 ` [PR PATCH] [Updated] " meator
@ 2021-06-12 17:19 ` meator
  2021-06-13 18:59 ` meator
                   ` (3 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-12 17:19 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860082969

Comment:
And I moved the function.

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

* Re: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (34 preceding siblings ...)
  2021-06-12 17:19 ` meator
@ 2021-06-13 18:59 ` meator
  2021-06-14 16:03 ` [PR PATCH] [Updated] " meator
                   ` (2 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-13 18:59 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860255369

Comment:
So what do you think about adding a `libsecret` client to dependencies?

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

* Re: [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (35 preceding siblings ...)
  2021-06-13 18:59 ` meator
@ 2021-06-14 16:03 ` meator
  2021-06-14 20:04 ` Chocimier
  2021-06-14 20:04 ` [PR PATCH] [Merged]: " Chocimier
  38 siblings, 0 replies; 40+ messages in thread
From: meator @ 2021-06-14 16:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages master
https://github.com/void-linux/void-packages/pull/31367

New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31367.patch is attached

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

From 2b67b98dbd805cd9239da6f2b27fc1512511e28f Mon Sep 17 00:00:00 2001
From: cnoob <coder64@protonmail.com>
Date: Tue, 8 Jun 2021 17:47:01 +0200
Subject: [PATCH 1/2] New package: mailnag-2.2.0

---
 srcpkgs/mailnag/files/README.voidlinux |  5 +++++
 srcpkgs/mailnag/template               | 17 +++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/mailnag/files/README.voidlinux
 create mode 100644 srcpkgs/mailnag/template

diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux
new file mode 100644
index 000000000000..66ea0e65b526
--- /dev/null
+++ b/srcpkgs/mailnag/files/README.voidlinux
@@ -0,0 +1,5 @@
+Install gst-plugins-base1 if you want the Sound Notifications plugin.
+Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
+Install mailnag-goa-plugin if you want the GNOME Online Accounts plugin.
+This package needs a libsecret client (GNOME Keyring, Kwallet...).
+You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
new file mode 100644
index 000000000000..5fbc5deff10d
--- /dev/null
+++ b/srcpkgs/mailnag/template
@@ -0,0 +1,17 @@
+# Template file for 'mailnag'
+pkgname=mailnag
+version=2.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3 gettext"
+depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
+short_desc="Extensible mail notification daemon"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag"
+distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
+checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+}

From 4dbd24d185c63990719001c2d0b7d3b2ed722e64 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Sat, 12 Jun 2021 17:53:07 +0200
Subject: [PATCH 2/2] New package: mailnag-goa-plugin-2.0.0

---
 srcpkgs/mailnag-goa-plugin/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/mailnag-goa-plugin/template

diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template
new file mode 100644
index 000000000000..11549f9f8cc3
--- /dev/null
+++ b/srcpkgs/mailnag-goa-plugin/template
@@ -0,0 +1,13 @@
+# Template file for 'mailnag-goa-plugin'
+pkgname=mailnag-goa-plugin
+version=2.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="mailnag gnome-online-accounts"
+short_desc="Mailnag GNOME Online Accounts plugin"
+maintainer="meator <coder64@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pulb/mailnag-goa-plugin"
+distfiles="https://github.com/pulb/mailnag-goa-plugin/archive/refs/tags/v${version}.tar.gz"
+checksum=8adfbd21d9c42243381856c2d46b1c97ec35c48fad5a0057e7b7e5c54bf7a45c

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

* Re: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (36 preceding siblings ...)
  2021-06-14 16:03 ` [PR PATCH] [Updated] " meator
@ 2021-06-14 20:04 ` Chocimier
  2021-06-14 20:04 ` [PR PATCH] [Merged]: " Chocimier
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-14 20:04 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31367#issuecomment-860957015

Comment:
> I think this is the best solution

ok

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

* Re: [PR PATCH] [Merged]: New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
  2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
                   ` (37 preceding siblings ...)
  2021-06-14 20:04 ` Chocimier
@ 2021-06-14 20:04 ` Chocimier
  38 siblings, 0 replies; 40+ messages in thread
From: Chocimier @ 2021-06-14 20:04 UTC (permalink / raw)
  To: ml

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

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

New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0
https://github.com/void-linux/void-packages/pull/31367

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

#### General
- [x] 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

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

end of thread, other threads:[~2021-06-14 20:04 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 16:00 [PR PATCH] New package: mailnag-2.2.0 Cnoob41
2021-06-08 16:56 ` [PR REVIEW] " Chocimier
2021-06-08 16:56 ` Chocimier
2021-06-08 16:57 ` Chocimier
2021-06-08 16:57 ` Chocimier
2021-06-08 17:10 ` Cnoob41
2021-06-08 17:19 ` Chocimier
2021-06-08 17:22 ` Cnoob41
2021-06-08 17:24 ` [PR PATCH] [Updated] " Cnoob41
2021-06-08 17:25 ` [PR REVIEW] " Chocimier
2021-06-08 17:25 ` Cnoob41
2021-06-08 17:25 ` Cnoob41
2021-06-08 17:25 ` Cnoob41
2021-06-08 17:30 ` Cnoob41
2021-06-08 17:34 ` Chocimier
2021-06-08 17:45 ` Cnoob41
2021-06-08 18:00 ` Chocimier
2021-06-08 18:04 ` Cnoob41
2021-06-08 18:13 ` Cnoob41
2021-06-08 18:33 ` [PR REVIEW] " ericonr
2021-06-11 14:56 ` Cnoob41
2021-06-11 15:09 ` [PR PATCH] [Updated] " Cnoob41
2021-06-11 15:10 ` [PR REVIEW] " Cnoob41
2021-06-12 10:12 ` [PR PATCH] [Updated] " meator
2021-06-12 11:26 ` meator
2021-06-12 11:46 ` meator
2021-06-12 11:48 ` meator
2021-06-12 14:18 ` [PR PATCH] [Updated] " meator
2021-06-12 15:55 ` [PR PATCH] [Updated] [WIP] " meator
2021-06-12 16:31 ` [PR PATCH] [Updated] New packages: mailnag-2.2.0, mailnag-goa-plugin-2.0.0 meator
2021-06-12 16:39 ` meator
2021-06-12 16:40 ` Chocimier
2021-06-12 16:40 ` meator
2021-06-12 16:43 ` meator
2021-06-12 17:05 ` [PR PATCH] [Updated] " meator
2021-06-12 17:19 ` meator
2021-06-13 18:59 ` meator
2021-06-14 16:03 ` [PR PATCH] [Updated] " meator
2021-06-14 20:04 ` Chocimier
2021-06-14 20:04 ` [PR PATCH] [Merged]: " 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).