Skip to content

Commit

Permalink
net/liferea: 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 388d312 commit 302fa78
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/liferea/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= liferea
DISTVERSION= 1.14.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net gnome
MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/

Expand All @@ -13,14 +13,14 @@ LICENSE= GPLv2
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
LIB_DEPENDS= libfribidi.so:converters/fribidi \
libharfbuzz.so:print/harfbuzz \
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 \
libpeas-1.0.so:devel/libpeas \
libjson-glib-1.0.so:devel/json-glib
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR}

USES= compiler:c++11-lang cpe desktop-file-utils gettext \
USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \
gmake gnome libtool localbase \
pathfix pkgconfig python sqlite tar:bzip2
USE_GNOME= cairo dconf:run gtk30 gdkpixbuf2 intltool introspection \
Expand Down
22 changes: 22 additions & 0 deletions net/liferea/files/patch-configure.ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- configure.ac.orig 2024-05-24 20:44:31 UTC
+++ configure.ac
@@ -38,8 +38,8 @@ pkg_modules=" gtk+-3.0 >= 3.22.0
sqlite3 >= 3.7.0
gmodule-2.0 >= 2.0.0
gthread-2.0
- libsoup-2.4 >= 2.42
- webkit2gtk-4.0
+ libsoup-3.0 >= 2.42
+ webkit2gtk-4.1
json-glib-1.0
gobject-introspection-1.0
gsettings-desktop-schemas
@@ -59,7 +59,7 @@ PKG_CHECK_MODULES([WEB_EXTENSION], [


PKG_CHECK_MODULES([WEB_EXTENSION], [
- webkit2gtk-web-extension-4.0
+ webkit2gtk-web-extension-4.1
])
AC_SUBST([WEB_EXTENSION_CFLAGS])
AC_SUBST([WEB_EXTENSION_LIBS])

0 comments on commit 302fa78

Please sign in to comment.