Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nm-tray: fix typo
@ 2020-09-15 18:04 tibequadorian
  2020-09-21 14:57 ` [PR REVIEW] " sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tibequadorian @ 2020-09-15 18:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages nm-tray
https://github.com/void-linux/void-packages/pull/24926

nm-tray: fix typo
[ci skip]

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

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

From 4fc6ab4fb5d867c8316983ecea1a8c4b0750b8af Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Sep 2020 20:03:27 +0200
Subject: [PATCH] nm-tray: fix typo

[ci skip]
---
 srcpkgs/nm-tray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nm-tray/template b/srcpkgs/nm-tray/template
index 6504e9fdff6..698a0471aa8 100644
--- a/srcpkgs/nm-tray/template
+++ b/srcpkgs/nm-tray/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel networkmanager-qt5-devel"
 depends="NetworkManager"
-short_desc="NetworkManager tray icon implmeneted with Qt"
+short_desc="NetworkManager tray icon implemented with Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/palinek/nm-tray"

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

* Re: [PR REVIEW] nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
@ 2020-09-21 14:57 ` sgn
  2020-09-21 15:31 ` [PR PATCH] [Updated] " tibequadorian
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-21 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24926#discussion_r492116662

Comment:
Please bump revision

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

* Re: [PR PATCH] [Updated] nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
  2020-09-21 14:57 ` [PR REVIEW] " sgn
@ 2020-09-21 15:31 ` tibequadorian
  2020-09-21 15:32 ` [PR REVIEW] " tibequadorian
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2020-09-21 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages nm-tray
https://github.com/void-linux/void-packages/pull/24926

nm-tray: fix typo
[ci skip]

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

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

From 6289a3913c958120aaeff84a0a84960864a804a4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Sep 2020 20:03:27 +0200
Subject: [PATCH] nm-tray: fix typo

[ci skip]
---
 srcpkgs/nm-tray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nm-tray/template b/srcpkgs/nm-tray/template
index 6504e9fdff6..698a0471aa8 100644
--- a/srcpkgs/nm-tray/template
+++ b/srcpkgs/nm-tray/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel networkmanager-qt5-devel"
 depends="NetworkManager"
-short_desc="NetworkManager tray icon implmeneted with Qt"
+short_desc="NetworkManager tray icon implemented with Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/palinek/nm-tray"

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

* Re: [PR REVIEW] nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
  2020-09-21 14:57 ` [PR REVIEW] " sgn
  2020-09-21 15:31 ` [PR PATCH] [Updated] " tibequadorian
@ 2020-09-21 15:32 ` tibequadorian
  2020-09-21 15:32 ` tibequadorian
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2020-09-21 15:32 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/24926#discussion_r492155306

Comment:
done

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

* Re: [PR REVIEW] nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
                   ` (2 preceding siblings ...)
  2020-09-21 15:32 ` [PR REVIEW] " tibequadorian
@ 2020-09-21 15:32 ` tibequadorian
  2020-09-21 15:33 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2020-09-21 15:32 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/24926#discussion_r492155306

Comment:
done

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

* Re: [PR PATCH] [Updated] nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
                   ` (3 preceding siblings ...)
  2020-09-21 15:32 ` tibequadorian
@ 2020-09-21 15:33 ` tibequadorian
  2020-09-21 15:34 ` [PR REVIEW] " tibequadorian
  2020-09-21 23:38 ` [PR PATCH] [Merged]: " sgn
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2020-09-21 15:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages nm-tray
https://github.com/void-linux/void-packages/pull/24926

nm-tray: fix typo
[ci skip]

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

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

From 66e019df5ea97518b781dff46460088d22cd5249 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Sep 2020 20:03:27 +0200
Subject: [PATCH] nm-tray: fix typo

[ci skip]
---
 srcpkgs/nm-tray/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nm-tray/template b/srcpkgs/nm-tray/template
index 6504e9fdff6..b2a3e85cf57 100644
--- a/srcpkgs/nm-tray/template
+++ b/srcpkgs/nm-tray/template
@@ -1,12 +1,12 @@
 # Template file for 'nm-tray'
 pkgname=nm-tray
 version=0.4.3
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel networkmanager-qt5-devel"
 depends="NetworkManager"
-short_desc="NetworkManager tray icon implmeneted with Qt"
+short_desc="NetworkManager tray icon implemented with Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/palinek/nm-tray"

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

* Re: [PR REVIEW] nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
                   ` (4 preceding siblings ...)
  2020-09-21 15:33 ` [PR PATCH] [Updated] " tibequadorian
@ 2020-09-21 15:34 ` tibequadorian
  2020-09-21 23:38 ` [PR PATCH] [Merged]: " sgn
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2020-09-21 15:34 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/24926#discussion_r492156519

Comment:
done

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

* Re: [PR PATCH] [Merged]: nm-tray: fix typo
  2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
                   ` (5 preceding siblings ...)
  2020-09-21 15:34 ` [PR REVIEW] " tibequadorian
@ 2020-09-21 23:38 ` sgn
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-21 23:38 UTC (permalink / raw)
  To: ml

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

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

nm-tray: fix typo
https://github.com/void-linux/void-packages/pull/24926

Description:
[ci skip]

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

end of thread, other threads:[~2020-09-21 23:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 18:04 [PR PATCH] nm-tray: fix typo tibequadorian
2020-09-21 14:57 ` [PR REVIEW] " sgn
2020-09-21 15:31 ` [PR PATCH] [Updated] " tibequadorian
2020-09-21 15:32 ` [PR REVIEW] " tibequadorian
2020-09-21 15:32 ` tibequadorian
2020-09-21 15:33 ` [PR PATCH] [Updated] " tibequadorian
2020-09-21 15:34 ` [PR REVIEW] " tibequadorian
2020-09-21 23:38 ` [PR PATCH] [Merged]: " sgn

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