From 927990452cebda72d94dc9247969e41bcbd21406 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 25 Feb 2024 16:24:19 -0800 Subject: [PATCH] surf: rebuild with libwebkit2gtk41 --- srcpkgs/surf/patches/libwebkit2gtk41.patch | 21 +++++++++++++++++++++ srcpkgs/surf/template | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/surf/patches/libwebkit2gtk41.patch diff --git a/srcpkgs/surf/patches/libwebkit2gtk41.patch b/srcpkgs/surf/patches/libwebkit2gtk41.patch new file mode 100644 index 00000000000..5c5729b9857 --- /dev/null +++ b/srcpkgs/surf/patches/libwebkit2gtk41.patch @@ -0,0 +1,21 @@ +Source: https://gitlab.alpinelinux.org/alpine/aports/-/blob/c915c16061cdb0d2390a3683c704625ebddaa045/testing/surf/webkit2gtk-4.1.patch + +diff --git a/config.mk b/config.mk +index 2eb9fb0..544e123 100644 +--- a/config.mk ++++ b/config.mk +@@ -12,10 +12,10 @@ LIBDIR = $(LIBPREFIX)/surf + X11INC = `pkg-config --cflags x11` + X11LIB = `pkg-config --libs x11` + +-GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.0` +-GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.0` +-WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` +-WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` ++GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.1` ++GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.1` ++WEBEXTINC = `pkg-config --cflags webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0` ++WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0` + + # includes and libs + INCS = $(X11INC) $(GTKINC) diff --git a/srcpkgs/surf/template b/srcpkgs/surf/template index 402209854a5..5d77777a469 100644 --- a/srcpkgs/surf/template +++ b/srcpkgs/surf/template @@ -1,10 +1,10 @@ # Template file for 'surf' pkgname=surf version=2.1 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="pkg-config" -makedepends="webkit2gtk-devel gcr-devel" +makedepends="libwebkit2gtk41-devel gcr-devel" depends="xprop dmenu" short_desc="Simple web browser based on WebKit/GTK+" maintainer="Orphaned "