Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scrot: update to 1.7.
@ 2021-11-29 18:58 unspecd
  2021-11-29 20:59 ` Chocimier
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: unspecd @ 2021-11-29 18:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/scrot
https://github.com/void-linux/void-packages/pull/34308

scrot: update to 1.7.
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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.
-->



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

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

From 2387e05bcb19785be63527c9766ce0bac84e73d2 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Nov 2021 05:48:58 +1100
Subject: [PATCH] scrot: update to 1.7.

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

diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 7565f4303e7e..52bf6337b837 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -1,17 +1,17 @@
 # Template file for 'scrot'
 pkgname=scrot
-version=1.6
+version=1.7
 revision=1
 build_style=gnu-configure
 make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
-makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
+makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel musl-legacy-compat"
 short_desc="Simple command-line screenshot utility for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
-checksum=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
+checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
 
 pre_configure() {
 	./autogen.sh

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

* Re: scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
@ 2021-11-29 20:59 ` Chocimier
  2021-11-29 21:28 ` [PR PATCH] [Updated] " unspecd
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-11-29 20:59 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34308#issuecomment-982018241

Comment:
=> ERROR: musl-legacy-compat-0.5_1: this package cannot be built for x86_64.

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

* Re: [PR PATCH] [Updated] scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
  2021-11-29 20:59 ` Chocimier
@ 2021-11-29 21:28 ` unspecd
  2021-11-29 21:35 ` unspecd
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2021-11-29 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/scrot
https://github.com/void-linux/void-packages/pull/34308

scrot: update to 1.7.
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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.
-->



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

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

From 36e1f964e316850a34ed6705f5f3e5ec67809dcd Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Nov 2021 05:48:58 +1100
Subject: [PATCH] scrot: update to 1.7.

---
 srcpkgs/scrot/patches/queue.patch | 11 +++++++++++
 srcpkgs/scrot/template            |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/scrot/patches/queue.patch

diff --git a/srcpkgs/scrot/patches/queue.patch b/srcpkgs/scrot/patches/queue.patch
new file mode 100644
index 000000000000..ea4b618923bb
--- /dev/null
+++ b/srcpkgs/scrot/patches/queue.patch
@@ -0,0 +1,11 @@
+--- a/src/slist.h
++++ b/src/slist.h
+@@ -27,7 +27,7 @@
+ 
+ #pragma once
+ 
+-#include <sys/queue.h>
++#include <bsd/sys/queue.h>
+ 
+ typedef struct ScrotListNode {
+     void* data;
diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 7565f4303e7e..25fa7ab440bc 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -1,17 +1,17 @@
 # Template file for 'scrot'
 pkgname=scrot
-version=1.6
+version=1.7
 revision=1
 build_style=gnu-configure
 make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
-makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
+makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel libbsd-devel"
 short_desc="Simple command-line screenshot utility for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
-checksum=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
+checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
 
 pre_configure() {
 	./autogen.sh

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

* Re: scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
  2021-11-29 20:59 ` Chocimier
  2021-11-29 21:28 ` [PR PATCH] [Updated] " unspecd
@ 2021-11-29 21:35 ` unspecd
  2021-11-30  5:00 ` [PR PATCH] [Updated] " sgn
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2021-11-29 21:35 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/34308#issuecomment-982044531

Comment:
> => ERROR: musl-legacy-compat-0.5_1: this package cannot be built for x86_64.

Replaced with libbsd.

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

* Re: [PR PATCH] [Updated] scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
                   ` (2 preceding siblings ...)
  2021-11-29 21:35 ` unspecd
@ 2021-11-30  5:00 ` sgn
  2021-11-30  5:13 ` sgn
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2021-11-30  5:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/scrot
https://github.com/void-linux/void-packages/pull/34308

scrot: update to 1.7.
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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.
-->



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

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

From 36e1f964e316850a34ed6705f5f3e5ec67809dcd Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Nov 2021 05:48:58 +1100
Subject: [PATCH 1/2] scrot: update to 1.7.

---
 srcpkgs/scrot/patches/queue.patch | 11 +++++++++++
 srcpkgs/scrot/template            |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/scrot/patches/queue.patch

diff --git a/srcpkgs/scrot/patches/queue.patch b/srcpkgs/scrot/patches/queue.patch
new file mode 100644
index 000000000000..ea4b618923bb
--- /dev/null
+++ b/srcpkgs/scrot/patches/queue.patch
@@ -0,0 +1,11 @@
+--- a/src/slist.h
++++ b/src/slist.h
+@@ -27,7 +27,7 @@
+ 
+ #pragma once
+ 
+-#include <sys/queue.h>
++#include <bsd/sys/queue.h>
+ 
+ typedef struct ScrotListNode {
+     void* data;
diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 7565f4303e7e..25fa7ab440bc 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -1,17 +1,17 @@
 # Template file for 'scrot'
 pkgname=scrot
-version=1.6
+version=1.7
 revision=1
 build_style=gnu-configure
 make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
-makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
+makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel libbsd-devel"
 short_desc="Simple command-line screenshot utility for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
-checksum=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
+checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
 
 pre_configure() {
 	./autogen.sh

From dbf722af440c0b12beb78750c1948fafc82c885b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 30 Nov 2021 12:00:00 +0700
Subject: [PATCH 2/2] fixup! scrot: update to 1.7.

---
 srcpkgs/scrot/patches/queue.patch | 11 -----------
 srcpkgs/scrot/template            |  6 +++++-
 2 files changed, 5 insertions(+), 12 deletions(-)
 delete mode 100644 srcpkgs/scrot/patches/queue.patch

diff --git a/srcpkgs/scrot/patches/queue.patch b/srcpkgs/scrot/patches/queue.patch
deleted file mode 100644
index ea4b618923bb..000000000000
--- a/srcpkgs/scrot/patches/queue.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/slist.h
-+++ b/src/slist.h
-@@ -27,7 +27,7 @@
- 
- #pragma once
- 
--#include <sys/queue.h>
-+#include <bsd/sys/queue.h>
- 
- typedef struct ScrotListNode {
-     void* data;
diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 25fa7ab440bc..409071eded06 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
-makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel libbsd-devel"
+makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
 short_desc="Simple command-line screenshot utility for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
@@ -13,6 +13,10 @@ homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
 checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
 
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
 pre_configure() {
 	./autogen.sh
 }

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

* Re: [PR PATCH] [Updated] scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
                   ` (3 preceding siblings ...)
  2021-11-30  5:00 ` [PR PATCH] [Updated] " sgn
@ 2021-11-30  5:13 ` sgn
  2021-11-30  5:53 ` unspecd
  2021-11-30  5:53 ` [PR PATCH] [Closed]: " unspecd
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2021-11-30  5:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/scrot
https://github.com/void-linux/void-packages/pull/34308

scrot: update to 1.7.
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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.
-->



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

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

From 36e1f964e316850a34ed6705f5f3e5ec67809dcd Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Nov 2021 05:48:58 +1100
Subject: [PATCH 1/2] scrot: update to 1.7.

---
 srcpkgs/scrot/patches/queue.patch | 11 +++++++++++
 srcpkgs/scrot/template            |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/scrot/patches/queue.patch

diff --git a/srcpkgs/scrot/patches/queue.patch b/srcpkgs/scrot/patches/queue.patch
new file mode 100644
index 000000000000..ea4b618923bb
--- /dev/null
+++ b/srcpkgs/scrot/patches/queue.patch
@@ -0,0 +1,11 @@
+--- a/src/slist.h
++++ b/src/slist.h
+@@ -27,7 +27,7 @@
+ 
+ #pragma once
+ 
+-#include <sys/queue.h>
++#include <bsd/sys/queue.h>
+ 
+ typedef struct ScrotListNode {
+     void* data;
diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 7565f4303e7e..25fa7ab440bc 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -1,17 +1,17 @@
 # Template file for 'scrot'
 pkgname=scrot
-version=1.6
+version=1.7
 revision=1
 build_style=gnu-configure
 make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
-makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
+makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel libbsd-devel"
 short_desc="Simple command-line screenshot utility for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
-checksum=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
+checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
 
 pre_configure() {
 	./autogen.sh

From 03106da4191811b372687e5fb701eb00bdb956bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 30 Nov 2021 12:00:00 +0700
Subject: [PATCH 2/2] fixup! scrot: update to 1.7.

---
 srcpkgs/scrot/patches/queue.patch | 11 -----------
 srcpkgs/scrot/template            |  8 +++++++-
 2 files changed, 7 insertions(+), 12 deletions(-)
 delete mode 100644 srcpkgs/scrot/patches/queue.patch

diff --git a/srcpkgs/scrot/patches/queue.patch b/srcpkgs/scrot/patches/queue.patch
deleted file mode 100644
index ea4b618923bb..000000000000
--- a/srcpkgs/scrot/patches/queue.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/slist.h
-+++ b/src/slist.h
-@@ -27,7 +27,7 @@
- 
- #pragma once
- 
--#include <sys/queue.h>
-+#include <bsd/sys/queue.h>
- 
- typedef struct ScrotListNode {
-     void* data;
diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template
index 25fa7ab440bc..6c1336c260ef 100644
--- a/srcpkgs/scrot/template
+++ b/srcpkgs/scrot/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 make_install_args="docsdir=/usr/share/doc/scrot"
 hostmakedepends="automake autoconf-archive pkg-config"
-makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel libbsd-devel"
+makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-devel"
 short_desc="Simple command-line screenshot utility for X"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
@@ -13,6 +13,12 @@ homepage="https://github.com/resurrecting-open-source-projects/scrot"
 distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz"
 checksum=e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b
 
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-legacy-compat"
+else
+	makedepends+=" libbsd-devel"
+fi
+
 pre_configure() {
 	./autogen.sh
 }

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

* Re: scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
                   ` (4 preceding siblings ...)
  2021-11-30  5:13 ` sgn
@ 2021-11-30  5:53 ` unspecd
  2021-11-30  5:53 ` [PR PATCH] [Closed]: " unspecd
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2021-11-30  5:53 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/34308#issuecomment-982310245

Comment:
003ca160dfcfe2b63b1b39f19581e04dea7202d7

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

* Re: [PR PATCH] [Closed]: scrot: update to 1.7.
  2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
                   ` (5 preceding siblings ...)
  2021-11-30  5:53 ` unspecd
@ 2021-11-30  5:53 ` unspecd
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2021-11-30  5:53 UTC (permalink / raw)
  To: ml

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

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

scrot: update to 1.7.
https://github.com/void-linux/void-packages/pull/34308

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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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.
-->



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

end of thread, other threads:[~2021-11-30  5:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 18:58 [PR PATCH] scrot: update to 1.7 unspecd
2021-11-29 20:59 ` Chocimier
2021-11-29 21:28 ` [PR PATCH] [Updated] " unspecd
2021-11-29 21:35 ` unspecd
2021-11-30  5:00 ` [PR PATCH] [Updated] " sgn
2021-11-30  5:13 ` sgn
2021-11-30  5:53 ` unspecd
2021-11-30  5:53 ` [PR PATCH] [Closed]: " unspecd

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