Skip to content

Commit

Permalink
graphics/birdfont: 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 5b2a2da commit d2e79af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 41 deletions.
4 changes: 2 additions & 2 deletions graphics/birdfont/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libgee-0.8.so:devel/libgee \
libharfbuzz.so:print/harfbuzz \
libnotify.so:devel/libnotify \
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 \
libxmlbird.so:textproc/libxmlbird

USES= gettext-tools gnome pkgconfig python:build shared-mime-info \
Expand Down
14 changes: 6 additions & 8 deletions graphics/birdfont/files/patch-configure
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Lowering dep to webkit2gtk-4.0

--- configure.orig 2024-02-17 20:04:34 UTC
--- configure.orig 2024-05-24 20:27:53 UTC
+++ configure
@@ -78,7 +78,7 @@ def configure(libbgee, valac, pkg_config):
'gio-2.0',
@@ -79,7 +79,7 @@ def configure(libbgee, valac, pkg_config):
'glib-2.0',
'gtk+-3.0',
- 'webkit2gtk-4.1',
+ 'webkit2gtk-4.0',
'libsoup-2.4',
'webkit2gtk-4.1',
- 'libsoup-2.4',
+ 'libsoup-3.0',
'libnotify',
'sqlite3',
'xmlbird'
31 changes: 0 additions & 31 deletions graphics/birdfont/files/patch-dodo.py

This file was deleted.

0 comments on commit d2e79af

Please sign in to comment.