Skip to content

Commit

Permalink
editors/elementary-code: 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 31a4a00 commit 8d607c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editors/elementary-code/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= elementary-code
DISTVERSION= 7.1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= editors

MAINTAINER= miguel@gocobachi.dev
Expand All @@ -19,8 +19,8 @@ LIB_DEPENDS= libeditorconfig.so:editors/editorconfig-core-c \
libhandy-1.so:x11-toolkits/libhandy \
libpeas-1.0.so:devel/libpeas \
libpeas-gtk-1.0.so:devel/libpeas \
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
RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \
pkcheck:sysutils/polkit

Expand Down
11 changes: 11 additions & 0 deletions editors/elementary-code/files/patch-plugins_pastebin_meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- plugins/pastebin/meson.build.orig 2024-05-24 20:19:06 UTC
+++ plugins/pastebin/meson.build
@@ -5,7 +5,7 @@ module_files = [
'pastebin.vala'
]

-soup_dep = dependency('libsoup-2.4')
+soup_dep = dependency('libsoup-3.0')

module_deps = [
codecore_dep,

0 comments on commit 8d607c9

Please sign in to comment.