diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2025-01-17 16:24:08 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2025-01-18 18:15:58 +0100 |
commit | 0cc904264d2406b1c41c3c8ca6ad3d867dcbaa75 (patch) | |
tree | 60d6112b3b4466ed7e6e422db95fbb0c7fe26b66 /app-text | |
parent | games-emulation/dolphin: Rename patches to use .patch suffix (diff) | |
download | gentoo-0cc904264d2406b1c41c3c8ca6ad3d867dcbaa75.tar.gz gentoo-0cc904264d2406b1c41c3c8ca6ad3d867dcbaa75.tar.bz2 gentoo-0cc904264d2406b1c41c3c8ca6ad3d867dcbaa75.zip |
app-text/libspelling: Add missing sysprof-capture dependency
Bug: https://bugs.gentoo.org/948194
Closes: https://bugs.gentoo.org/948213
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/40184
Reviewed-by: WANG Xuerui <xen0n@gentoo.org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libspelling/libspelling-0.4.5-r1.ebuild (renamed from app-text/libspelling/libspelling-0.4.5.ebuild) | 4 | ||||
-rw-r--r-- | app-text/libspelling/metadata.xml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app-text/libspelling/libspelling-0.4.5.ebuild b/app-text/libspelling/libspelling-0.4.5-r1.ebuild index 47f92920b4b1..42bb1c042411 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 c18e917f963c..5b9ced8effed 100644 --- a/app-text/libspelling/metadata.xml +++ b/app-text/libspelling/metadata.xml @@ -5,6 +5,9 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> + <use> + <flag name="sysprof">Enable profiling data capture support using <pkg>dev-util/sysprof-capture</pkg></flag> + </use> <upstream> <remote-id type="gnome-gitlab">GNOME/libspelling</remote-id> </upstream> |