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

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

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

https://github.com/mobinmob/void-packages xfce4-places-plugin
https://github.com/void-linux/void-packages/pull/40276

xfce4-places-plugin: update to 1.8.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**|**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/40276.patch is attached

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

From 53aa78fd6de8845ddf038e04f8fc7f53a2bae760 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 20:56:07 +0200
Subject: [PATCH] xfce4-places-plugin: update to 1.8.2.

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

diff --git a/srcpkgs/xfce4-places-plugin/template b/srcpkgs/xfce4-places-plugin/template
index 59eb5f820e8d..2e6517429422 100644
--- a/srcpkgs/xfce4-places-plugin/template
+++ b/srcpkgs/xfce4-places-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-places-plugin'
 pkgname=xfce4-places-plugin
-version=1.8.1
-revision=3
+version=1.8.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="intltool pkg-config"
@@ -11,4 +11,4 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
 distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=f211219f03c9260f624370e18c79e4176c9d35a8247158e77e5d811327610ab2
+checksum=1e32b2aa14ddd6e145d506dad16d7ebdfa2d378cf652d9d0d066fe1d523b7001

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

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

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40276#discussion_r1010986212

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

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

* Re: [PR PATCH] [Updated] xfce4-places-plugin: update to 1.8.2.
  2022-11-01 18:57 [PR PATCH] xfce4-places-plugin: update to 1.8.2 mobinmob
  2022-11-01 23:14 ` [PR REVIEW] " paper42
@ 2022-11-06  6:52 ` mobinmob
  2022-11-06  6:52 ` [PR REVIEW] " mobinmob
  2022-11-09  1:00 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-11-06  6:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce4-places-plugin
https://github.com/void-linux/void-packages/pull/40276

xfce4-places-plugin: update to 1.8.2.
<!-- 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/40276.patch is attached

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

From 6b64c8b9ff2c53a97aa62e0152ed8115034bbc5d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 20:56:07 +0200
Subject: [PATCH] xfce4-places-plugin: update to 1.8.2.

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

diff --git a/srcpkgs/xfce4-places-plugin/template b/srcpkgs/xfce4-places-plugin/template
index 59eb5f820e8d..af30b9c13f2d 100644
--- a/srcpkgs/xfce4-places-plugin/template
+++ b/srcpkgs/xfce4-places-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-places-plugin'
 pkgname=xfce4-places-plugin
-version=1.8.1
-revision=3
+version=1.8.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="intltool pkg-config"
@@ -10,5 +10,5 @@ short_desc="Folders, documents and removable drives menu 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-places-plugin"
-distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=f211219f03c9260f624370e18c79e4176c9d35a8247158e77e5d811327610ab2
+distfiles="https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/${version%.*}/xfce4-places-plugin-${version}.tar.bz2"
+checksum=1e32b2aa14ddd6e145d506dad16d7ebdfa2d378cf652d9d0d066fe1d523b7001

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

* Re: [PR REVIEW] xfce4-places-plugin: update to 1.8.2.
  2022-11-01 18:57 [PR PATCH] xfce4-places-plugin: update to 1.8.2 mobinmob
  2022-11-01 23:14 ` [PR REVIEW] " paper42
  2022-11-06  6:52 ` [PR PATCH] [Updated] " mobinmob
@ 2022-11-06  6:52 ` mobinmob
  2022-11-09  1:00 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-11-06  6:52 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/40276#discussion_r1014778153

Comment:
Done, thanx!

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

* Re: [PR PATCH] [Merged]: xfce4-places-plugin: update to 1.8.2.
  2022-11-01 18:57 [PR PATCH] xfce4-places-plugin: update to 1.8.2 mobinmob
                   ` (2 preceding siblings ...)
  2022-11-06  6:52 ` [PR REVIEW] " mobinmob
@ 2022-11-09  1:00 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-11-09  1:00 UTC (permalink / raw)
  To: ml

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

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

xfce4-places-plugin: update to 1.8.2.
https://github.com/void-linux/void-packages/pull/40276

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

end of thread, other threads:[~2022-11-09  1:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 18:57 [PR PATCH] xfce4-places-plugin: update to 1.8.2 mobinmob
2022-11-01 23:14 ` [PR REVIEW] " paper42
2022-11-06  6:52 ` [PR PATCH] [Updated] " mobinmob
2022-11-06  6:52 ` [PR REVIEW] " mobinmob
2022-11-09  1:00 ` [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).