Skip to content

Commit

Permalink
deskutils/gnotime: 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 1e849cc commit 80f2a85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deskutils/gnotime/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= gnotime
DISTVERSION= g20231022
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils gnome

MAINTAINER= [email protected]
Expand All @@ -16,10 +16,10 @@ LIB_DEPENDS= libqof.so:databases/qof \
libgc-threaded.so:devel/boehm-gc-threaded \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libsoup-2.4.so:devel/libsoup \
libsoup-3.0.so:devel/libsoup3 \
libguile-2.2.so:lang/guile2 \
libharfbuzz.so:print/harfbuzz \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
libwebkit2gtk-4.1.so:www/webkit2-gtk3

USES= autoreconf desktop-file-utils gettext gmake gnome libtool pathfix pkgconfig xorg
USE_GITHUB= yes
Expand Down
11 changes: 11 additions & 0 deletions deskutils/gnotime/files/patch-configure.ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- configure.ac.orig 2024-05-24 19:50:43 UTC
+++ configure.ac
@@ -139,7 +139,7 @@ dnl *******************************
dnl WebKitGTK
dnl *******************************

-PKG_CHECK_MODULES(WEBKITGTK, webkit2gtk-4.0 >= $WEBKITGTK_REQUIRED)
+PKG_CHECK_MODULES(WEBKITGTK, webkit2gtk-4.1 >= $WEBKITGTK_REQUIRED)
AC_SUBST(WEBKITGTK_CFLAGS)
AC_SUBST(WEBKITGTK_LIBS)

0 comments on commit 80f2a85

Please sign in to comment.