From 0cc904264d2406b1c41c3c8ca6ad3d867dcbaa75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Smoli=C4=87?= Date: Fri, 17 Jan 2025 16:24:08 +0100 Subject: [PATCH] app-text/libspelling: Add missing sysprof-capture dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/948194 Closes: https://bugs.gentoo.org/948213 Signed-off-by: Jakov Smolić Closes: https://github.com/gentoo/gentoo/pull/40184 Reviewed-by: WANG Xuerui Signed-off-by: Jakov Smolić --- .../{libspelling-0.4.5.ebuild => libspelling-0.4.5-r1.ebuild} | 4 +++- app-text/libspelling/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) rename app-text/libspelling/{libspelling-0.4.5.ebuild => libspelling-0.4.5-r1.ebuild} (92%) diff --git a/app-text/libspelling/libspelling-0.4.5.ebuild b/app-text/libspelling/libspelling-0.4.5-r1.ebuild similarity index 92% rename from app-text/libspelling/libspelling-0.4.5.ebuild rename to app-text/libspelling/libspelling-0.4.5-r1.ebuild index 47f92920b4b11..42bb1c0424116 100644 --- a/app-text/libspelling/libspelling-0.4.5.ebuild +++ b/app-text/libspelling/libspelling-0.4.5-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="1" KEYWORDS="~amd64" -IUSE="gtk-doc vala" +IUSE="gtk-doc sysprof vala" RDEPEND=" dev-libs/glib:2 @@ -22,6 +22,7 @@ RDEPEND=" dev-libs/icu:= " DEPEND="${RDEPEND} + sysprof? ( dev-util/sysprof-capture:4 ) vala? ( $(vala_depend) >=gui-libs/gtksourceview-5.6:5[vala] @@ -43,6 +44,7 @@ src_configure() { -Denchant=enabled -Dinstall-static=false $(meson_use gtk-doc docs) + $(meson_use sysprof) $(meson_use vala vapi) ) meson_src_configure diff --git a/app-text/libspelling/metadata.xml b/app-text/libspelling/metadata.xml index c18e917f963c7..5b9ced8effedb 100644 --- a/app-text/libspelling/metadata.xml +++ b/app-text/libspelling/metadata.xml @@ -5,6 +5,9 @@ gnome@gentoo.org Gentoo GNOME Desktop + + Enable profiling data capture support using dev-util/sysprof-capture + GNOME/libspelling