Skip to content

Commit

Permalink
graphics/elementary-photos: 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 7be2980 commit 91ede73
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions graphics/elementary-photos/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= elementary-photos
DISTVERSION= 2.8.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics

MAINTAINER= miguel@gocobachi.dev
Expand All @@ -22,8 +22,8 @@ LIB_DEPENDS= libexif.so:graphics/libexif \
libjson-glib-1.0.so:devel/json-glib \
libraw.so:graphics/libraw \
librest-0.7.so:devel/librest \
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 \
libwebp.so:graphics/webp

USES= compiler:c11 desktop-file-utils gettext gnome gstreamer meson \
Expand Down
13 changes: 11 additions & 2 deletions graphics/elementary-photos/files/patch-meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
--- meson.build.orig 2022-02-01 18:38:16 UTC
--- meson.build.orig 2022-11-15 19:10:06 UTC
+++ meson.build
@@ -6,7 +6,6 @@ project(
@@ -6,7 +6,6 @@ add_project_arguments([
)

add_project_arguments([
- '-Wno-discarded-qualifiers',
'-Wno-incompatible-pointer-types',
'-Wno-unused',
'-Wl,--enable-new-dtags',
@@ -68,7 +67,7 @@ sqlite3_dep = dependency('sqlite3', version: '>=3.5.9'
libxml_dep = dependency('libxml-2.0', version: '>=2.6.32')
rest_dep = dependency('rest-0.7', version: '>=0.7')
sqlite3_dep = dependency('sqlite3', version: '>=3.5.9')
-webkit2gtk_dep = dependency('webkit2gtk-4.0', version: '>=2.0.0')
+webkit2gtk_dep = dependency('webkit2gtk-4.1', version: '>=2.0.0')
gstreamer_plugins_base_vapi = meson.get_compiler('vala').find_library('gstreamer-base-1.0')
gstreamer_plugins_base_dep = declare_dependency(dependencies: [gstreamer_plugins_base_vapi])
lconv_dep = meson.get_compiler('vala').find_library('LConv', dirs: join_paths(meson.current_source_dir(), 'vapi'))

0 comments on commit 91ede73

Please sign in to comment.