summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-01-01 14:47:17 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-01-01 14:58:39 +0100
commit202f0335f04d765f2f70a6a5032c4f0a25b42988 (patch)
tree2abd64df10e876277d33d7ba8fc65978478e8abc /x11-misc
parentdev-lang/julia: link ca-certificates.crt (diff)
downloadgentoo-202f0335f04d765f2f70a6a5032c4f0a25b42988.tar.gz
gentoo-202f0335f04d765f2f70a6a5032c4f0a25b42988.tar.bz2
gentoo-202f0335f04d765f2f70a6a5032c4f0a25b42988.zip
x11-misc/rofi: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28923 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/rofi/files/rofi-0.15.12-Werror.patch11
-rw-r--r--x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch13
-rw-r--r--x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch30
3 files changed, 0 insertions, 54 deletions
diff --git a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch b/x11-misc/rofi/files/rofi-0.15.12-Werror.patch
deleted file mode 100644
index 89755ee4d0c5..000000000000
--- a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -7,7 +7,7 @@
- dnl Setup automake to be silent and in foreign mode.
- dnl We want xz distribution
- dnl ---------------------------------------------------------------------
--AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-xz])
-+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-xz])
- AM_SILENT_RULES([yes])
-
- dnl ---------------------------------------------------------------------
diff --git a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
deleted file mode 100644
index 82aa264ac29e..000000000000
--- a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/subprojects/libnkutils/libnkutils-common.mk
-+++ b/subprojects/libnkutils/libnkutils-common.mk
-@@ -130,8 +130,8 @@
- %D%/src/gtk-settings.c \
- %D%/src/nkutils-gtk-settings.h
-
--_libnkutils_tests += \
-- %D%/tests/gtk-settings.test
-+#_libnkutils_tests += \
-+# %D%/tests/gtk-settings.test
- endif
-
- if NK_ENABLE_XDG_DE
diff --git a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch b/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
deleted file mode 100644
index d2ac9510d3cb..000000000000
--- a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 7e426c597539c1b6f33c34300b84d2074f94c9b6 Mon Sep 17 00:00:00 2001
-From: Lars Wendler <polynomial-c@gentoo.org>
-Date: Mon, 4 Jan 2021 22:27:37 +0100
-Subject: [PATCH] configure.ac: Remove argument from AC_PROG_LEX
-
-autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to
-AC_PROG_LEX. Calling it with no arguments will trigger the old behavior
-from autoconf-2.69.
-
-Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index e0968b65..03dc1d2f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -7,7 +7,7 @@ AH_BOTTOM([#include "gitconfig.h"])
- dnl ---------------------------------------------------------------------
- dnl Lex & Bison language parser.
- dnl ---------------------------------------------------------------------
--AC_PROG_LEX([flex])
-+AC_PROG_LEX
- AC_PROG_YACC
-
-
---
-2.30.0
-