Skip to content

Commit

Permalink
deskutils/bookworm: update webkit2gtk3 API version to 4.1
Browse files Browse the repository at this point in the history
Pull Request:	freebsd#266
  • Loading branch information
clausecker committed May 24, 2024
1 parent 0c1a87c commit 7be2980
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deskutils/bookworm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= bookworm
DISTVERSION= 1.1.2
PORTREVISION= 21
PORTREVISION= 22
CATEGORIES= deskutils

MAINTAINER= [email protected]
Expand All @@ -16,8 +16,8 @@ LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \
libgee-0.8.so:devel/libgee \
libgranite.so:x11-toolkits/granite \
libpoppler-glib.so:graphics/poppler-glib \
libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libsoup-3.0.so:devel/libsoup3 \
libwebkit2gtk-4.1.so:www/webkit2-gtk3 \
libxml2.so:textproc/libxml2
RUN_DEPENDS= bash:shells/bash \
pdftohtml:graphics/poppler-utils \
Expand Down
11 changes: 11 additions & 0 deletions deskutils/bookworm/files/patch-meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- meson.build.orig 2024-05-24 19:55:57 UTC
+++ meson.build
@@ -62,7 +62,7 @@ executable(
dependencies: [
dependency('gtk+-3.0'),
dependency('gee-0.8'),
- dependency('webkit2gtk-4.0'),
+ dependency('webkit2gtk-4.1'),
dependency('poppler-glib'),
dependency('libxml-2.0'),
dependency('granite', version: '>=0.5'),

0 comments on commit 7be2980

Please sign in to comment.