From 36e1f964e316850a34ed6705f5f3e5ec67809dcd Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov 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 ++#include + + 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 " 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