From 77ec3f42dbb2a2cc03d33429947a2561704597a2 Mon Sep 17 00:00:00 2001 From: Christophe Lermytte Date: Sun, 20 Feb 2022 15:49:50 +0100 Subject: gnome-extra/gnome-characters: fix build with meson 0.61 Fix in upstream master but together with other things that I did not want to pull in, so just fixing the build problem in anticipation of a new upstream release. Signed-off-by: Christophe Lermytte Closes: https://bugs.gentoo.org/831471 Closes: https://github.com/gentoo/gentoo/pull/24282 Signed-off-by: Sam James --- gnome-extra/gnome-characters/gnome-characters-41.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnome-extra/gnome-characters/gnome-characters-41.0.ebuild') diff --git a/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild index 3154b414c2fc..94bf27f7f3b7 100644 --- a/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild +++ b/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,6 +31,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/fix-build-with-meson-0.61.patch +) + pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update -- cgit v1.2.3-65-gdbad