diff --git a/papers-47.0-help.patch b/papers-47.0-help.patch new file mode 100644 index 0000000..41255f5 --- /dev/null +++ b/papers-47.0-help.patch @@ -0,0 +1,27 @@ +From fd4b99f3713218bbb0f42a3736f029ced66dbc4d Mon Sep 17 00:00:00 2001 +From: Marek Kasik +Date: Tue, 25 Mar 2025 14:14:59 +0100 +Subject: [PATCH] help: List "search-not-found.png" in media files + +"search-not-found.png" is referenced in help pages but not listed +among media files in help/meson.build. This causes that the file +is not installed and showing of the help can fail. +--- + help/meson.build | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/help/meson.build b/help/meson.build +index 42bab279c..96996a794 100644 +--- a/help/meson.build ++++ b/help/meson.build +@@ -80,6 +80,7 @@ if enable_user_doc + 'figures/annotations-nav-to-page.png', + 'figures/emblem-system-symbolic.svg', + 'figures/org.gnome.Papers.svg', ++ 'figures/search-not-found.png', + 'figures/zoom.png', + ] + +-- +2.49.0 + diff --git a/papers.spec b/papers.spec index 1b367ca..fa663d2 100644 --- a/papers.spec +++ b/papers.spec @@ -49,6 +49,9 @@ Patch: papers-47.0-check-sidebar-page.patch Patch: papers-47.0-go-backwards-action.patch Patch: papers-47.0-fast-navigation.patch +# Fix help +Patch: papers-47.0-help.patch + # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval ExcludeArch: %{ix86}