commit: 9bd197af7cd916182acc234ccb2b6aeb8a413f82
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 08:07:43 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 08:08:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd197af
media-gfx/scrot: Drop accepted patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-gfx/scrot/files/scrot-9999-Xcursor.patch | 18 ------------------
media-gfx/scrot/scrot-9999.ebuild | 3 ---
2 files changed, 21 deletions(-)
diff --git a/media-gfx/scrot/files/scrot-9999-Xcursor.patch
b/media-gfx/scrot/files/scrot-9999-Xcursor.patch
deleted file mode 100644
index dbb935219b3..00000000000
--- a/media-gfx/scrot/files/scrot-9999-Xcursor.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -34,4 +34,4 @@
- bin_PROGRAMS = scrot
- scrot_SOURCES = main.c getopt.c getopt1.c getopt.h scrot.h \
- options.c options.h debug.h imlib.c structs.h note.c note.h
--scrot_LDADD = -lX11 -lXfixes -lXcursor -lXcomposite @GIBLIB_LIBS@
-+scrot_LDADD = -lX11 -lXfixes -lXcomposite @GIBLIB_LIBS@
---- a/src/scrot.h
-+++ b/src/scrot.h
-@@ -40,7 +40,6 @@
- #include <X11/cursorfont.h>
- #include <X11/extensions/Xfixes.h>
- #include <X11/extensions/Xcomposite.h>
--#include <X11/Xcursor/Xcursor.h>
-
- #include <stdio.h>
- #include <string.h>
diff --git a/media-gfx/scrot/scrot-9999.ebuild
b/media-gfx/scrot/scrot-9999.ebuild
index 82d865e83c5..3bf57b1445b 100644
--- a/media-gfx/scrot/scrot-9999.ebuild
+++ b/media-gfx/scrot/scrot-9999.ebuild
@@ -31,9 +31,6 @@ DEPEND="
DOCS=(
AUTHORS ChangeLog CONTRIBUTING.md README.md TODO
)
-PATCHES=(
- "${FILESDIR}"/${PN}-9999-Xcursor.patch
-)
src_prepare() {
sed -i -e 's#-g -O3##g' src/Makefile.am || die