mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user