Skip to content

Commit

Permalink
editors/quilter: 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 91ede73 commit b9470a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions editors/quilter/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= quilter
DISTVERSION= 2.2.3
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= editors

MAINTAINER= [email protected]
Expand All @@ -14,7 +14,7 @@ BUILD_DEPENDS= discount>0:textproc/discount
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libgranite.so:x11-toolkits/granite \
libgtkspell3-3.so:textproc/gtkspell3 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
libwebkit2gtk-4.1.so:www/webkit2-gtk3

USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build
USE_GITHUB= yes
Expand Down
11 changes: 7 additions & 4 deletions editors/quilter/files/patch-meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- meson.build.orig 2019-06-23 03:48:31 UTC
--- meson.build.orig 2020-04-11 06:07:09 UTC
+++ meson.build
@@ -39,7 +39,7 @@ c_args = [
@@ -40,7 +40,7 @@ cc = meson.get_compiler('c')

# Find libMarkdown
cc = meson.get_compiler('c')
Expand All @@ -9,9 +9,12 @@

# Let's define our executable
add_project_arguments(['--vapidir', join_paths(meson.current_source_dir(), 'vapi')], language: 'vala')
@@ -78,7 +78,7 @@ executable(
@@ -76,9 +76,9 @@ executable(
dependency('gobject-2.0'),
dependency('gtksourceview-3.0'),
dependency('gtk+-3.0'),
dependency('webkit2gtk-4.0'),
- dependency('webkit2gtk-4.0'),
+ dependency('webkit2gtk-4.1'),
dependency('gtkspell3-3.0'),
- libmarkdown
+ #libmarkdown
Expand Down

0 comments on commit b9470a3

Please sign in to comment.