Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] scrot: update to 1.7.
Date: Mon, 29 Nov 2021 22:28:36 +0100	[thread overview]
Message-ID: <20211129212836.DGeMhA33UCd1OzTZBStE1mQpmyrYx6O1yqWFSnkHbCw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34308@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2021-11-29 21:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 18:58 [PR PATCH] " unspecd
2021-11-29 20:59 ` Chocimier
2021-11-29 21:28 ` unspecd [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211129212836.DGeMhA33UCd1OzTZBStE1mQpmyrYx6O1yqWFSnkHbCw@z \
    --to=unspecd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).