diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 0ab7a99..6141a75 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -4,12 +4,13 @@ Name: nemo-extensions Version: 5.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extensions for Nemo License: GPLv2+ and LGPLv2 URL: https://github.com/linuxmint/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Patch0: webkit2gtk-41.patch ExcludeArch: %{ix86} @@ -32,7 +33,7 @@ BuildRequires: pkgconfig(cjs-1.0) >= %{cjs_version} BuildRequires: pkgconfig(xreader-view-1.5) BuildRequires: pkgconfig(libmusicbrainz5) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) -BuildRequires: pkgconfig(webkit2gtk-4.0) +BuildRequires: pkgconfig(webkit2gtk-4.1) BuildRequires: pkgconfig(clutter-gtk-1.0) BuildRequires: pkgconfig(clutter-gst-3.0) BuildRequires: pkgconfig(gtksourceview-4) @@ -333,6 +334,9 @@ desktop-file-install \ %{_mandir}/man1/nemo-seahorse-tool.1.* %changelog +* Thu May 11 2023 Leigh Scott - 5.6.0-4 +- Switch to webkit2gtk-4.1 + * Tue May 09 2023 Leigh Scott - 5.6.0-3 - Rebuild for cjs-5.7.0 diff --git a/webkit2gtk-41.patch b/webkit2gtk-41.patch new file mode 100644 index 0000000..3ae11b7 --- /dev/null +++ b/webkit2gtk-41.patch @@ -0,0 +1,11 @@ +--- a/nemo-preview/meson.build 2022-11-18 12:10:59.000000000 +0000 ++++ b/nemo-preview/meson.build 2023-05-11 07:00:12.802353744 +0100 +@@ -22,7 +22,7 @@ gtk_dep = dependency('gtk+-3.0', version + gtksourceview_dep = dependency('gtksourceview-4', version: '>=4.0.3') + introspection_dep = dependency('gobject-introspection-1.0', version: '>=0.9.2') + musicbrainz_dep = dependency('libmusicbrainz5') +-webkit_dep = dependency('webkit2gtk-4.0') ++webkit_dep = dependency('webkit2gtk-4.1') + + bindir = join_paths(get_option('prefix'), get_option('bindir')) + datadir = join_paths(get_option('prefix'), get_option('datadir'))