Skip to content

Commit 70f1826

Browse files
committed
bump(x11/scrot): 2.0.0
Xrandr is used instead of Xinerama for monitor capture. https://github.com/resurrecting-open-source-projects/scrot/releases/tag/2.0.0
1 parent 581e0f7 commit 70f1826

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

x11-packages/scrot/build.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ TERMUX_PKG_DESCRIPTION="Simple command-line screenshot utility for X"
44
TERMUX_PKG_LICENSE="custom"
55
TERMUX_PKG_LICENSE_FILE="COPYING"
66
TERMUX_PKG_MAINTAINER="@termux"
7-
TERMUX_PKG_VERSION="1.12.1"
8-
TERMUX_PKG_REVISION=1
7+
TERMUX_PKG_VERSION="2.0.0"
98
TERMUX_PKG_SRCURL=https://github.com/resurrecting-open-source-projects/scrot/releases/download/${TERMUX_PKG_VERSION}/scrot-${TERMUX_PKG_VERSION}.tar.gz
10-
TERMUX_PKG_SHA256=45bed70abd74ffeeec08b75089ba44900291e9c86309bcce892ccc7ece8f1e61
9+
TERMUX_PKG_SHA256=1b4b3acadfe07bf89234838675d1d23508a9a6810cb64584f1d9610103d6cdfa
1110
TERMUX_PKG_AUTO_UPDATE=true
12-
TERMUX_PKG_DEPENDS="imlib2, libx11, libxcomposite, libxext, libxfixes, libxinerama"
11+
TERMUX_PKG_DEPENDS="imlib2, libx11, libxcomposite, libxfixes, libxrandr"
1312

1413
termux_step_pre_configure() {
1514
local _inc="$TERMUX_PKG_SRCDIR/_getsubopt/include"

x11-packages/scrot/getsubopt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
+#include "getsubopt.h"
88
+
9-
#include "note.h"
109
#include "options.h"
1110
#include "scrot.h"
11+
#include "scrot_selection.h"

0 commit comments

Comments
 (0)