forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editors/elementary-code: update webkit2gtk3 API version to 4.1
Pull Request: freebsd#266
- Loading branch information
1 parent
31a4a00
commit 8d607c9
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
|
@@ -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 | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
editors/elementary-code/files/patch-plugins_pastebin_meson.build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |