Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: swaync-0.4
@ 2022-02-26 12:48 motorto
  2022-02-26 13:14 ` [PR PATCH] [Updated] " motorto
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: motorto @ 2022-02-26 12:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes 35360

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

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

From 96bd7aec09bb327fefc186526330c631149c71c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.4

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

diff --git a/srcpkgs/swaync/template b/srcpkgs/swaync/template
new file mode 100644
index 000000000000..fd29d13b07b5
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,15 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.4
+revision=1
+wrksrc=SwayNotificationCenter-${version}
+build_style=meson
+hostmakedepends="vala pkg-config"
+makedepends="glib-devel 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="André Cerqueira <acerqueira021@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=20df98e46c32b4df0b1688694c22402ef1c8cf8fd4ad67d307c05a070eeae117

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

* Re: [PR PATCH] [Updated] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
@ 2022-02-26 13:14 ` motorto
  2022-02-26 19:42 ` [PR REVIEW] " paper42
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-02-26 13:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

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

From 75e54eef31576487479dd3ad4c58298083a9ec76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.4

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

diff --git a/srcpkgs/swaync/template b/srcpkgs/swaync/template
new file mode 100644
index 000000000000..5f5052d3c03e
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,15 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.4
+revision=1
+wrksrc=SwayNotificationCenter-${version}
+build_style=meson
+hostmakedepends="vala pkg-config"
+makedepends="glib-devel 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="André Cerqueira <acerqueira021@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ErikReider/SwayNotificationCenter"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=20df98e46c32b4df0b1688694c22402ef1c8cf8fd4ad67d307c05a070eeae117

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

* Re: [PR REVIEW] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (2 preceding siblings ...)
  2022-02-26 19:42 ` paper42
@ 2022-02-26 19:42 ` paper42
  2022-02-27 15:10 ` [PR PATCH] [Updated] " motorto
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-02-26 19:42 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#discussion_r815346795

Comment:
```suggestion
distfiles="https://github.com/ErikReider/SwayNotificationCenter/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
  2022-02-26 13:14 ` [PR PATCH] [Updated] " motorto
  2022-02-26 19:42 ` [PR REVIEW] " paper42
@ 2022-02-26 19:42 ` paper42
  2022-02-26 19:42 ` paper42
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-02-26 19:42 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#discussion_r815346773

Comment:
Please wrap lists at 80 columns

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

* Re: [PR REVIEW] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
  2022-02-26 13:14 ` [PR PATCH] [Updated] " motorto
@ 2022-02-26 19:42 ` paper42
  2022-02-26 19:42 ` paper42
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-02-26 19:42 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#discussion_r815346711

Comment:
```suggestion
hostmakedepends="vala glib-devel pkg-config"
```
This should fix cross builds if there isn't anything else hidden below the current error.

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

* Re: [PR PATCH] [Updated] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (3 preceding siblings ...)
  2022-02-26 19:42 ` paper42
@ 2022-02-27 15:10 ` motorto
  2022-02-27 15:11 ` motorto
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-02-27 15:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

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

From e349379a2f4ff388868ebda04afaf503a2793a7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.4

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

diff --git a/srcpkgs/swaync/template b/srcpkgs/swaync/template
new file mode 100644
index 000000000000..5f5052d3c03e
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,15 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.4
+revision=1
+wrksrc=SwayNotificationCenter-${version}
+build_style=meson
+hostmakedepends="vala pkg-config"
+makedepends="glib-devel 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="André Cerqueira <acerqueira021@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ErikReider/SwayNotificationCenter"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=20df98e46c32b4df0b1688694c22402ef1c8cf8fd4ad67d307c05a070eeae117

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

* Re: [PR PATCH] [Updated] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (4 preceding siblings ...)
  2022-02-27 15:10 ` [PR PATCH] [Updated] " motorto
@ 2022-02-27 15:11 ` motorto
  2022-02-27 15:12 ` motorto
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-02-27 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

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

From 899904bff09da02abe7c526d325ed6f8af70547e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.4

---
 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..c0e251b67827
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,16 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.4
+revision=1
+wrksrc=SwayNotificationCenter-${version}
+build_style=meson
+hostmakedepends="vala glib-devel pkg-config"
+makedepends="glib-devel 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="André Cerqueira <acerqueira021@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=20df98e46c32b4df0b1688694c22402ef1c8cf8fd4ad67d307c05a070eeae117

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

* Re: New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (5 preceding siblings ...)
  2022-02-27 15:11 ` motorto
@ 2022-02-27 15:12 ` motorto
  2022-02-27 15:18 ` motorto
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-02-27 15:12 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#issuecomment-1053584731

Comment:
@paper42  Thanks for the help ! Followed your advice as well on the distfile :) 

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

* Re: New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (6 preceding siblings ...)
  2022-02-27 15:12 ` motorto
@ 2022-02-27 15:18 ` motorto
  2022-03-04 17:53 ` [PR PATCH] [Updated] " motorto
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-02-27 15:18 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#issuecomment-1053584731

Comment:
@paper42  Thanks for the help ! Followed your advice as well on the distfile :) 

Maybe first merge this pr #35863  

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

* Re: [PR PATCH] [Updated] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (7 preceding siblings ...)
  2022-02-27 15:18 ` motorto
@ 2022-03-04 17:53 ` motorto
  2022-03-04 17:55 ` motorto
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-03-04 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

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

From ea867a4c99c92dacd9cde8b949cef5aaf66b73c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.4

---
 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..574a1c155166
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,16 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.4
+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"
+depends="dbus"
+short_desc="Simple notification daemon with a GTK gui"
+maintainer="André Cerqueira <acerqueira021@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=20df98e46c32b4df0b1688694c22402ef1c8cf8fd4ad67d307c05a070eeae117

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

* Re: [PR PATCH] [Updated] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (8 preceding siblings ...)
  2022-03-04 17:53 ` [PR PATCH] [Updated] " motorto
@ 2022-03-04 17:55 ` motorto
  2022-04-08  6:44 ` sevmonster
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-03-04 17:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

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

From c50b7327aba4ccb5db4e61670d227a1707625881 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.4

---
 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..574a1c155166
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,16 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.4
+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"
+depends="dbus"
+short_desc="Simple notification daemon with a GTK gui"
+maintainer="André Cerqueira <acerqueira021@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=20df98e46c32b4df0b1688694c22402ef1c8cf8fd4ad67d307c05a070eeae117

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

* Re: New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (9 preceding siblings ...)
  2022-03-04 17:55 ` motorto
@ 2022-04-08  6:44 ` sevmonster
  2022-04-09 10:37 ` motorto
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sevmonster @ 2022-04-08  6:44 UTC (permalink / raw)
  To: ml

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

New comment by sevmonster on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#issuecomment-1092497760

Comment:
I bumped this to 0.5 and have been using it for the past few days with no issues.
https://github.com/sevmonster/void-packages/commit/462db60485e816065a05e0c34e4149a804402e12
There is a new build dependency.

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

* Re: New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (10 preceding siblings ...)
  2022-04-08  6:44 ` sevmonster
@ 2022-04-09 10:37 ` motorto
  2022-04-09 10:59 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-04-09 10:37 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#issuecomment-1093879213

Comment:
Thanks for the trying this pr and for remembering me to update the PR ! 
Going to rebase again and update to 0.5

On qui, abr 7 2022 at 23:45:08 -0700, sev ***@***.***> 
wrote:
> I bumped this to 0.5 and have been using it for the past few days 
> with no issues.
> ***@***.*** 
> <https://github.com/sevmonster/void-packages/commit/462db60485e816065a05e0c34e4149a804402e12>
>  There is a new build dependency.
> 
> —
> Reply to this email directly, view it on GitHub 
> <https://github.com/void-linux/void-packages/pull/35862#issuecomment-1092497760>, 
> or unsubscribe 
> <https://github.com/notifications/unsubscribe-auth/AMRTQPODIGYU7IXTOSO7V3DVD7IXJANCNFSM5PMZVMSQ>.
> You are receiving this because you authored the thread.Message ID: 
> ***@***.***>
> 



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

* Re: [PR PATCH] [Updated] New package: swaync-0.4
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (11 preceding siblings ...)
  2022-04-09 10:37 ` motorto
@ 2022-04-09 10:59 ` motorto
  2022-07-10  2:14 ` New package: swaync-0.5 github-actions
  2022-07-15 17:55 ` [PR PATCH] [Closed]: " motorto
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-04-09 10:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SwayNotificationCenter
https://github.com/void-linux/void-packages/pull/35862

New package: swaync-0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

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

From 7697ec52b4f3c7732f7d60b7ec56f6851e5be83f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 26 Feb 2022 12:43:20 +0000
Subject: [PATCH] New package: swaync-0.5

---
 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..6da104561c30
--- /dev/null
+++ b/srcpkgs/swaync/template
@@ -0,0 +1,16 @@
+# Template file for 'swaync'
+pkgname=swaync
+version=0.5
+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="André Cerqueira <acerqueira021@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=a892249108ae70a88675e24b359268d307182b79ab0926175470cf10a9fa22c4

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

* Re: New package: swaync-0.5
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (12 preceding siblings ...)
  2022-04-09 10:59 ` [PR PATCH] [Updated] " motorto
@ 2022-07-10  2:14 ` github-actions
  2022-07-15 17:55 ` [PR PATCH] [Closed]: " motorto
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-07-10  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35862#issuecomment-1179639012

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: swaync-0.5
  2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
                   ` (13 preceding siblings ...)
  2022-07-10  2:14 ` New package: swaync-0.5 github-actions
@ 2022-07-15 17:55 ` motorto
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-07-15 17:55 UTC (permalink / raw)
  To: ml

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

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

New package: swaync-0.5
https://github.com/void-linux/void-packages/pull/35862

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes

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

Requested/fixes #35360

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

end of thread, other threads:[~2022-07-15 17:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 12:48 [PR PATCH] New package: swaync-0.4 motorto
2022-02-26 13:14 ` [PR PATCH] [Updated] " motorto
2022-02-26 19:42 ` [PR REVIEW] " paper42
2022-02-26 19:42 ` paper42
2022-02-26 19:42 ` paper42
2022-02-27 15:10 ` [PR PATCH] [Updated] " motorto
2022-02-27 15:11 ` motorto
2022-02-27 15:12 ` motorto
2022-02-27 15:18 ` motorto
2022-03-04 17:53 ` [PR PATCH] [Updated] " motorto
2022-03-04 17:55 ` motorto
2022-04-08  6:44 ` sevmonster
2022-04-09 10:37 ` motorto
2022-04-09 10:59 ` [PR PATCH] [Updated] " motorto
2022-07-10  2:14 ` New package: swaync-0.5 github-actions
2022-07-15 17:55 ` [PR PATCH] [Closed]: " motorto

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