Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gscreenshot: update to 2.20.0.
@ 2022-11-01 19:07 mobinmob
  2022-11-01 23:24 ` [PR REVIEW] " paper42
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mobinmob @ 2022-11-01 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages gscreenshot
https://github.com/void-linux/void-packages/pull/40277

gscreenshot: update to 2.20.0.
<!-- 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/40277.patch is attached

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

From 7cb005956bf0fde9237061eeb10db54b81ebeb19 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 21:06:42 +0200
Subject: [PATCH] gscreenshot: update to 2.20.0.

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

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 25f664c2289d..13da52bc7907 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,6 +1,6 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
-version=2.17.1
+version=2.20.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools gettext"
@@ -10,6 +10,6 @@ maintainer="Rui Flora <rui.flora@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/thenaterhood/gscreenshot"
 distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
-checksum=f0cdf81e9ab483e11c04ed27141ac37dd6f24415968bc5f4c874e7b17ca5958d
+checksum=18fb296a8115b1b352fe1760cadc12c3ab2a935600cf6ad26e6cdbde3ec2b7f9
 # doesn't ship any tests
 make_check=no

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

* Re: [PR REVIEW] gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
@ 2022-11-01 23:24 ` paper42
  2022-11-06  6:55 ` mobinmob
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-11-01 23:24 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#discussion_r1010990628

Comment:
that's not true anymore, the tarball has tests

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

* Re: [PR REVIEW] gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
  2022-11-01 23:24 ` [PR REVIEW] " paper42
@ 2022-11-06  6:55 ` mobinmob
  2022-11-06  6:55 ` [PR PATCH] [Closed]: " mobinmob
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-11-06  6:55 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#discussion_r1014778456

Comment:
OK :) 

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

* Re: [PR PATCH] [Closed]: gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
  2022-11-01 23:24 ` [PR REVIEW] " paper42
  2022-11-06  6:55 ` mobinmob
@ 2022-11-06  6:55 ` mobinmob
  2022-11-06 12:56 ` paper42
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-11-06  6:55 UTC (permalink / raw)
  To: ml

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

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

gscreenshot: update to 2.20.0.
https://github.com/void-linux/void-packages/pull/40277

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

* Re: gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (2 preceding siblings ...)
  2022-11-06  6:55 ` [PR PATCH] [Closed]: " mobinmob
@ 2022-11-06 12:56 ` paper42
  2022-11-06 14:59 ` mobinmob
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-11-06 12:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#issuecomment-1304795740

Comment:
@mobinmob why did you close this?

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

* Re: gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (3 preceding siblings ...)
  2022-11-06 12:56 ` paper42
@ 2022-11-06 14:59 ` mobinmob
  2023-01-22 21:18 ` [PR REVIEW] " Piraty
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-11-06 14:59 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#issuecomment-1304820181

Comment:
> @mobinmob why did you close this?

My mistake - I thought it was updated in the meantime - the conflict was just a revbump, reopening.

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

* Re: [PR REVIEW] gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (4 preceding siblings ...)
  2022-11-06 14:59 ` mobinmob
@ 2023-01-22 21:18 ` Piraty
  2023-01-28 11:31 ` [PR PATCH] [Updated] " mobinmob
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Piraty @ 2023-01-22 21:18 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#discussion_r1083546071

Comment:
`gscreenshot-3.2.1` is out

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

* Re: [PR PATCH] [Updated] gscreenshot: update to 2.20.0.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (5 preceding siblings ...)
  2023-01-22 21:18 ` [PR REVIEW] " Piraty
@ 2023-01-28 11:31 ` mobinmob
  2023-01-28 11:32 ` [PR REVIEW] gscreenshot: update to 3.2.1 mobinmob
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2023-01-28 11:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages gscreenshot
https://github.com/void-linux/void-packages/pull/40277

gscreenshot: update to 2.20.0.
<!-- 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/40277.patch is attached

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

From 3757b06f6480dd0a2545a0705ae884de7742457c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 28 Jan 2023 13:28:40 +0200
Subject: [PATCH] gscreenshot: update to 3.2.1.

---
 srcpkgs/gscreenshot/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 008172670ed4..a0bdaae10e31 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
-version=2.17.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools gettext"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"
@@ -10,6 +10,5 @@ maintainer="Rui Flora <rui.flora@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/thenaterhood/gscreenshot"
 distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
-checksum=f0cdf81e9ab483e11c04ed27141ac37dd6f24415968bc5f4c874e7b17ca5958d
-# doesn't ship any tests
+checksum=a98ecbe501f4d49824238af6fbb09fa71b5bbe6af32cfcf60b6cbe814b3e3250
 make_check=no

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

* Re: [PR REVIEW] gscreenshot: update to 3.2.1.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (6 preceding siblings ...)
  2023-01-28 11:31 ` [PR PATCH] [Updated] " mobinmob
@ 2023-01-28 11:32 ` mobinmob
  2023-01-28 11:32 ` mobinmob
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2023-01-28 11:32 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#discussion_r1089719993

Comment:
Thanks, updated.

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

* Re: [PR REVIEW] gscreenshot: update to 3.2.1.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (7 preceding siblings ...)
  2023-01-28 11:32 ` [PR REVIEW] gscreenshot: update to 3.2.1 mobinmob
@ 2023-01-28 11:32 ` mobinmob
  2023-01-28 11:45 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2023-01-28 11:32 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#discussion_r1089720044

Comment:
Tests are buggy... 

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

* Re: [PR PATCH] [Updated] gscreenshot: update to 3.2.1.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (8 preceding siblings ...)
  2023-01-28 11:32 ` mobinmob
@ 2023-01-28 11:45 ` mobinmob
  2023-02-08 13:27 ` [PR REVIEW] " Piraty
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2023-01-28 11:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages gscreenshot
https://github.com/void-linux/void-packages/pull/40277

gscreenshot: update to 3.2.1.
<!-- 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/40277.patch is attached

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

From f6e2606aa1788caa9d97d1e3fd851847fa55d904 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 28 Jan 2023 13:28:40 +0200
Subject: [PATCH] gscreenshot: update to 3.2.1.

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

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 008172670ed4..de00336a7019 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
-version=2.17.1
-revision=2
+version=3.2.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools gettext"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"
@@ -10,6 +10,6 @@ maintainer="Rui Flora <rui.flora@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/thenaterhood/gscreenshot"
 distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
-checksum=f0cdf81e9ab483e11c04ed27141ac37dd6f24415968bc5f4c874e7b17ca5958d
-# doesn't ship any tests
+checksum=a98ecbe501f4d49824238af6fbb09fa71b5bbe6af32cfcf60b6cbe814b3e3250
+# Tests will not run corrently with current python version.
 make_check=no

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

* Re: [PR REVIEW] gscreenshot: update to 3.2.1.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (9 preceding siblings ...)
  2023-01-28 11:45 ` [PR PATCH] [Updated] " mobinmob
@ 2023-02-08 13:27 ` Piraty
  2023-02-08 13:28 ` Piraty
  2023-02-08 13:28 ` [PR PATCH] [Closed]: " Piraty
  12 siblings, 0 replies; 14+ messages in thread
From: Piraty @ 2023-02-08 13:27 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#discussion_r1100142120

Comment:
`current` is vague and possibly outdated tomorrow

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

* Re: gscreenshot: update to 3.2.1.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (10 preceding siblings ...)
  2023-02-08 13:27 ` [PR REVIEW] " Piraty
@ 2023-02-08 13:28 ` Piraty
  2023-02-08 13:28 ` [PR PATCH] [Closed]: " Piraty
  12 siblings, 0 replies; 14+ messages in thread
From: Piraty @ 2023-02-08 13:28 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/40277#issuecomment-1422602017

Comment:
5d5d69dd19e05b2ab9c08bf104aaf740b8f3f09c

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

* Re: [PR PATCH] [Closed]: gscreenshot: update to 3.2.1.
  2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
                   ` (11 preceding siblings ...)
  2023-02-08 13:28 ` Piraty
@ 2023-02-08 13:28 ` Piraty
  12 siblings, 0 replies; 14+ messages in thread
From: Piraty @ 2023-02-08 13:28 UTC (permalink / raw)
  To: ml

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

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

gscreenshot: update to 3.2.1.
https://github.com/void-linux/void-packages/pull/40277

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

end of thread, other threads:[~2023-02-08 13:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 19:07 [PR PATCH] gscreenshot: update to 2.20.0 mobinmob
2022-11-01 23:24 ` [PR REVIEW] " paper42
2022-11-06  6:55 ` mobinmob
2022-11-06  6:55 ` [PR PATCH] [Closed]: " mobinmob
2022-11-06 12:56 ` paper42
2022-11-06 14:59 ` mobinmob
2023-01-22 21:18 ` [PR REVIEW] " Piraty
2023-01-28 11:31 ` [PR PATCH] [Updated] " mobinmob
2023-01-28 11:32 ` [PR REVIEW] gscreenshot: update to 3.2.1 mobinmob
2023-01-28 11:32 ` mobinmob
2023-01-28 11:45 ` [PR PATCH] [Updated] " mobinmob
2023-02-08 13:27 ` [PR REVIEW] " Piraty
2023-02-08 13:28 ` Piraty
2023-02-08 13:28 ` [PR PATCH] [Closed]: " Piraty

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