summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-02-05 16:14:10 +0200
committerMart Raudsepp <leio@gentoo.org>2020-02-05 17:00:16 +0200
commit01f377c89fbd9cdb444efbc1eabcb7015caeefbb (patch)
tree21a049bbb556e1e82c22f14fcf9a17fb3b8403eb /dev-util/gnome-builder/gnome-builder-3.32.4.ebuild
parentsys-kernel/vanilla-sources: Automated version bump to {4.14.170,4.19.102} - r... (diff)
downloadgentoo-01f377c89fbd9cdb444efbc1eabcb7015caeefbb.tar.gz
gentoo-01f377c89fbd9cdb444efbc1eabcb7015caeefbb.tar.bz2
gentoo-01f377c89fbd9cdb444efbc1eabcb7015caeefbb.zip
dev-util/gnome-builder: re-enable spellcheck plugin option
Now that we have enchant:2, the spellcheck plugin can be restored; this time via a USE flag (used to be hard required before). Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-util/gnome-builder/gnome-builder-3.32.4.ebuild')
-rw-r--r--dev-util/gnome-builder/gnome-builder-3.32.4.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4.ebuild b/dev-util/gnome-builder/gnome-builder-3.32.4.ebuild
index ea692c5155d6..803ea084530b 100644
--- a/dev-util/gnome-builder/gnome-builder-3.32.4.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-3.32.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="clang +devhelp doc +glade gtk-doc sysprof test vala"
+IUSE="clang +devhelp doc +glade gtk-doc spell sysprof test vala"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# When bumping, pay attention to all the included plugins/*/meson.build (and other) build files and the requirements within.
@@ -55,6 +55,8 @@ RDEPEND="
clang? ( sys-devel/clang:= )
devhelp? ( >=dev-util/devhelp-3.25.1:= )
glade? ( >=dev-util/glade-3.22.0:3.10 )
+ spell? ( >=app-text/gspell-1.8:0=
+ app-text/enchant:2 )
sysprof? ( >=dev-util/sysprof-3.31.90[gtk] )
vala? (
dev-lang/vala:=
@@ -64,9 +66,6 @@ RDEPEND="
# usage in vala-pack plugin and need it rebuilt before removing an older vala it was built against
DEPEND="${RDEPEND}"
# TODO: runtime ctags path finding..
-# FIXME: spellcheck plugin temporarily disabled due to requiring enchant-2
-# >=app-text/gspell-1.2.0
-# >=app-text/enchant:2
# desktop-file-utils required for tests, but we have it in deptree for xdg update-desktop-database anyway, so be explicit and unconditional
# appstream-glib needed for validation with appstream-util with FEATURES=test
@@ -146,7 +145,7 @@ src_configure() {
-Dplugin_podman=false
$(meson_use glade plugin_glade)
-Dplugin_git=true
- -Dplugin_spellcheck=false # TODO: requires enchant-2
+ $(meson_use spell plugin_spellcheck)
$(meson_use sysprof plugin_sysprof)
$(meson_use vala plugin_vala)
)