Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5.
@ 2022-11-01 18:51 mobinmob
  2022-11-01 23:14 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2022-11-01 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce4-pulseaudio-plugin
https://github.com/void-linux/void-packages/pull/40275

xfce4-pulseaudio-plugin: update to 0.4.5.
<!-- 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**|**NO**
-->

<!-- 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/40275.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-pulseaudio-plugin-40275.patch --]
[-- Type: text/x-diff, Size: 1205 bytes --]

From 8b99d904044ed04a031d7e7f92059b8a12592518 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 20:49:49 +0200
Subject: [PATCH] xfce4-pulseaudio-plugin: update to 0.4.5.

---
 srcpkgs/xfce4-pulseaudio-plugin/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index 818fb93d6362..4ef3a0aef745 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
-version=0.4.4
+version=0.4.5
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -12,4 +12,4 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
 distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d
+checksum=4425397dea6ba2599a91653dfb8ca91300faaf40be5bf5a73c3e6064bf13c115

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

* Re: [PR REVIEW] xfce4-pulseaudio-plugin: update to 0.4.5.
  2022-11-01 18:51 [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5 mobinmob
@ 2022-11-01 23:14 ` paper42
  2022-11-06  6:54 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-11-01 23:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40275#discussion_r1010986373

Comment:
```suggestion
distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${version%.*}/xfce4-pulseaudio-plugin-${version}.tar.bz2"
```

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

* Re: [PR PATCH] [Updated] xfce4-pulseaudio-plugin: update to 0.4.5.
  2022-11-01 18:51 [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5 mobinmob
  2022-11-01 23:14 ` [PR REVIEW] " paper42
@ 2022-11-06  6:54 ` mobinmob
  2022-11-06  6:54 ` [PR REVIEW] " mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-11-06  6:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce4-pulseaudio-plugin
https://github.com/void-linux/void-packages/pull/40275

xfce4-pulseaudio-plugin: update to 0.4.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

@stpx 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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/40275.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-pulseaudio-plugin-40275.patch --]
[-- Type: text/x-diff, Size: 1399 bytes --]

From 49d311b14db1c585e21c46d37b993db704a55e79 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 20:49:49 +0200
Subject: [PATCH] xfce4-pulseaudio-plugin: update to 0.4.5.

---
 srcpkgs/xfce4-pulseaudio-plugin/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index 818fb93d6362..fd6964202e7d 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
-version=0.4.4
+version=0.4.5
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -11,5 +11,5 @@ short_desc="Pulseaudio volume control plugin for Xfce4 panel"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
-distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d
+distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/${version%.*}/xfce4-places-plugin-${version}.tar.bz2"
+checksum=4425397dea6ba2599a91653dfb8ca91300faaf40be5bf5a73c3e6064bf13c115

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

* Re: [PR REVIEW] xfce4-pulseaudio-plugin: update to 0.4.5.
  2022-11-01 18:51 [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5 mobinmob
  2022-11-01 23:14 ` [PR REVIEW] " paper42
  2022-11-06  6:54 ` [PR PATCH] [Updated] " mobinmob
@ 2022-11-06  6:54 ` mobinmob
  2022-11-06  7:11 ` [PR PATCH] [Updated] " mobinmob
  2022-11-10 19:42 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-11-06  6:54 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40275#discussion_r1014778316

Comment:
Done, thanx!

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

* Re: [PR PATCH] [Updated] xfce4-pulseaudio-plugin: update to 0.4.5.
  2022-11-01 18:51 [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5 mobinmob
                   ` (2 preceding siblings ...)
  2022-11-06  6:54 ` [PR REVIEW] " mobinmob
@ 2022-11-06  7:11 ` mobinmob
  2022-11-10 19:42 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-11-06  7:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce4-pulseaudio-plugin
https://github.com/void-linux/void-packages/pull/40275

xfce4-pulseaudio-plugin: update to 0.4.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

@stpx 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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/40275.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-pulseaudio-plugin-40275.patch --]
[-- Type: text/x-diff, Size: 1407 bytes --]

From 556e4e7f238b527c65ff3f9dda6b5f7cce46ee37 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 20:49:49 +0200
Subject: [PATCH] xfce4-pulseaudio-plugin: update to 0.4.5.

---
 srcpkgs/xfce4-pulseaudio-plugin/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index 818fb93d6362..627f311781d9 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
-version=0.4.4
+version=0.4.5
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -11,5 +11,5 @@ short_desc="Pulseaudio volume control plugin for Xfce4 panel"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
-distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d
+distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${version%.*}/xfce4-pulseaudio-plugin-${version}.tar.bz2"
+checksum=4425397dea6ba2599a91653dfb8ca91300faaf40be5bf5a73c3e6064bf13c115

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

* Re: [PR PATCH] [Merged]: xfce4-pulseaudio-plugin: update to 0.4.5.
  2022-11-01 18:51 [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5 mobinmob
                   ` (3 preceding siblings ...)
  2022-11-06  7:11 ` [PR PATCH] [Updated] " mobinmob
@ 2022-11-10 19:42 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-11-10 19:42 UTC (permalink / raw)
  To: ml

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

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

xfce4-pulseaudio-plugin: update to 0.4.5.
https://github.com/void-linux/void-packages/pull/40275

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

#### Testing the changes
- I tested the changes in this PR: **YES**

@stpx 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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] 6+ messages in thread

end of thread, other threads:[~2022-11-10 19:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 18:51 [PR PATCH] xfce4-pulseaudio-plugin: update to 0.4.5 mobinmob
2022-11-01 23:14 ` [PR REVIEW] " paper42
2022-11-06  6:54 ` [PR PATCH] [Updated] " mobinmob
2022-11-06  6:54 ` [PR REVIEW] " mobinmob
2022-11-06  7:11 ` [PR PATCH] [Updated] " mobinmob
2022-11-10 19:42 ` [PR PATCH] [Merged]: " paper42

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