* [PR PATCH] New package: swaync-0.7.2
@ 2022-10-22 6:26 akhiljalagam
2022-10-22 6:27 ` akhiljalagam
` (24 more replies)
0 siblings, 25 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-22 6:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
There is a new pull request by akhiljalagam against master on the void-packages repository
https://github.com/akhiljalagam/void-packages swaync
https://github.com/void-linux/void-packages/pull/40099
New package: swaync-0.7.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (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/40099.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swaync-40099.patch --]
[-- Type: text/x-diff, Size: 1175 bytes --]
From 211aeeab86ef71e4d444945396192dfa7b0629eb Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 22 Oct 2022 11:54:38 +0530
Subject: [PATCH] New package: swaync-0.7.2
---
srcpkgs/swaync/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/swaync/template
diff --git a/srcpkgs/swaync/template b/srcpkgs/swaync/template
new file mode 100644
index 000000000000..4c07cef06437
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,16 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.7.2
+revision=1
+wrksrc=SwayNotificationCenter-${version}
+build_style=meson
+hostmakedepends="vala glib-devel pkg-config"
+makedepends="gobject-introspection gtk+3-devel gtk-layer-shell-devel
+json-glib-devel libhandy1-devel scdoc"
+depends="dbus"
+short_desc="Simple notification daemon with a GTK gui"
+maintainer="Akhil Jalagam <akhil.j@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ErikReider/SwayNotificationCenter"
+distfiles="https://github.com/ErikReider/SwayNotificationCenter/archive/refs/tags/v${version}.tar.gz"
+checksum=0b8e1d4b0f35a93d435b982f8076ad153b5e6504f46b9bc897085fcab2ce70a3
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
@ 2022-10-22 6:27 ` akhiljalagam
2022-10-22 6:40 ` [PR REVIEW] " classabbyamp
` (23 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-22 6:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
New comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1287645607
Comment:
https://github.com/void-linux/void-packages/pull/40099
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
2022-10-22 6:27 ` akhiljalagam
@ 2022-10-22 6:40 ` classabbyamp
2022-10-22 6:42 ` akhiljalagam
` (22 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-22 6:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 204 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002375505
Comment:
follow the upstream naming (SwayNotificationCenter)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
2022-10-22 6:27 ` akhiljalagam
2022-10-22 6:40 ` [PR REVIEW] " classabbyamp
@ 2022-10-22 6:42 ` akhiljalagam
2022-10-22 6:42 ` classabbyamp
` (21 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-22 6:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002375729
Comment:
followed this actually. https://aur.archlinux.org/packages/swaync
author used swaync too
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (2 preceding siblings ...)
2022-10-22 6:42 ` akhiljalagam
@ 2022-10-22 6:42 ` classabbyamp
2022-10-22 6:44 ` classabbyamp
` (20 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-22 6:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002375759
Comment:
scdoc shouuld definitely be hostmakedepend
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (3 preceding siblings ...)
2022-10-22 6:42 ` classabbyamp
@ 2022-10-22 6:44 ` classabbyamp
2022-10-22 10:35 ` akhiljalagam
` (19 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-22 6:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002375890
Comment:
we aren't the AUR. see [here](https://github.com/void-linux/void-packages/blob/master/Manual.md#programs)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (4 preceding siblings ...)
2022-10-22 6:44 ` classabbyamp
@ 2022-10-22 10:35 ` akhiljalagam
2022-10-22 13:08 ` classabbyamp
` (18 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-22 10:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002438538
Comment:
author used swanync only in readme file.
https://github.com/ErikReider/SwayNotificationCenter#sway-usage
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (5 preceding siblings ...)
2022-10-22 10:35 ` akhiljalagam
@ 2022-10-22 13:08 ` classabbyamp
2022-10-22 20:21 ` cinerea0
` (17 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-22 13:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002467064
Comment:
the repo name is what matters
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (6 preceding siblings ...)
2022-10-22 13:08 ` classabbyamp
@ 2022-10-22 20:21 ` cinerea0
2022-10-22 20:55 ` classabbyamp
` (16 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: cinerea0 @ 2022-10-22 20:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 274 bytes --]
New review comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002573400
Comment:
Reasonably sure this should be "GPL-3.0-only"; I searched through the source tree for "or later" and didn't find any matches.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (7 preceding siblings ...)
2022-10-22 20:21 ` cinerea0
@ 2022-10-22 20:55 ` classabbyamp
2022-10-22 21:28 ` cinerea0
` (15 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-22 20:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002578169
Comment:
what about "or any later"? that's the usual text suggested by the licence
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (8 preceding siblings ...)
2022-10-22 20:55 ` classabbyamp
@ 2022-10-22 21:28 ` cinerea0
2022-10-23 5:21 ` akhiljalagam
` (14 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: cinerea0 @ 2022-10-22 21:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New review comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002584679
Comment:
Only in the LICENSE file when it's explaining what "or any later version" means.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (9 preceding siblings ...)
2022-10-22 21:28 ` cinerea0
@ 2022-10-23 5:21 ` akhiljalagam
2022-10-23 5:23 ` akhiljalagam
` (13 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002636660
Comment:
![image](https://user-images.githubusercontent.com/21128035/197375288-9ee23cc6-940d-47a1-a5b1-50fb1c1c5a79.png)
I will use GPL-3.0+
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (10 preceding siblings ...)
2022-10-23 5:21 ` akhiljalagam
@ 2022-10-23 5:23 ` akhiljalagam
2022-10-23 5:26 ` akhiljalagam
` (12 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002636660
Comment:
![image](https://user-images.githubusercontent.com/21128035/197375288-9ee23cc6-940d-47a1-a5b1-50fb1c1c5a79.png)
can i use GPL-3.0+ ?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (11 preceding siblings ...)
2022-10-23 5:23 ` akhiljalagam
@ 2022-10-23 5:26 ` akhiljalagam
2022-10-23 5:32 ` [PR PATCH] [Updated] " akhiljalagam
` (11 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002636660
Comment:
![image](https://user-images.githubusercontent.com/21128035/197375288-9ee23cc6-940d-47a1-a5b1-50fb1c1c5a79.png)
can i use GPL-3.0+ ?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR PATCH] [Updated] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (12 preceding siblings ...)
2022-10-23 5:26 ` akhiljalagam
@ 2022-10-23 5:32 ` akhiljalagam
2022-10-23 5:33 ` [PR REVIEW] " akhiljalagam
` (10 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
There is an updated pull request by akhiljalagam against master on the void-packages repository
https://github.com/akhiljalagam/void-packages swaync
https://github.com/void-linux/void-packages/pull/40099
New package: swaync-0.7.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (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/40099.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swaync-40099.patch --]
[-- Type: text/x-diff, Size: 1299 bytes --]
From b8e204b0eb877f33a2f6edd5c90664c99a122be6 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 22 Oct 2022 11:54:38 +0530
Subject: [PATCH] New package: SwayNotificationCenter-0.7.2
---
srcpkgs/SwayNotificationCenter/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/SwayNotificationCenter/template
diff --git a/srcpkgs/SwayNotificationCenter/template b/srcpkgs/SwayNotificationCenter/template
new file mode 100644
index 000000000000..d256fe1bcc58
--- /dev/null
+++ b/srcpkgs/SwayNotificationCenter/template
@@ -0,0 +1,16 @@
+# Template file for 'SwayNotificationCenter'
+pkgname=SwayNotificationCenter
+version=0.7.2
+revision=1
+wrksrc=SwayNotificationCenter-${version}
+build_style=meson
+hostmakedepends="vala glib-devel pkg-config scdoc"
+makedepends="gobject-introspection gtk+3-devel gtk-layer-shell-devel
+json-glib-devel libhandy1-devel"
+depends="dbus"
+short_desc="Simple notification daemon with a GTK gui"
+maintainer="Akhil Jalagam <akhil.j@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/ErikReider/SwayNotificationCenter"
+distfiles="https://github.com/ErikReider/SwayNotificationCenter/archive/refs/tags/v${version}.tar.gz"
+checksum=0b8e1d4b0f35a93d435b982f8076ad153b5e6504f46b9bc897085fcab2ce70a3
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (13 preceding siblings ...)
2022-10-23 5:32 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-10-23 5:33 ` akhiljalagam
2022-10-23 5:33 ` akhiljalagam
` (9 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 179 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002638053
Comment:
Updated repo name. thanks.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (14 preceding siblings ...)
2022-10-23 5:33 ` [PR REVIEW] " akhiljalagam
@ 2022-10-23 5:33 ` akhiljalagam
2022-10-23 5:34 ` akhiljalagam
` (8 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 161 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002638153
Comment:
updated.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR REVIEW] New package: swaync-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (15 preceding siblings ...)
2022-10-23 5:33 ` akhiljalagam
@ 2022-10-23 5:34 ` akhiljalagam
2022-10-23 5:37 ` [PR PATCH] [Updated] New package: SwayNotificationCenter-0.7.2 akhiljalagam
` (7 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New review comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#discussion_r1002638208
Comment:
using 'GPL-3.0-only' now.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR PATCH] [Updated] New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (16 preceding siblings ...)
2022-10-23 5:34 ` akhiljalagam
@ 2022-10-23 5:37 ` akhiljalagam
2022-11-02 18:55 ` akhiljalagam
` (6 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-10-23 5:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
There is an updated pull request by akhiljalagam against master on the void-packages repository
https://github.com/akhiljalagam/void-packages swaync
https://github.com/void-linux/void-packages/pull/40099
New package: SwayNotificationCenter-0.7.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (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/40099.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swaync-40099.patch --]
[-- Type: text/x-diff, Size: 1256 bytes --]
From 0b2cee6387c800ad17f8abda6685d52fd5dd9744 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 22 Oct 2022 11:54:38 +0530
Subject: [PATCH] New package: SwayNotificationCenter-0.7.2
---
srcpkgs/SwayNotificationCenter/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/SwayNotificationCenter/template
diff --git a/srcpkgs/SwayNotificationCenter/template b/srcpkgs/SwayNotificationCenter/template
new file mode 100644
index 000000000000..1099b02d6269
--- /dev/null
+++ b/srcpkgs/SwayNotificationCenter/template
@@ -0,0 +1,15 @@
+# Template file for 'SwayNotificationCenter'
+pkgname=SwayNotificationCenter
+version=0.7.2
+revision=1
+build_style=meson
+hostmakedepends="vala glib-devel pkg-config scdoc"
+makedepends="gobject-introspection gtk+3-devel gtk-layer-shell-devel
+json-glib-devel libhandy1-devel"
+depends="dbus"
+short_desc="Simple notification daemon with a GTK gui"
+maintainer="Akhil Jalagam <akhil.j@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/ErikReider/SwayNotificationCenter"
+distfiles="https://github.com/ErikReider/SwayNotificationCenter/archive/refs/tags/v${version}.tar.gz"
+checksum=0b8e1d4b0f35a93d435b982f8076ad153b5e6504f46b9bc897085fcab2ce70a3
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (17 preceding siblings ...)
2022-10-23 5:37 ` [PR PATCH] [Updated] New package: SwayNotificationCenter-0.7.2 akhiljalagam
@ 2022-11-02 18:55 ` akhiljalagam
2022-12-17 14:34 ` akhiljalagam
` (5 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-11-02 18:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1301080118
Comment:
Why is this package still not merged into the main repo?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (18 preceding siblings ...)
2022-11-02 18:55 ` akhiljalagam
@ 2022-12-17 14:34 ` akhiljalagam
2023-01-12 5:46 ` akhiljalagam
` (4 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2022-12-17 14:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
New comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1356289906
Comment:
> Why is this package still not merged into the main repo?
:hourglass:
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (19 preceding siblings ...)
2022-12-17 14:34 ` akhiljalagam
@ 2023-01-12 5:46 ` akhiljalagam
2023-04-01 18:52 ` hochata
` (3 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2023-01-12 5:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
New comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1379845405
Comment:
<meta http-equiv="content-type" content="text/html; charset=utf-8"><img src="https://media4.giphy.com/media/pFZTlrO0MV6LoWSDXd/giphy.gif?cid=36b14facl8o6jnqw90sovsq7y57vxco245hfgmbhaurf58fq&rid=giphy.gif&ct=g" width="314">
> Why is this package still not merged into the main repo?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (20 preceding siblings ...)
2023-01-12 5:46 ` akhiljalagam
@ 2023-04-01 18:52 ` hochata
2023-06-24 13:32 ` [PR PATCH] [Closed]: " Duncaen
` (2 subsequent siblings)
24 siblings, 0 replies; 26+ messages in thread
From: hochata @ 2023-04-01 18:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
New comment by hochata on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1493074715
Comment:
Hi,
are there any blockers for this MR?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PR PATCH] [Closed]: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (21 preceding siblings ...)
2023-04-01 18:52 ` hochata
@ 2023-06-24 13:32 ` Duncaen
2023-07-06 12:39 ` hholst80
2023-07-06 15:10 ` akhiljalagam
24 siblings, 0 replies; 26+ messages in thread
From: Duncaen @ 2023-06-24 13:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]
There's a closed pull request on the void-packages repository
New package: SwayNotificationCenter-0.7.2
https://github.com/void-linux/void-packages/pull/40099
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (22 preceding siblings ...)
2023-06-24 13:32 ` [PR PATCH] [Closed]: " Duncaen
@ 2023-07-06 12:39 ` hholst80
2023-07-06 15:10 ` akhiljalagam
24 siblings, 0 replies; 26+ messages in thread
From: hholst80 @ 2023-07-06 12:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 376 bytes --]
New comment by hholst80 on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1623610249
Comment:
In other distros this package is called "swaync" and given how hard it is to find packages I think it would make sense with at least some kind of virtual link / pkg to associate the name "swaync" with the pkg "SwayNotificatonCenter"?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: New package: SwayNotificationCenter-0.7.2
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
` (23 preceding siblings ...)
2023-07-06 12:39 ` hholst80
@ 2023-07-06 15:10 ` akhiljalagam
24 siblings, 0 replies; 26+ messages in thread
From: akhiljalagam @ 2023-07-06 15:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 549 bytes --]
New comment by akhiljalagam on void-packages repository
https://github.com/void-linux/void-packages/pull/40099#issuecomment-1623853891
Comment:
> In other distros this package is called "swaync" and given how hard it is to find packages I think it would make sense with at least some kind of virtual link / pkg to associate the name "swaync" with the pkg "SwayNotificatonCenter"?
Furthermore, including "SwayNotificationCenter" in the package's short description will assist users in locating it conveniently through the `xbps-search` command.
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2023-07-06 15:10 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 6:26 [PR PATCH] New package: swaync-0.7.2 akhiljalagam
2022-10-22 6:27 ` akhiljalagam
2022-10-22 6:40 ` [PR REVIEW] " classabbyamp
2022-10-22 6:42 ` akhiljalagam
2022-10-22 6:42 ` classabbyamp
2022-10-22 6:44 ` classabbyamp
2022-10-22 10:35 ` akhiljalagam
2022-10-22 13:08 ` classabbyamp
2022-10-22 20:21 ` cinerea0
2022-10-22 20:55 ` classabbyamp
2022-10-22 21:28 ` cinerea0
2022-10-23 5:21 ` akhiljalagam
2022-10-23 5:23 ` akhiljalagam
2022-10-23 5:26 ` akhiljalagam
2022-10-23 5:32 ` [PR PATCH] [Updated] " akhiljalagam
2022-10-23 5:33 ` [PR REVIEW] " akhiljalagam
2022-10-23 5:33 ` akhiljalagam
2022-10-23 5:34 ` akhiljalagam
2022-10-23 5:37 ` [PR PATCH] [Updated] New package: SwayNotificationCenter-0.7.2 akhiljalagam
2022-11-02 18:55 ` akhiljalagam
2022-12-17 14:34 ` akhiljalagam
2023-01-12 5:46 ` akhiljalagam
2023-04-01 18:52 ` hochata
2023-06-24 13:32 ` [PR PATCH] [Closed]: " Duncaen
2023-07-06 12:39 ` hholst80
2023-07-06 15:10 ` akhiljalagam
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).