summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-02-24 16:38:09 +0000
committerMarek Szuba <marecki@gentoo.org>2023-02-24 16:50:00 +0000
commitcdf8988f51efe0c097a3f9b48c90698032b76371 (patch)
tree59456f51571e4e7dbe306b16ec6db86a456eb0c0 /app-text/xiphos/files
parentmedia-libs/aalib: update HOMEPAGE (diff)
downloadgentoo-cdf8988f51efe0c097a3f9b48c90698032b76371.tar.gz
gentoo-cdf8988f51efe0c097a3f9b48c90698032b76371.tar.bz2
gentoo-cdf8988f51efe0c097a3f9b48c90698032b76371.zip
app-text/xiphos: migrate to net-libs/webkit-gtk:4.1
Builds without errors against this version. Closes: https://bugs.gentoo.org/893684 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/xiphos/files')
-rw-r--r--app-text/xiphos/files/xiphos-4.2.1-webkit41.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/xiphos/files/xiphos-4.2.1-webkit41.patch b/app-text/xiphos/files/xiphos-4.2.1-webkit41.patch
new file mode 100644
index 000000000000..8de40e28c64e
--- /dev/null
+++ b/app-text/xiphos/files/xiphos-4.2.1-webkit41.patch
@@ -0,0 +1,20 @@
+--- a/cmake/XiphosDependencies.cmake
++++ b/cmake/XiphosDependencies.cmake
+@@ -84,7 +84,7 @@
+ "gdk-pixbuf-2.0"
+ "gio-2.0"
+ "gobject-2.0"
+- "libsoup-2.4"
++ "libsoup-3.0"
+ "pango"
+ "minizip"
+ "zlib"
+@@ -144,7 +144,7 @@
+ # Gtk+-3.0 + Webkit2 + GtkHtml-editor
+ pkg_check_modules(Gtk REQUIRED IMPORTED_TARGET
+ "gtk+-3.0"
+- "webkit2gtk-4.0"
++ "webkit2gtk-4.1"
+ )
+ endif()
+ endif (GTK2)