From 2c6078aa5f1fc9c2a83b64121069182f5c7f88b09d0710278ee330debb28f92c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 2 Apr 2024 14:10:12 +0000 Subject: [PATCH] Accepting request 1163816 from home:bobbie424242:branches:openSUSE:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added GraphicsMagick package as Recommends. The invocation of pango-view with the ft2 backend requires the gm command found in that package. Without it, running 'pango-view --backend=ft2' results in this error: pango-view: When running GraphicsMagick 'gm display' command: Failed to execute child process “gm” (No such file or directory) OBS-URL: https://build.opensuse.org/request/show/1163816 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=256 --- pango.changes | 7 +++++++ pango.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/pango.changes b/pango.changes index dc5c29b..bf8fac1 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 31 22:30:53 UTC 2024 - Michael Pujos + +- added GraphicsMagick package as Recommends. The invocation of + pango-view with the ft2 backend requires the gm command found in + that package + ------------------------------------------------------------------- Mon Feb 26 09:38:41 UTC 2024 - Dominique Leuenberger diff --git a/pango.spec b/pango.spec index a7e9d8c..00d666e 100644 --- a/pango.spec +++ b/pango.spec @@ -86,6 +86,8 @@ This package provides the GObject Introspection bindings for Pango. %package tools Summary: Tools for pango, a library for text layout and rendering Group: System/Libraries +# for the 'gm' command used by 'pango-view --backend=ft2' +Recommends: GraphicsMagick %description tools Pango is a library for layout and rendering of text, with an emphasis