summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-09-19 19:36:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-20 18:35:33 +0200
commit966e598116daaa36db279972712350e7c5294b59 (patch)
tree38bf8b3df326ab9b5d8ecfb00f218879f56db97b /app-text
parentapp-arch/engrampa: remove unused patch(es) (diff)
downloadgentoo-966e598116daaa36db279972712350e7c5294b59.tar.gz
gentoo-966e598116daaa36db279972712350e7c5294b59.tar.bz2
gentoo-966e598116daaa36db279972712350e7c5294b59.zip
app-text/atril: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/atril/files/atril-1.26.1-webkitgtk4.1.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-text/atril/files/atril-1.26.1-webkitgtk4.1.patch b/app-text/atril/files/atril-1.26.1-webkitgtk4.1.patch
deleted file mode 100644
index 3dd766bb5d5e..000000000000
--- a/app-text/atril/files/atril-1.26.1-webkitgtk4.1.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Search for webkit2gtk-4.1.
-Author: Unit 193 <unit193@debian.org>
-Forwarded: no
-
---- atril-1.26.0.orig/configure.ac
-+++ atril-1.26.0/configure.ac
-@@ -622,7 +622,7 @@ AC_ARG_ENABLE(epub,
-
- have_webkit="no"
- if test "x$enable_epub" = "xyes"; then
-- PKG_CHECK_MODULES(EPUB, webkit2gtk-4.0 >= $WEBKIT_REQUIRED \
-+ PKG_CHECK_MODULES(EPUB, webkit2gtk-4.1 >= $WEBKIT_REQUIRED \
- libxml-2.0 >= $LIBXML_REQUIRED zlib,have_webkit=yes,have_webkit=no)
-
- if test "x$have_webkit" = "xyes"; then