From 0225e594766aa5fa42ca510f29ec46a5e1590f1c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 7 Apr 2022 19:00:28 +0200 Subject: librsvg: upgrade 2.52.7 -> 2.54.0 Upstream has replaced gtk-doc with gi-docgen however it is not possible to configure. So it's disabled until the merge request to do so lands: https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/687 (From OE-Core rev: f6c9614397e71751675ca45f8211e66ce76c2b93) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../librsvg/librsvg/0001-Disable-docs.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-gnome/librsvg/librsvg/0001-Disable-docs.patch (limited to 'meta/recipes-gnome/librsvg/librsvg') diff --git a/meta/recipes-gnome/librsvg/librsvg/0001-Disable-docs.patch b/meta/recipes-gnome/librsvg/librsvg/0001-Disable-docs.patch new file mode 100644 index 0000000000..13d25d4f08 --- /dev/null +++ b/meta/recipes-gnome/librsvg/librsvg/0001-Disable-docs.patch @@ -0,0 +1,24 @@ +From e62887dfa36812d5b8bc1c2c2fec69ba985309d8 Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Tue, 5 Apr 2022 09:21:14 +0200 +Subject: [PATCH] Disable docs + +Upstream has replaced gtk-doc with rst2man and gi-docgen in a way +that is not possible to disable and requires g-i. There's a +pull request to address this, until then let's patch it out: +https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/687 + +Upstream-Status: Inappropriate [see above] +Signed-off-by: Alexander Kanavin +--- + +diff --git a/Makefile.am b/Makefile.am +index e380bc9..5b3fbb5 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,4 @@ +-SUBDIRS = . gdk-pixbuf-loader tests doc win32 ++SUBDIRS = . gdk-pixbuf-loader tests win32 + + NULL = + -- cgit v1.2.3-54-g00ecf