Skip to content

Commit

Permalink
deskutils/meteo: 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 120b3af commit d9aab88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deskutils/meteo/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= meteo
PORTVERSION= 0.9.9.3
PORTREVISION= 1
CATEGORIES= deskutils

MAINTAINER= tagattie@FreeBSD.org
Expand All @@ -12,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib
LIB_DEPENDS= libappindicator3.so:devel/libappindicator \
libjson-glib-1.0.so:devel/json-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

USES= compiler:c11 gettext gnome meson pkgconfig python:build \
shebangfix vala:build
Expand Down
14 changes: 14 additions & 0 deletions deskutils/meteo/files/patch-meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- meson.build.orig 2024-05-24 20:06:55 UTC
+++ meson.build
@@ -34,9 +34,9 @@ gtk_dep = dependency('gtk+-3.0')
glib_dep = dependency('glib-2.0')
gobj_dep = dependency('gobject-2.0')
gtk_dep = dependency('gtk+-3.0')
-soup_dep = dependency('libsoup-2.4')
+soup_dep = dependency('libsoup-3.0')
json_dep = dependency('json-glib-1.0')
-webk_dep = dependency('webkit2gtk-4.0')
+webk_dep = dependency('webkit2gtk-4.1')
ind_opt_dep = dependency('ayatana-appindicator3-0.1' , required : false)

if ind_opt_dep.found()

0 comments on commit d9aab88

Please sign in to comment.